mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
Initial sketch of automated indent tests
This commit is contained in:
parent
eefa5662e6
commit
67f2c7149c
14 changed files with 257 additions and 0 deletions
11
lua/tests/indent/python/aligned_indent.py
Normal file
11
lua/tests/indent/python/aligned_indent.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
def aligned_indent(arg1,
|
||||
arg2):
|
||||
pass
|
||||
|
||||
aligned_indent(1,
|
||||
2)
|
||||
|
||||
|
||||
aligned_indent(1,
|
||||
2
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue