[Git][cmucl/cmucl][issue-135-unix-namestring-dot] Add tests for #135
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Tue Sep 20 23:43:08 UTC 2022
Raymond Toy pushed to branch issue-135-unix-namestring-dot at cmucl / cmucl
Commits:
777ccaeb by Raymond Toy at 2022-09-20T16:42:52-07:00
Add tests for #135
- - - - -
1 changed file:
- tests/issues.lisp
Changes:
=====================================
tests/issues.lisp
=====================================
@@ -579,3 +579,9 @@
with user-info = (unix:unix-getpwuid uid)
while user-info
finally (assert-false user-info)))
+
+(define-test issue.135
+ (:tag :issues)
+ (assert-equalp "." (ext:unix-namestring "."))
+ (assert-equalp "./abc.txt" (ext:unix-namestring "abc.txt"))
+ (assert-equalp "./abc/def/foo.txt" (ext:unix-namestring "abc/def/foo.txt")))
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/777ccaebb94ed0ccbf5e8f0dd3fda73c1c1bf7c9
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/777ccaebb94ed0ccbf5e8f0dd3fda73c1c1bf7c9
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20220920/1196e704/attachment.html>
More information about the cmucl-cvs
mailing list