Fix indentation in test files
This commit is contained in:
parent
c73eadd348
commit
8b80b7045a
2 changed files with 11 additions and 12 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
/* This is a comment */
|
/* This is a comment */
|
||||||
/* <- comment
|
// <- comment
|
||||||
^ comment
|
// ^ comment
|
||||||
^ comment
|
// ^ comment
|
||||||
*/
|
|
||||||
// And another comment
|
// And another comment
|
||||||
/* <- comment
|
// <- comment
|
||||||
^ comment
|
// ^ comment
|
||||||
^ comment
|
// ^ comment
|
||||||
*/
|
|
||||||
|
|
|
||||||
|
|
@ -4,16 +4,16 @@ foo {}
|
||||||
foo ()
|
foo ()
|
||||||
// <- function.call
|
// <- function.call
|
||||||
|
|
||||||
foo {
|
some_module {
|
||||||
// <- function.call
|
// ^ function.call
|
||||||
field: 12,
|
field: 12,
|
||||||
// <- variable.parameter
|
// <- variable.parameter
|
||||||
another_field: 27,
|
another_field: 27,
|
||||||
// <- variable.parameter
|
// <- variable.parameter
|
||||||
}
|
}
|
||||||
|
|
||||||
foo (
|
some_module (
|
||||||
// <- function.call
|
// ^ function.call
|
||||||
field = 42,
|
field = 42,
|
||||||
// <- variable.parameter
|
// <- variable.parameter
|
||||||
done = false,
|
done = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue