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
30b8aea6
Commit
30b8aea6
authored
Apr 26, 2003
by
pfdietz
Browse files
Fixed typo in test names
parent
5b3bd328
Changes
1
Show whitespace changes
Inline
Side-by-side
ansi-tests/subtypep-float.lsp
View file @
30b8aea6
...
...
@@ -183,11 +183,11 @@
nil)
(unless (eql 0.0s0 -0.0s0)
(deftest subtypep.short-float.zero.2
(deftest subtypep.short-float.zero.2
a
(values (subtypep '(short-float 0.0s0)
'(or (short-float (0.0s0)) (member 0.0s0))))
nil)
(deftest subtypep.short-float.zero.
(deftest subtypep.short-float.zero.
2b
(values (subtypep '(short-float 0.0s0)
'(or (short-float (0.0s0)) (member -0.0s0))))
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