CS-Notes/docs/_style/prism-master/tests/languages/scheme/issue1331.test

13 lines
386 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
(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