mirror of
https://github.com/janet-lang/janet
synced 2025-10-23 03:37:40 +00:00
Fix regression #1327
This commit is contained in:
@@ -198,5 +198,9 @@
|
||||
|
||||
(assert (= (test) '(1 ())) "issue #919")
|
||||
|
||||
(end-suite)
|
||||
# Regression #1327
|
||||
(def x "A")
|
||||
(def x (if (= nil x) "B" x))
|
||||
(assert (= x "A"))
|
||||
|
||||
(end-suite)
|
||||
|
Reference in New Issue
Block a user