TypeScript/tests/baselines/reference/scannerStringLiterals.errors.txt
2014-08-07 15:59:49 -07:00

16 lines
No EOL
427 B
Text

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