mirror of
https://github.com/janet-lang/janet
synced 2025-12-05 16:18:08 +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