diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/compiler/array.png | bin | 19884 -> 8306 bytes | |||
| -rw-r--r-- | tests/ref/compiler/repr-color-gradient.png | bin | 50034 -> 50018 bytes | |||
| -rw-r--r-- | tests/ref/text/edge.png | bin | 58153 -> 22578 bytes | |||
| -rw-r--r-- | tests/ref/text/numbers.png | bin | 183933 -> 38321 bytes | |||
| -rw-r--r-- | tests/typ/compiler/methods.typ | 4 |
5 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/compiler/array.png b/tests/ref/compiler/array.png Binary files differindex b97dd317..9b6bf8b3 100644 --- a/tests/ref/compiler/array.png +++ b/tests/ref/compiler/array.png diff --git a/tests/ref/compiler/repr-color-gradient.png b/tests/ref/compiler/repr-color-gradient.png Binary files differindex 95136c1a..11bde774 100644 --- a/tests/ref/compiler/repr-color-gradient.png +++ b/tests/ref/compiler/repr-color-gradient.png diff --git a/tests/ref/text/edge.png b/tests/ref/text/edge.png Binary files differindex ee5e68d3..1daf4c2f 100644 --- a/tests/ref/text/edge.png +++ b/tests/ref/text/edge.png diff --git a/tests/ref/text/numbers.png b/tests/ref/text/numbers.png Binary files differindex f4d96c17..9fc76aae 100644 --- a/tests/ref/text/numbers.png +++ b/tests/ref/text/numbers.png diff --git a/tests/typ/compiler/methods.typ b/tests/typ/compiler/methods.typ index bd38bbd4..692f9ab3 100644 --- a/tests/typ/compiler/methods.typ +++ b/tests/typ/compiler/methods.typ @@ -76,7 +76,7 @@ #test((5em + 6in).abs.inches(), 6.0) --- -// Error: 2-21 cannot convert a length with non-zero em units (`−6pt + 10.5em`) to pt +// Error: 2-21 cannot convert a length with non-zero em units (`-6pt + 10.5em`) to pt // Hint: 2-21 use `length.abs.pt()` instead to ignore its em component #(10.5em - 6pt).pt() @@ -86,7 +86,7 @@ #(3em).cm() --- -// Error: 2-20 cannot convert a length with non-zero em units (`−226.77pt + 93em`) to mm +// Error: 2-20 cannot convert a length with non-zero em units (`-226.77pt + 93em`) to mm // Hint: 2-20 use `length.abs.mm()` instead to ignore its em component #(93em - 80mm).mm() |
