effective-java-3rd-chinese/docs/_style/prism-master/tests/languages/vala/punctuation_feature.test
2019-03-14 13:10:17 +08:00

23 lines
388 B
Plaintext

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