Add indent tests

I made use of the 'nvim-treesitter' test runner for these.
This commit is contained in:
Bruno BELANYI 2022-06-13 10:22:38 +02:00
parent d253cca017
commit f6c2b4c65e
2 changed files with 49 additions and 0 deletions

10
test/indent/groupings.tig Normal file
View file

@ -0,0 +1,10 @@
let
var a := 42
in
(
12;
27;
42
);
a
end