From 0579fd4409375aaa9fd8e87a06fd59097b5fcd97 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 26 Nov 2022 16:59:20 +0100 Subject: Reorganize library base --- tests/typ/base/string.typ | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'tests/typ/base/string.typ') diff --git a/tests/typ/base/string.typ b/tests/typ/base/string.typ index 3104a3ea..e724f563 100644 --- a/tests/typ/base/string.typ +++ b/tests/typ/base/string.typ @@ -135,27 +135,6 @@ #test(upper(memes), "ARE MEMES GREAT?") #test(upper("Ελλάδα"), "ΕΛΛΆΔΑ") ---- -// Test integrated lower, upper and symbols. -// Ref: true - -#upper("Abc 8") -#upper[def] - -#lower("SCREAMING MUST BE SILENCED in " + roman(1672) + " years") - -#for i in range(9) { - symbol(i) - [ and ] - roman(i) - [ for #i] - parbreak() -} - --- // Error: 8-9 expected string or content, found integer #upper(1) - ---- -// Error: 9-11 must be at least zero -#symbol(-1) -- cgit v1.2.3