summaryrefslogtreecommitdiff
path: root/Sacla/tests/must-printer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Sacla/tests/must-printer.patch')
-rw-r--r--Sacla/tests/must-printer.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/Sacla/tests/must-printer.patch b/Sacla/tests/must-printer.patch
new file mode 100644
index 0000000..0f3b883
--- /dev/null
+++ b/Sacla/tests/must-printer.patch
@@ -0,0 +1,13 @@
+*** sacla/lisp/test/must-printer.lisp 2004-08-03 08:34:55.000000000 +0200
+--- CLISP/clisp-20040712/sacla-tests/must-printer.lisp 2004-08-07 02:40:21.000000000 +0200
+***************
+*** 774,779 ****
+--- 774,780 ----
+ (string= "G01" (write-to-string (make-symbol "G01") :escape t :gensym nil))
+ (string= "G01" (write-to-string (make-symbol "G01") :escape nil :gensym nil))
+ (string= "#:G01" (write-to-string (make-symbol "G01") :escape t :gensym t))
++ #-CLISP ; CLISP prints symbols readably with vertical bars: "#:|G01|"
+ (string= "#:G01"
+ ;; Variable *PRINT-READABLY*
+ ;; http://www.lispworks.com/reference/HyperSpec/Body/v_pr_rda.htm
+