Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrswift committed Jun 22, 2024
1 parent 3510899 commit d138971
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/types/dictionary.typ
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
scope: (..scope, str(key))
)

if (entry != none) {
if (entry != none or ctx.remove-optional-none == false) {
it.insert(key, entry)
}

Expand Down
Binary file removed tests/assertions/comparative/ref/1.png
Binary file not shown.
Binary file modified tests/contexts/remove-optional-none/ref/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tests/types/any/ref/1.png
Binary file not shown.
Binary file removed tests/types/boolean/ref/1.png
Binary file not shown.
Binary file removed tests/types/datetime/ref/1.png
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/types/tuple/test.typ
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
let test-tuple = (
"123",
"[email protected]",
// 1.1
1.1
)

z.parse(
Expand Down

0 comments on commit d138971

Please sign in to comment.