Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ansi-test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Karsten Poeck
ansi-test
Commits
ad4e5e94
Commit
ad4e5e94
authored
Mar 01, 2004
by
pfdietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to check this in
parent
4fe419c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
ansi-tests/printer-aux.lsp
ansi-tests/printer-aux.lsp
+5
-4
No files found.
ansi-tests/printer-aux.lsp
View file @
ad4e5e94
...
...
@@ -7,8 +7,9 @@
(defmacro def-print-test (name form result &rest bindings)
`(deftest ,name
(equalt (let ,bindings
(with-standard-io-syntax (prin1 ,form)))
,result)
(equalt
(with-standard-io-syntax
(let ,bindings
(with-output-to-string (*standard-output*) (prin1 ,form))))
,result)
t))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment