diff options
Diffstat (limited to 'tests/examplefiles/golo/hello.golo.output')
-rw-r--r-- | tests/examplefiles/golo/hello.golo.output | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/examplefiles/golo/hello.golo.output b/tests/examplefiles/golo/hello.golo.output index f956f3a8..8baaa20a 100644 --- a/tests/examplefiles/golo/hello.golo.output +++ b/tests/examplefiles/golo/hello.golo.output @@ -1,24 +1,24 @@ 'module' Keyword.Namespace -' ' Text +' ' Text.Whitespace 'hello.World' Name.Namespace '\n' Text '\n' Text 'function' Keyword.Declaration -' ' Text +' ' Text.Whitespace 'main' Name.Function -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace '|' Punctuation 'args' Name '|' Punctuation -' ' Text +' ' Text.Whitespace '{' Punctuation '\n' Text -' ' Text +' ' Text.Whitespace 'println' Name.Builtin '(' Punctuation '"' Literal.String |