TypeScript/tests/baselines/reference/scannerStringLiterals.errors.txt
2014-07-12 17:30:19 -07:00

16 lines
428 B
Plaintext

==== tests/cases/conformance/scanner/ecmascript5/scannerStringLiterals.ts (2 errors) ====
""
" "
"a"
"'"
'"'
"\""
'\u2192\ '
"Legal line continuation \
"
"Should error because of newline.
!!! Unterminated string constant.
"Should error because of end of file.
!!! Unexpected end of text.