Skip to content

Commit

Permalink
test(ident): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kollhof committed Apr 23, 2020
1 parent cbfaa20 commit 2ec40e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/lang/identifier/index.test.fnk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/lang/identifier/index.test.fnk.snap
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const {
\\"package\\": ˆpackage,
\\"private\\": ˆprivate,
\\"continue\\": ˆcontinue,
\\"debugger\\": ˆdebugger,
\\"function\\": ˆfunction
} = ni;
const {
Expand Down

0 comments on commit 2ec40e2

Please sign in to comment.