mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-30 19:28:02 +08:00
18 lines
369 B
Plaintext
18 lines
369 B
Plaintext
""
|
|
"fo\"obar"
|
|
'turkey
|
|
(define a 'foo)
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["string", "\"\""],
|
|
["string", "\"fo\\\"obar\""],
|
|
["string", "'turkey"],
|
|
["punctuation", "("], ["keyword", "define"], " a ", ["string","'foo"], ["punctuation",")"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for strings and symbols.
|