prism/tests/languages/lisp/splice_feature.test

18 lines
253 B
Plaintext

(
,foo
,@foo
)
----------------------------------------------------
[
["punctuation", "("],
["splice", ",foo"],
["splice", ",@foo"],
["punctuation", ")"]
]
----------------------------------------------------
Checks for splices