Add indent tests
I made use of the 'nvim-treesitter' test runner for these.
This commit is contained in:
parent
d253cca017
commit
f6c2b4c65e
2 changed files with 49 additions and 0 deletions
10
test/indent/groupings.tig
Normal file
10
test/indent/groupings.tig
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
let
|
||||
var a := 42
|
||||
in
|
||||
(
|
||||
12;
|
||||
27;
|
||||
42
|
||||
);
|
||||
a
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue