From 8517a196f4110376ce769611594cd8692f72dc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 23 Jun 2022 04:21:16 +0200 Subject: Remove ->str and ->quoted-string. ->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once. --- tests/test/util.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/test') diff --git a/tests/test/util.scm b/tests/test/util.scm index e6b0c214..1de96a37 100644 --- a/tests/test/util.scm +++ b/tests/test/util.scm @@ -226,10 +226,6 @@ (test-equal "5" (->string "5")) -(test-equal "5" (->quoted-string 5)) - -(test-equal "\"5\"" (->quoted-string "5")) - (test-equal "no slashes" "home/user" -- cgit v1.2.3