TypeScript/tests/baselines/reference/unterminatedRegexAtEndOfSource1.errors.txt

7 lines
289 B
Plaintext
Raw Normal View History

tests/cases/compiler/unterminatedRegexAtEndOfSource1.ts(1,10): error TS1161: Unterminated regular expression literal.
==== tests/cases/compiler/unterminatedRegexAtEndOfSource1.ts (1 errors) ====
2014-07-13 01:04:16 +02:00
var a = /
!!! error TS1161: Unterminated regular expression literal.