TypeScript/tests/baselines/reference/scannerUnexpectedNullCharacter1.errors.txt
Cyrus Najmabadi f1a2e41a8a Sort diagnostics in our baseline output.
This was we don't get noisy baselines just because a different phase of the compiler reported
the diagnostic.

This helps with Yui's refactoring work to move grammar checks into the type checker.
2014-12-16 15:56:56 -08:00

16 lines
811 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

tests/cases/conformance/scanner/ecmascript5/scannerUnexpectedNullCharacter1.ts(1,1): error TS2304: Cannot find name 'foo'.
tests/cases/conformance/scanner/ecmascript5/scannerUnexpectedNullCharacter1.ts(1,4): error TS1127: Invalid character.
tests/cases/conformance/scanner/ecmascript5/scannerUnexpectedNullCharacter1.ts(1,6): error TS1127: Invalid character.
tests/cases/conformance/scanner/ecmascript5/scannerUnexpectedNullCharacter1.ts(1,7): error TS2304: Cannot find name 'bar'.
==== tests/cases/conformance/scanner/ecmascript5/scannerUnexpectedNullCharacter1.ts (4 errors) ====
foo+bar;
~~~
!!! error TS2304: Cannot find name 'foo'.
!!! error TS1127: Invalid character.
!!! error TS1127: Invalid character.
~~~
!!! error TS2304: Cannot find name 'bar'.