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
8160ffd4
Commit
8160ffd4
authored
Sep 18, 2005
by
pfdietz
Browse files
Disable directory-namestring.3 for lispworks
parent
1ff2993d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/directory-namestring.lsp
View file @
8160ffd4
...
...
@@ -24,6 +24,12 @@
(assert (string= (directory-namestring ns) ns))))
nil)
;;; Lispworks makes another assumption about filename normalization
;;; when using file streams as pathname designators, so this test
;;; doesn't work there.
;;; (This is another example of the difficulty of testing a feature
;;; in which so much is left up to the implementation.)
#-lispworks
(deftest directory-namestring.3
(let* ((name "directory-namestring.lsp")
(pn (merge-pathnames (pathname name)))
...
...
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