TypeScript/tests/baselines/reference/templateStringWhitespaceEscapes2_ES6.symbols
2015-04-15 16:44:20 -07:00

5 lines
275 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringWhitespaceEscapes2_ES6.ts ===
No type information for this code.// <TAB>, <VT>, <FF>, <SP>, <NBSP>, <BOM>
No type information for this code.`\u0009\u000B\u000C\u0020\u00A0\uFEFF`;
No type information for this code.