prism/tests/languages/brightscript/punctuation_feature.test

21 lines
359 B
Plaintext

() [] {}
. , ;
----------------------------------------------------
[
["punctuation", "("],
["punctuation", ")"],
["punctuation", "["],
["punctuation", "]"],
["punctuation", "{"],
["punctuation", "}"],
["punctuation", "."],
["punctuation", ","],
["punctuation", ";"]
]
----------------------------------------------------
Checks for punctuation.