1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-18 01:07:40 +00:00
This commit is contained in:
Calvin Rose
2019-01-28 20:30:45 -05:00
parent 38a7e4faf1
commit f284776490
2 changed files with 14 additions and 2 deletions

View File

@@ -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)