add additional template literal test
This commit is contained in:
parent
9f08c39c75
commit
1123741277
1
test/fixtures/template-literals/statement/actual.js
vendored
Normal file
1
test/fixtures/template-literals/statement/actual.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
var foo = `test ${foo + bar}`;
|
||||
1
test/fixtures/template-literals/statement/expected.js
vendored
Normal file
1
test/fixtures/template-literals/statement/expected.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
var foo = "test " + (foo + bar);
|
||||
Loading…
x
Reference in New Issue
Block a user