mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
list of maps
This commit is contained in:
parent
f4a043df88
commit
ff3b452c48
@ -293,6 +293,22 @@ async fn auto_indent() -> anyhow::Result<()> {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user