Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Feb 25, 2024
1 parent 4933eca commit 828912a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion justin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/subscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ test('ext: justin', async t => {
let s = { a: 0 }
subscript('a = {b:0}')(s)
is(s, { a: { b: 0 } })
subscript('a.b = 1')(s)
subscript('a.b ||= 1')(s)
is(s, { a: { b: 1 } })
})

Expand Down

0 comments on commit 828912a

Please sign in to comment.