summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-06-24 18:14:09 +0200
committerLaurenz <laurmaedje@gmail.com>2025-06-24 18:14:09 +0200
commitcd7233c7761a685f06a6cd45daef192ab3423fa1 (patch)
treed8d9bb6be68aac4bd7756eadbdcf41c87a6cb87f /tests
parent9e3c1199edddc0422d34a266681d2efe1babd0c1 (diff)
Support `in` operator on strings and modulesin-operator-for-modules
Diffstat (limited to 'tests')
-rw-r--r--tests/suite/scripting/ops.typ2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/suite/scripting/ops.typ b/tests/suite/scripting/ops.typ
index d17c0117..561682f0 100644
--- a/tests/suite/scripting/ops.typ
+++ b/tests/suite/scripting/ops.typ
@@ -264,6 +264,8 @@
#test("Hey" not in "abheyCd", true)
#test("a" not
/* fun comment? */ in "abc", false)
+#test("sys" in std, true)
+#test("system" in std, false)
--- ops-not-trailing ---
// Error: 10 expected keyword `in`