summaryrefslogtreecommitdiff
path: root/tests/typ/code
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code')
-rw-r--r--tests/typ/code/ops.typ3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typ/code/ops.typ b/tests/typ/code/ops.typ
index 0ad35a27..53d00132 100644
--- a/tests/typ/code/ops.typ
+++ b/tests/typ/code/ops.typ
@@ -137,7 +137,8 @@
#test([a] == [a], true)
#test([[a]] == [a], true)
#test([] == [a], false)
-#test(box[] == box[], false)
+#test(box[] == box[], true)
+#test(box[a] == box[], false)
---
// Test comparison operators.