Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
df382de7
Commit
df382de7
authored
Jul 13, 2004
by
pfdietz
Browse files
Add def-ppblock-test
parent
1ee4ee2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/printer-aux.lsp
View file @
df382de7
...
...
@@ -39,6 +39,13 @@
,form))
,expected-value))
(defmacro def-ppblock-test (name form expected-value &rest key-args)
`(def-pprint-test ,name
(with-output-to-string
(*standard-output*)
(pprint-logical-block (*standard-output* nil) ,form))
,expected-value
,@key-args))
;;; Function to test readable of printed forms, under random settings
;;; of various printer control variables.
...
...
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