mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
Update template-string tests
This commit is contained in:
parent
739f658946
commit
eeceeea4d2
@ -1,3 +1,4 @@
|
||||
{+(Program
|
||||
(ExpressionStatements
|
||||
(TemplateString)))+}
|
||||
(TemplateString
|
||||
(TemplateString))))+}
|
||||
|
@ -1,3 +1,4 @@
|
||||
{+(Program
|
||||
(ExpressionStatements
|
||||
(TemplateString)))+}
|
||||
(TemplateString
|
||||
(TemplateString))))+}
|
||||
|
@ -1,3 +1,4 @@
|
||||
{-(Program
|
||||
(ExpressionStatements
|
||||
(TemplateString)))-}
|
||||
(TemplateString
|
||||
(TemplateString))))-}
|
||||
|
@ -1,3 +1,4 @@
|
||||
{-(Program
|
||||
(ExpressionStatements
|
||||
(TemplateString)))-}
|
||||
(TemplateString
|
||||
(TemplateString))))-}
|
||||
|
@ -1,4 +1,5 @@
|
||||
(Program
|
||||
(ExpressionStatements
|
||||
{ (TemplateString)
|
||||
->(TemplateString) }))
|
||||
(TemplateString
|
||||
{ (TemplateString)
|
||||
->(TemplateString) })))
|
||||
|
@ -1,4 +1,5 @@
|
||||
(Program
|
||||
(ExpressionStatements
|
||||
{ (TemplateString)
|
||||
->(TemplateString) }))
|
||||
(TemplateString
|
||||
{ (TemplateString)
|
||||
->(TemplateString) })))
|
||||
|
@ -1,3 +1,4 @@
|
||||
(Program
|
||||
(ExpressionStatements
|
||||
(TemplateString)))
|
||||
(TemplateString
|
||||
(TemplateString))))
|
||||
|
@ -1,3 +1,4 @@
|
||||
(Program
|
||||
(ExpressionStatements
|
||||
(TemplateString)))
|
||||
(TemplateString
|
||||
(TemplateString))))
|
||||
|
Loading…
Reference in New Issue
Block a user