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

6 lines
307 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringWhitespaceEscapes2.ts ===
No type information for this code.
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.