29 lines
566 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
#[[]]#
#[[This is not parsed]]#
#[[#if("some quotes" 'some quotes')
## #* *#
$dollar
]]#
----------------------------------------------------
[
["unparsed", [
["punctuation", "#[["],
["punctuation", "]]#"]
]],
["unparsed", [
["punctuation", "#[["],
"This is not parsed",
["punctuation", "]]#"]
]],
["unparsed", [
["punctuation", "#[["],
"#if(\"some quotes\" 'some quotes')\r\n## #* *#\r\n$dollar\r\n",
["punctuation", "]]#"]
]]
]
----------------------------------------------------
Checks for unparsed sections.