diff options
| author | MALO <57839069+MDLC01@users.noreply.github.com> | 2023-10-09 15:30:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-09 15:30:40 +0200 |
| commit | 0804a9e25d865dc25d10aae22b0a39c4e16cab19 (patch) | |
| tree | 80550c88a91238e8018ccfb89aae891a7e4c368c /tests/typ/compiler/methods.typ | |
| parent | df49d3f0c6ea17e9dcf552106f7b5464bc99c4dc (diff) | |
Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318)
Diffstat (limited to 'tests/typ/compiler/methods.typ')
| -rw-r--r-- | tests/typ/compiler/methods.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compiler/methods.typ b/tests/typ/compiler/methods.typ index f1017eb5..f7e7ed8f 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() |
