diff options
| author | Ian Wrzesinski <wrzian@umich.edu> | 2024-10-26 00:37:14 -0400 |
|---|---|---|
| committer | Ian Wrzesinski <wrzian@umich.edu> | 2024-11-03 20:28:49 -0500 |
| commit | 9d9a1b1e33cdc379200c1d3881c34fe05c496894 (patch) | |
| tree | e110ae97f21728c8a7f0500e321dc8ec52ec2269 /tests/suite/scripting | |
| parent | 86ce443806d166f3b75c2a792b0461aa35552dec (diff) | |
17. Replace while loop closures and Parser::end() to use SyntaxSet
Diffstat (limited to 'tests/suite/scripting')
| -rw-r--r-- | tests/suite/scripting/blocks.typ | 3 |
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] |
