summaryrefslogtreecommitdiffstats
path: root/tests/snippets/gdscript/test_export_array.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snippets/gdscript/test_export_array.txt')
-rw-r--r--tests/snippets/gdscript/test_export_array.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/snippets/gdscript/test_export_array.txt b/tests/snippets/gdscript/test_export_array.txt
new file mode 100644
index 0000000..24a313a
--- /dev/null
+++ b/tests/snippets/gdscript/test_export_array.txt
@@ -0,0 +1,17 @@
+---input---
+export (Array, AudioStream) var streams
+
+---tokens---
+'export' Keyword
+' ' Text.Whitespace
+'(' Punctuation
+'Array' Name.Builtin.Type
+',' Punctuation
+' ' Text.Whitespace
+'AudioStream' Name
+')' Punctuation
+' ' Text.Whitespace
+'var' Keyword
+' ' Text.Whitespace
+'streams' Name
+'\n' Text.Whitespace