diff options
| author | Max <me@mkor.je> | 2024-08-09 07:41:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-09 07:41:01 +0000 |
| commit | b07607d35e697be3dd5e56945b16afa8103a491e (patch) | |
| tree | 2bd7ceac0b6797c1f156b35a8a21fe68905e00f6 /tests/suite/math/class.typ | |
| parent | a6a8cdaa28abe22c3a40e7a96d15e5e02e8a445e (diff) | |
Split shorthands into math and markup, add tilde shorthand (#4706)
Diffstat (limited to 'tests/suite/math/class.typ')
| -rw-r--r-- | tests/suite/math/class.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/math/class.typ b/tests/suite/math/class.typ index 7aad0446..d25071db 100644 --- a/tests/suite/math/class.typ +++ b/tests/suite/math/class.typ @@ -8,7 +8,7 @@ $ a class("normal", +) b \ { x class("fence", \;) x > 0} \ a class("large", \/) b \ a class("punctuation", :) b \ - a class("relation", ~) b \ + a class("relation", !) b \ a + class("unary", times) b \ class("vary", :) a class("vary", :) b $ |
