Skip to content

Commit

Permalink
list of maps
Browse files Browse the repository at this point in the history
  • Loading branch information
dead10ck committed Apr 16, 2023
1 parent f4a043d commit ff3b452
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions helix-term/tests/test/languages/yaml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ff3b452

Please sign in to comment.