mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 07:29:16 -05:00
update string template rule and test
This commit is contained in:
@@ -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\`;`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user