summaryrefslogtreecommitdiff
path: root/tests/suite
diff options
context:
space:
mode:
authorIan Wrzesinski <wrzian@umich.edu>2024-10-26 00:37:14 -0400
committerIan Wrzesinski <wrzian@umich.edu>2024-11-03 20:28:49 -0500
commit9d9a1b1e33cdc379200c1d3881c34fe05c496894 (patch)
treee110ae97f21728c8a7f0500e321dc8ec52ec2269 /tests/suite
parent86ce443806d166f3b75c2a792b0461aa35552dec (diff)
17. Replace while loop closures and Parser::end() to use SyntaxSet
Diffstat (limited to 'tests/suite')
-rw-r--r--tests/suite/scripting/blocks.typ3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/suite/scripting/blocks.typ b/tests/suite/scripting/blocks.typ
index f139b8c6..ba1d9c89 100644
--- a/tests/suite/scripting/blocks.typ
+++ b/tests/suite/scripting/blocks.typ
@@ -135,6 +135,9 @@
// Error: 2-3 unexpected closing brace
#}
+--- single-right-bracket ---
+]
+
--- content-block-in-markup-scope ---
// Content blocks also create a scope.
#[#let x = 1]