summaryrefslogtreecommitdiff
path: root/tests/typ/utility/strings.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-02-17 23:54:00 +0100
committerLaurenz <laurmaedje@gmail.com>2022-02-18 01:06:20 +0100
commitacae6e2a54f11b27bae343a15d9eff952323fe28 (patch)
tree60b7f021a66436f9035441f40be965ffb9df3897 /tests/typ/utility/strings.typ
parent980f898d553bec35bd94171d47fd86cb13e39b23 (diff)
List label styling
Diffstat (limited to 'tests/typ/utility/strings.typ')
-rw-r--r--tests/typ/utility/strings.typ6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/typ/utility/strings.typ b/tests/typ/utility/strings.typ
index d7a55356..87be630f 100644
--- a/tests/typ/utility/strings.typ
+++ b/tests/typ/utility/strings.typ
@@ -1,7 +1,7 @@
// Test string functions.
---
-// Test the `upper`, `lower`, and number formatting functions.
+// Test the `upper`, `lower`, and number formatting functions.
#upper("Abc 8 def")
#lower("SCREAMING MUST BE SILENCED in " + roman(1672) + " years")
@@ -15,9 +15,5 @@
}
---
-// Error: 8-15 cannot convert integers greater than 3,999,999 to roman numerals
-#roman(8000000)
-
----
// Error: 9-11 must be at least zero
#symbol(-1)