list of maps

This commit is contained in:
Skyler Hawthorne 2023-04-16 00:05:08 -04:00
parent f4a043df88
commit ff3b452c48

View File

@ -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 {