Add functions indent tests
This commit is contained in:
parent
e3b70d8880
commit
59db3f195b
2 changed files with 25 additions and 0 deletions
14
test/indent/functions.tig
Normal file
14
test/indent/functions.tig
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
primitive long_parameter_list(
|
||||
a: int,
|
||||
b: string,
|
||||
c: type
|
||||
)
|
||||
|
||||
function f() =
|
||||
(
|
||||
long_parameter_list(
|
||||
1,
|
||||
"2",
|
||||
nil
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue