summaryrefslogtreecommitdiff
path: root/tests/suite/scripting
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-06-26 10:06:22 +0200
committerGitHub <noreply@github.com>2025-06-26 08:06:22 +0000
commit35809387f88483bfa3d0978cfc3303eba0de632b (patch)
tree3db8326bcbe238526d783fd538eaaf9d65457ff7 /tests/suite/scripting
parentd3caedd813b1ca4379a71eb1b4aa636096d53a04 (diff)
Support `in` operator on strings and modules (#6498)
Diffstat (limited to 'tests/suite/scripting')
-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`