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
6dd1f8e2
Commit
6dd1f8e2
authored
Sep 04, 2015
by
Daniel Kochmański
Browse files
restructure: sample-files directory file-error fix
Signed-off-by:
Daniel Kochmański
<
daniel@turtleware.eu
>
parent
4841dc60
Changes
2
Hide whitespace changes
Inline
Side-by-side
sample-files/
file-error.txt
→
file-error.txt
View file @
6dd1f8e2
File moved
files/file-error.lsp
View file @
6dd1f8e2
...
...
@@ -56,7 +56,7 @@
t t t)
(deftest file-error-pathname.5
(with-open-file (s "
sample-files/
file-error.txt" :direction :input)
(with-open-file (s "file-error.txt" :direction :input)
(let ((c (make-condition 'file-error :pathname s)))
(values
(notnot (typep c 'file-error))
...
...
@@ -65,7 +65,7 @@
t t t)
(deftest file-error-pathname.6
(let ((s (open "
sample-files/
file-error.txt" :direction :input)))
(let ((s (open "file-error.txt" :direction :input)))
(close s)
(let ((c (make-condition 'file-error :pathname s)))
(values
...
...
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