From 903f440b28e2c5840c700fe0b00db19238737c31 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 9 Jun 2023 14:48:23 +0200 Subject: Rename `cramp` to `cramped` --- tests/typ/math/style.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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. -- cgit v1.2.3