Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Aug 14, 2023
1 parent 4ef1cec commit 48fdcfb
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions test/corpus/literals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -365,35 +365,43 @@ def function():
(expression_statement
(string
(string_start)
(string_content)
(string_content
(escape_interpolation)
(escape_interpolation))
(string_end)))
(expression_statement
(string
(string_start)
(string_content)
(interpolation
(identifier))
(string_content)
(string_content
(escape_interpolation))
(string_end)))
(expression_statement
(string
(string_start)
(string_content)
(string_content
(escape_interpolation))
(interpolation
(identifier))
(string_end)))
(expression_statement
(string
(string_start)
(string_content)
(string_content
(escape_interpolation)
(escape_interpolation))
(string_end)))
(expression_statement
(string
(string_start)
(string_content)
(string_content
(escape_interpolation))
(interpolation
(identifier))
(string_content)
(string_content
(escape_interpolation))
(string_end)))
(expression_statement
(string
Expand Down

0 comments on commit 48fdcfb

Please sign in to comment.