OLD | NEW |
(Empty) | |
| 1 |foobar| |
| 2 |foo\|b\{a}r| |
| 3 |foo { bar } baz| |
| 4 |
| 5 ---------------------------------------------------- |
| 6 |
| 7 [ |
| 8 ["token-operator", "|"], ["string-template", "foobar"], ["token-operator
", "|"], |
| 9 ["token-operator", "|"], ["string-template", "foo\\|b\\{a}r"], ["token-o
perator", "|"], |
| 10 ["token-operator", "|"], ["string-template", "foo "], ["token-operator",
"{"], |
| 11 " bar ", |
| 12 ["token-operator", "}"], ["string-template", " baz"], ["token-operator",
"|"] |
| 13 ] |
| 14 |
| 15 ---------------------------------------------------- |
| 16 |
| 17 Checks for string templates. |
OLD | NEW |