mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
test(indents/yaml): add tests
This commit is contained in:
parent
8bd07c88b6
commit
589d18ab68
3 changed files with 24 additions and 0 deletions
2
tests/indent/yaml/autoindent-mapping-pair.yaml
Normal file
2
tests/indent/yaml/autoindent-mapping-pair.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
- key1: value1
|
||||
key2: value2
|
||||
2
tests/indent/yaml/indent-sequence-items.yaml
Normal file
2
tests/indent/yaml/indent-sequence-items.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
- key1: value1
|
||||
key2: value2
|
||||
Loading…
Add table
Add a link
Reference in a new issue