summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-06-09 14:48:23 +0200
committerLaurenz <laurmaedje@gmail.com>2023-06-09 14:48:23 +0200
commit903f440b28e2c5840c700fe0b00db19238737c31 (patch)
tree884e10cb80408a5f5d01eb16c5eb734a0c18891c /tests
parent58ca0e8db5f20848927e0dcb629fc478919081b6 (diff)
Rename `cramp` to `cramped`
Diffstat (limited to 'tests')
-rw-r--r--tests/typ/math/style.typ2
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.