mirror of
https://github.com/janet-lang/janet
synced 2025-12-02 22:58:09 +00:00
Fix #1341.
This commit is contained in:
@@ -968,4 +968,8 @@
|
||||
(identity a))
|
||||
(assert (= [1 2 3] (regress-1330)) "regression 1330")
|
||||
|
||||
# Issue 1341
|
||||
(assert (= () '() (macex '())) "macex ()")
|
||||
(assert (= '[] (macex '[])) "macex []")
|
||||
|
||||
(end-suite)
|
||||
|
||||
Reference in New Issue
Block a user