summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorwznmickey <first@wznmickey.com>2024-12-09 05:56:42 -0500
committerGitHub <noreply@github.com>2024-12-09 10:56:42 +0000
commitbb0c8140950b3eec020a4f0147bbc4ea65f3952a (patch)
tree55289836e446e3e415cac0edeeaaa983ee84bf21 /tests
parentf960fe60121ff7d03dfc5db429b756d7efd0cc1f (diff)
Forbid base prefix for numbers with a unit (#5548)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/suite/layout/length.typ5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/suite/layout/length.typ b/tests/suite/layout/length.typ
index 5ba70072..71d79da9 100644
--- a/tests/suite/layout/length.typ
+++ b/tests/suite/layout/length.typ
@@ -74,3 +74,8 @@
// Hint: 2-24 use `length.to-absolute()` to resolve its em component (requires context)
// Hint: 2-24 or use `length.abs.inches()` instead to ignore its em component
#(4.5em + 6in).inches()
+
+--- issue-5519-length-base ---
+// Error: 2-9 invalid base-2 prefix
+// Hint: 2-9 numbers with a unit cannot have a base prefix
+#0b100pt