mirror of
https://github.com/janet-lang/janet
synced 2025-10-23 03:37:40 +00:00
Fix suite7 failing when run with no docstrings.
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
|
||||
# Make sure Carriage Returns don't end up in doc strings.
|
||||
|
||||
(assert (not (string/find "\r" (get ((fiber/getenv (fiber/current)) 'cond) :doc))) "no \\r in doc strings")
|
||||
(assert (not (string/find "\r" (get ((fiber/getenv (fiber/current)) 'cond) :doc ""))) "no \\r in doc strings")
|
||||
|
||||
# module/expand-path regression
|
||||
(with-dyns [:syspath ".janet/.janet"]
|
||||
|
Reference in New Issue
Block a user