mirror of
https://github.com/janet-lang/janet
synced 2025-10-18 01:07:40 +00:00
Address #24
This commit is contained in:
@@ -346,4 +346,9 @@
|
||||
(check-deep '(drop '"hello") "hello" @[])
|
||||
(check-deep '(drop "hello") "hello" @[])
|
||||
|
||||
# Regression #24
|
||||
|
||||
(def t (put @{} :hi 1))
|
||||
(assert (deep= t @{:hi 1}) "regression #24")
|
||||
|
||||
(end-suite)
|
||||
|
Reference in New Issue
Block a user