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