Skip to content
GitLab
Projects
Groups
Snippets
/
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
8335c4d7
Commit
8335c4d7
authored
Sep 03, 2015
by
Daniel Kochmański
Browse files
restructure: load print-lines.lsp test
Signed-off-by:
Daniel Kochmański
<
daniel@turtleware.eu
>
parent
80eba0a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
printer/load.lsp
View file @
8335c4d7
...
...
@@ -8,12 +8,12 @@
(make-pathname
:directory (pathname-directory *load-pathname*))))
(load "copy-pprint-dispatch.lsp")
(load "print-integers.lsp")
(load "print-ratios.lsp")
(load "print-floats.lsp")
(load "print-complex.lsp")
(load "print-characters.lsp")
(load "print-lines.lsp")
(load "print-symbols.lsp")
(load "print-strings.lsp")
(load "print-cons.lsp")
...
...
print-lines.lsp
→
printer/
print-lines.lsp
View file @
8335c4d7
...
...
@@ -3,10 +3,6 @@
;;;; Created: Tue Jul 27 09:32:46 2004
;;;; Contains: Tests involving PRINT-LINES
(in-package :cl-test)
(compile-and-load "printer-aux.lsp")
(deftest print-lines.1
*print-lines*
nil)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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