Fix indentation in test files

This commit is contained in:
Bruno BELANYI 2024-04-11 22:05:33 +01:00
parent c73eadd348
commit 8b80b7045a
2 changed files with 11 additions and 12 deletions

View file

@ -1,10 +1,9 @@
/* This is a comment */
/* <- comment
^ comment
^ comment
*/
// <- comment
// ^ comment
// ^ comment
// And another comment
/* <- comment
^ comment
^ comment
*/
// <- comment
// ^ comment
// ^ comment

View file

@ -4,16 +4,16 @@ foo {}
foo ()
// <- function.call
foo {
// <- function.call
some_module {
// ^ function.call
field: 12,
// <- variable.parameter
another_field: 27,
// <- variable.parameter
}
foo (
// <- function.call
some_module (
// ^ function.call
field = 42,
// <- variable.parameter
done = false,