mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
add more list of maps to tests
This commit is contained in:
parent
ff3b452c48
commit
15714ac32e
2 changed files with 67 additions and 6 deletions
|
@ -293,6 +293,38 @@ async fn auto_indent() -> anyhow::Result<()> {
|
||||||
fook:
|
fook:
|
||||||
"}),
|
"}),
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
helpers::platform_line(indoc! {"\
|
||||||
|
- top:#[\n|]#
|
||||||
|
baz: foo
|
||||||
|
bax: foox
|
||||||
|
fook:
|
||||||
|
"}),
|
||||||
|
"o",
|
||||||
|
helpers::platform_line(indoc! {"\
|
||||||
|
- top:
|
||||||
|
#[\n|]#
|
||||||
|
baz: foo
|
||||||
|
bax: foox
|
||||||
|
fook:
|
||||||
|
"}),
|
||||||
|
),
|
||||||
|
(
|
||||||
|
helpers::platform_line(indoc! {"\
|
||||||
|
- top:
|
||||||
|
baz: foo#[\n|]#
|
||||||
|
bax: foox
|
||||||
|
fook:
|
||||||
|
"}),
|
||||||
|
"o",
|
||||||
|
helpers::platform_line(indoc! {"\
|
||||||
|
- top:
|
||||||
|
baz: foo
|
||||||
|
#[\n|]#
|
||||||
|
bax: foox
|
||||||
|
fook:
|
||||||
|
"}),
|
||||||
|
),
|
||||||
(
|
(
|
||||||
helpers::platform_line(indoc! {"\
|
helpers::platform_line(indoc! {"\
|
||||||
- top:
|
- top:
|
||||||
|
@ -604,6 +636,38 @@ async fn auto_indent() -> anyhow::Result<()> {
|
||||||
fook:
|
fook:
|
||||||
"}),
|
"}),
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
helpers::platform_line(indoc! {"\
|
||||||
|
- top:
|
||||||
|
baz: foo#[\n|]#
|
||||||
|
bax: foox
|
||||||
|
fook:
|
||||||
|
"}),
|
||||||
|
"O",
|
||||||
|
helpers::platform_line(indoc! {"\
|
||||||
|
- top:
|
||||||
|
#[\n|]#
|
||||||
|
baz: foo
|
||||||
|
bax: foox
|
||||||
|
fook:
|
||||||
|
"}),
|
||||||
|
),
|
||||||
|
(
|
||||||
|
helpers::platform_line(indoc! {"\
|
||||||
|
- top:
|
||||||
|
baz: foo
|
||||||
|
bax: foox
|
||||||
|
fook:#[\n|]#
|
||||||
|
"}),
|
||||||
|
"O",
|
||||||
|
helpers::platform_line(indoc! {"\
|
||||||
|
- top:
|
||||||
|
baz: foo
|
||||||
|
bax: foox
|
||||||
|
#[\n|]#
|
||||||
|
fook:
|
||||||
|
"}),
|
||||||
|
),
|
||||||
];
|
];
|
||||||
|
|
||||||
for test in above_tests {
|
for test in above_tests {
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
(block_scalar) @indent @extend
|
(block_scalar) @indent @extend
|
||||||
|
|
||||||
((block_mapping_pair
|
(block_mapping_pair) @indent
|
||||||
key: (_) @key
|
|
||||||
value: (_)? @val
|
(block_sequence_item) @indent
|
||||||
(#not-same-line? @key @val)
|
|
||||||
) @indent @extend
|
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue