16 lines
239 B
Plaintext
16 lines
239 B
Plaintext
|
''
|
||
|
'fo\'obar'
|
||
|
'foo
|
||
|
bar'
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["atom", "''"],
|
||
|
["atom", "'fo\\'obar'"],
|
||
|
["atom", "'foo\r\nbar'"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for atoms.
|