update string template rule and test

This commit is contained in:
Ken703
2018-04-28 19:59:41 -04:00
parent d9bc436788
commit 4e401ca361
2 changed files with 5 additions and 6 deletions

View File

@@ -2,9 +2,11 @@
//// foo() `abc`;
//// bar()`def`;
//// baz()`a${x}b`;
format.document();
verify.currentFileContentIs(
`foo()\`abc\`;
bar()\`def\`;`
bar()\`def\`;
baz()\`a\${x}b\`;`
);