mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 03:47:51 +03:00
list of maps
This commit is contained in:
parent
f4a043df88
commit
ff3b452c48
1 changed files with 16 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue