From 19f4d9cf20c97aafd7f25e98d26e80e8255e7df2 Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Sat, 25 Jan 2003 06:22:10 +0000
Subject: [PATCH] Fixed bug introduced by reordering standard char string.

---
 ansi-tests/ansi-aux.lsp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansi-tests/ansi-aux.lsp b/ansi-tests/ansi-aux.lsp
index f7865fd5..d8af5122 100644
--- a/ansi-tests/ansi-aux.lsp
+++ b/ansi-tests/ansi-aux.lsp
@@ -352,8 +352,8 @@ the condition to go uncaught if it cannot be classified."
     (cons 'list args)))  
 
 (defparameter +standard-chars+
-  " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789~!@#$%^&*()_+|\\=-`{}[]:\";'<>?,./
-")
+  "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789~!@#$%^&*()_+|\\=-`{}[]:\";'<>?,./
+ ")
 
 (defparameter
   +base-chars+ #.(concatenate 'string
-- 
GitLab