Files
OnJava8/docs/_style/prism-master/tests/languages/scheme/issue1331.test
2019-03-30 20:31:44 +08:00

13 lines
386 B
Plaintext

(pair? '(1 2))
----------------------------------------------------
[
["punctuation", "("], ["builtin", "pair?"],
["punctuation", "'"], ["punctuation", "("], ["number", "1"], ["number", "2"], ["punctuation", ")"], ["punctuation", ")"]
]
----------------------------------------------------
Tests that first number of a list is not highlighted as a function. See #1331