keywords are magical

This commit is contained in:
Chris Wanstrath 2025-11-25 16:36:38 -08:00 committed by Chris Wanstrath
parent d0005d9ccd
commit a836591854

View File

@ -155,7 +155,8 @@ describe('try/catch/finally/throw', () => {
expect('throw error-object').toMatchTree(` expect('throw error-object').toMatchTree(`
Throw Throw
keyword throw keyword throw
Identifier error-object FunctionCallOrIdentifier
Identifier error-object
`) `)
}) })