Skip to content

Commit

Permalink
Update test for swc-project#1280
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 21, 2020
1 parent 26df0d2 commit 66669b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecmascript/transforms/tests/es2015_template_literals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ test!(
"
function _templateObject() {
const data = _taggedTemplateLiteral([
\"\\'Hello\\'\"
\"'Hello'\"
]);
_templateObject = function() {
return data;
Expand Down

0 comments on commit 66669b6

Please sign in to comment.