diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/math/style.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/style.typ b/tests/typ/math/style.typ index 5ee0636f..37b0e6d8 100644 --- a/tests/typ/math/style.typ +++ b/tests/typ/math/style.typ @@ -16,7 +16,7 @@ $A, italic(A), upright(A), bold(A), bold(upright(A)), \ // Test forcing math size $a/b, display(a/b), display(a)/display(b), inline(a/b), script(a/b), sscript(a/b) \ mono(script(a/b)), script(mono(a/b))\ - script(a^b, cramp: #true), script(a^b, cramp: #false)$ + script(a^b, cramped: #true), script(a^b, cramped: #false)$ --- // Test a few style exceptions. |
