summaryrefslogtreecommitdiff
path: root/tests/typ/expr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/expr')
-rw-r--r--tests/typ/expr/ops.typ3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/typ/expr/ops.typ b/tests/typ/expr/ops.typ
index 2390b7b4..ef249c43 100644
--- a/tests/typ/expr/ops.typ
+++ b/tests/typ/expr/ops.typ
@@ -122,10 +122,7 @@
#test((1, 2, 3) == (1, 2.0) + (3,), true)
#test((:) == (a: 1), false)
#test((a: 2 - 1.0, b: 2) == (b: 2, a: 1), true)
-#test([*Hi*] == [*Hi*], true)
-
#test("a" != "a", false)
-#test([*] != [_], true)
---
// Test comparison operators.