summaryrefslogtreecommitdiff
path: root/tests/typ/utility/strings.typ
diff options
context:
space:
mode:
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)