diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/compiler/shorthand.png | bin | 10836 -> 10903 bytes | |||
| -rw-r--r-- | tests/typ/compiler/shorthand.typ | 2 | ||||
| -rw-r--r-- | tests/typ/visualize/gradient-math.typ | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/compiler/shorthand.png b/tests/ref/compiler/shorthand.png Binary files differindex 719fa771..4507177b 100644 --- a/tests/ref/compiler/shorthand.png +++ b/tests/ref/compiler/shorthand.png diff --git a/tests/typ/compiler/shorthand.typ b/tests/typ/compiler/shorthand.typ index 2b7cb514..54ae7473 100644 --- a/tests/typ/compiler/shorthand.typ +++ b/tests/typ/compiler/shorthand.typ @@ -1,7 +1,7 @@ // Test shorthands for unicode codepoints. --- -The non-breaking space~does work, soft-?hypen also does. +The non-breaking space~does work, soft-?hyphen also does. --- // Make sure non-breaking and normal space always diff --git a/tests/typ/visualize/gradient-math.typ b/tests/typ/visualize/gradient-math.typ index 03d7c477..f16e5c58 100644 --- a/tests/typ/visualize/gradient-math.typ +++ b/tests/typ/visualize/gradient-math.typ @@ -54,7 +54,7 @@ $ A = mat( $ x_"1,2" = frac(-b +- sqrt(b^2 - 4 a c), 2 a) $ --- -// Test miscelaneous +// Test miscellaneous #show math.equation: set text(fill: gradient.linear(..color.map.rainbow)) #show math.equation: box |
