mirror of https://github.com/helix-editor/helix
list of maps
parent
f4a043df88
commit
ff3b452c48
|
@ -293,6 +293,22 @@ async fn auto_indent() -> anyhow::Result<()> {
|
||||||
fook:
|
fook:
|
||||||
"}),
|
"}),
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
helpers::platform_line(indoc! {"\
|
||||||
|
- top:
|
||||||
|
baz: foo
|
||||||
|
bax: foox#[\n|]#
|
||||||
|
fook:
|
||||||
|
"}),
|
||||||
|
"o",
|
||||||
|
helpers::platform_line(indoc! {"\
|
||||||
|
- top:
|
||||||
|
baz: foo
|
||||||
|
bax: foox
|
||||||
|
#[\n|]#
|
||||||
|
fook:
|
||||||
|
"}),
|
||||||
|
),
|
||||||
];
|
];
|
||||||
|
|
||||||
for test in below_tests {
|
for test in below_tests {
|
||||||
|
|
Loading…
Reference in New Issue