Fix PRINT-STRUCTURE.1
With print escaping turned off, symbols are printed without any package prefix. The test called READ-FROM-STRING within WITH-STANDARD-IO-SYNTAX, which caused the resulting symbol to be read and interned within the CL-USER package. This commit fixes this behaviour (the symbol is interned in the CL-TEST package).
Showing
Please register or sign in to comment