---
source: src/parser.rs
expression: result
---
- "\n single_quote ::= '\\t\\b\\n\\r\\f\\/\\'';\n double_quote ::= \"\\t\\b\\n\\r\\f\\/\\\"\";\n "
- - lhs: single_quote
rhs:
String: "\\t\\b\\n\\r\\f\\/\\'"
- lhs: double_quote
rhs:
String: "\\t\\b\\n\\r\\f\\/\\\""