Skip to content
Snippets Groups Projects
Commit ea930e24 authored by pfdietz's avatar pfdietz
Browse files

Fixed typo in test names

parent baf3c8a2
No related branches found
No related tags found
No related merge requests found
......@@ -63,23 +63,23 @@
(typep* (make-array '(12) :element-type nil) 'simple-string)
t)
(deftest simple-estring.14
(deftest simple-string.14
(typep* "abc" '(simple-string))
t)
(deftest simple-estring.15
(deftest simple-string.15
(typep* "abc" '(simple-string *))
t)
(deftest simple-estring.16
(deftest simple-string.16
(typep* "abc" '(simple-string 3))
t)
(deftest simple-estring.17
(deftest simple-string.17
(typep* "abc" '(simple-string 2))
nil)
(deftest simple-estring.18
(deftest simple-string.18
(typep* "abc" '(simple-string 4))
nil)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment