diff options
Diffstat (limited to 'test/compress/templates.js')
-rw-r--r-- | test/compress/templates.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/compress/templates.js b/test/compress/templates.js index d9e95975..b75dc7d7 100644 --- a/test/compress/templates.js +++ b/test/compress/templates.js @@ -53,7 +53,7 @@ tagged_chain: { node_version: ">=4" } -tag_parenthesis_arrow: { +tag_parentheses_arrow: { input: { console.log((s => s.raw[0])`\tPASS`.slice(2)); } @@ -62,7 +62,7 @@ tag_parenthesis_arrow: { node_version: ">=4" } -tag_parenthesis_new: { +tag_parentheses_new: { input: { (new function() { return console.log; |