We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23ecd1 commit c7a9fdbCopy full SHA for c7a9fdb
src/language/__tests__/lexer-test.ts
@@ -166,8 +166,8 @@ describe('Lexer', () => {
166
});
167
168
it('reports unexpected characters', () => {
169
- expectSyntaxError('.').to.deep.equal({
170
- message: 'Syntax Error: Unexpected character: ".".',
+ expectSyntaxError('^').to.deep.equal({
+ message: 'Syntax Error: Unexpected character: "^".',
171
locations: [{ line: 1, column: 1 }],
172
173
0 commit comments