diff --git a/src/lang/identifier/index.test.fnk b/src/lang/identifier/index.test.fnk index b19ff0e..27af14c 100644 --- a/src/lang/identifier/index.test.fnk +++ b/src/lang/identifier/index.test.fnk @@ -9,7 +9,7 @@ describe:: 'identifiers', fn: {do, if, in, for, let, new, try, var, case, enum, void} = foobar {with, break, catch, class, const, super, while, yield, delete} = spam {export, import, public, return, static, switch, typeof, default} = ham - {extends, finally, package, private, continue, debugger, function} = ni + {extends, finally, package, private, continue, function} = ni {arguments, interface, protected, implements, instanceof} = nu ` to_match_snapshot diff --git a/src/lang/identifier/index.test.fnk.snap b/src/lang/identifier/index.test.fnk.snap index bc61931..1069ba0 100644 --- a/src/lang/identifier/index.test.fnk.snap +++ b/src/lang/identifier/index.test.fnk.snap @@ -57,7 +57,6 @@ const { \\"package\\": ˆpackage, \\"private\\": ˆprivate, \\"continue\\": ˆcontinue, - \\"debugger\\": ˆdebugger, \\"function\\": ˆfunction } = ni; const {