From a6e55fb6017feea14c9962caf56040893d41cf60 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Tue, 1 Oct 2002 00:39:41 +0000 Subject: [PATCH] Added char-schar.lsp and string.lsp --- ansi-tests/gclload2.lsp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansi-tests/gclload2.lsp b/ansi-tests/gclload2.lsp index 96ac4eca..fdacdb91 100644 --- a/ansi-tests/gclload2.lsp +++ b/ansi-tests/gclload2.lsp @@ -110,3 +110,9 @@ ;;; Tests of the reader (load "reader-test.lsp") + +;;; Tests of strings + +(load "char-schar.lsp") +(load "string.lsp") + -- GitLab