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/compute/construct.typ | |
| parent | df49d3f0c6ea17e9dcf552106f7b5464bc99c4dc (diff) | |
Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318)
Diffstat (limited to 'tests/typ/compute/construct.typ')
| -rw-r--r-- | tests/typ/compute/construct.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compute/construct.typ b/tests/typ/compute/construct.typ index 6980c922..d5ded96a 100644 --- a/tests/typ/compute/construct.typ +++ b/tests/typ/compute/construct.typ @@ -162,7 +162,7 @@ // Test conversion to string. #test(str(123), "123") #test(str(123, base: 3), "11120") -#test(str(-123, base: 16), "-7b") +#test(str(-123, base: 16), "−7b") #test(str(9223372036854775807, base: 36), "1y2p0ij32e8e7") #test(str(50.14), "50.14") #test(str(10 / 3).len() > 10, true) |
