summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorLeedehai <18319900+Leedehai@users.noreply.github.com>2024-03-23 07:51:43 -0400
committerGitHub <noreply@github.com>2024-03-23 11:51:43 +0000
commitd1568a55831f4074c7bcfe7d0bb983055e1709d3 (patch)
tree25007c3b5cba2ecefc318c648030bde5aff55f85 /tests/typ
parent0dba0e26587a663e1de66c88d511379fc16d3612 (diff)
Let `Repr` for `Relative<T>` print both abs + ratio (#3721)
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/compiler/repr.typ4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/compiler/repr.typ b/tests/typ/compiler/repr.typ
index 13593a86..0cdd4bcf 100644
--- a/tests/typ/compiler/repr.typ
+++ b/tests/typ/compiler/repr.typ
@@ -22,6 +22,10 @@
#1.7em \
#(1cm + 0em) \
#(2em + 10pt) \
+#(100% + (2em + 2pt)) \
+#(100% + 0pt) \
+#(100% - 2em + 2pt) \
+#(100% - 2pt) \
#2.3fr
---