summaryrefslogtreecommitdiff
path: root/tests/snippets/kotlin/test_modifier_keyword.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snippets/kotlin/test_modifier_keyword.txt')
-rw-r--r--tests/snippets/kotlin/test_modifier_keyword.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/snippets/kotlin/test_modifier_keyword.txt b/tests/snippets/kotlin/test_modifier_keyword.txt
index b30f65b9..730c0a5c 100644
--- a/tests/snippets/kotlin/test_modifier_keyword.txt
+++ b/tests/snippets/kotlin/test_modifier_keyword.txt
@@ -3,16 +3,16 @@ data class A(val data: String)
---tokens---
'data' Keyword.Declaration
-' ' Text
+' ' Text.Whitespace
'class' Keyword.Declaration
-' ' Text
+' ' Text.Whitespace
'A' Name.Class
'(' Punctuation
'val' Keyword.Declaration
-' ' Text
+' ' Text.Whitespace
'data' Name.Variable
':' Punctuation
-' ' Text
+' ' Text.Whitespace
'String' Keyword.Type
')' Punctuation
-'\n' Text
+'\n' Text.Whitespace