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
ansi-test
ansi-test
Commits
18869291
Commit
18869291
authored
Aug 31, 2015
by
Daniel Kochmański
Browse files
restruct: move format to top directory
Signed-off-by:
Daniel Kochmański
<
daniel@turtleware.eu
>
parent
a1716abf
Changes
2
Show whitespace changes
Inline
Side-by-side
printer/
load-format.lsp
→
load-format.lsp
View file @
18869291
...
...
@@ -52,4 +52,3 @@
;;; 22.3.9
(load "format/format-circumflex.lsp")
(load "format/format-newline.lsp")
load-printer.lsp
View file @
18869291
;-*- Mode: Lisp -*-
;;;; Author: Paul Dietz
;;;; Created: Mon Feb 23 04:40:33 2004
;;;; Contains: File to load tests of the lisp printer
(in-package :cl-test)
(compile-and-load "printer-aux.lsp")
;;;; Tests of the lisp printer
(compile-and-load "ANSI-TESTS:AUX;printer-aux.lsp")
(compile-and-load "ANSI-TESTS:AUX;backquote-aux.lsp")
(load "printer/copy-pprint-dispatch.lsp")
...
...
@@ -46,4 +41,4 @@
(load "printer/print-level.lsp")
(load "printer/print-length.lsp")
(load "
printer/
load-format.lsp")
(load "load-format.lsp")
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