Skip to content

Commit

Permalink
test: split string constant test
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Jan 27, 2025
1 parent 0163f86 commit ef633ff
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions test/corpus/examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
A string constant.
====================================
{{"\"output\""}}
{{"output
"}}
---
(template
(interpreted_string_literal
(escape_sequence)
(escape_sequence))
(text)
(escape_sequence)))

====================================
A invalid string constant.
====================================
{{"output
"}}
---
(template
(ERROR
(ERROR)))

Expand Down

0 comments on commit ef633ff

Please sign in to comment.