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 8f2db6a commit fa2df7eCopy full SHA for fa2df7e
src/language/__tests__/lexer-test.js
@@ -301,11 +301,11 @@ describe('Lexer', () => {
301
});
302
303
expect(
304
- lexOne('" white space "')
+ lexOne('""" white space """')
305
).to.containSubset({
306
- kind: TokenKind.STRING,
+ kind: TokenKind.BLOCK_STRING,
307
start: 0,
308
- end: 15,
+ end: 19,
309
value: ' white space '
310
311
0 commit comments