diff options
Diffstat (limited to 'tests/examplefiles/scala/new.scala.output')
-rw-r--r-- | tests/examplefiles/scala/new.scala.output | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/tests/examplefiles/scala/new.scala.output b/tests/examplefiles/scala/new.scala.output index 809c2188..27b7fbcd 100644 --- a/tests/examplefiles/scala/new.scala.output +++ b/tests/examplefiles/scala/new.scala.output @@ -1,44 +1,44 @@ 'new' Keyword -' ' Text +' ' Text.Whitespace 'A' Name.Class -'\n' Text +'\n' Text.Whitespace 'new' Keyword -' ' Text +' ' Text.Whitespace '{' Punctuation -' ' Text +' ' Text.Whitespace '}' Punctuation -'\n' Text +'\n' Text.Whitespace 'new' Keyword -' ' Text +' ' Text.Whitespace 'Foo' Name.Class -'\n' Text +'\n' Text.Whitespace 'new' Keyword -' ' Text +' ' Text.Whitespace 'foo' Name '.' Punctuation 'Foo' Name.Class -'\n' Text +'\n' Text.Whitespace 'new' Keyword -' ' Text +' ' Text.Whitespace 'Foo' Name.Class '.' Punctuation 'Foo' Name.Class -'\n' Text +'\n' Text.Whitespace 'new' Keyword -' ' Text +' ' Text.Whitespace 'A' Name.Class ':' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'def' Keyword -' ' Text +' ' Text.Whitespace 'f' Name.Function -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace '3' Literal.Number.Integer -'\n' Text +'\n' Text.Whitespace |