From e6725247636f4245d53efd4f0638678612efd604 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 27 Jan 2019 02:04:38 -0800 Subject: [PATCH] Added extra test for safety. --- lib/core/metaprogramming.nom | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/metaprogramming.nom b/lib/core/metaprogramming.nom index 096c62c..3ac8c4a 100644 --- a/lib/core/metaprogramming.nom +++ b/lib/core/metaprogramming.nom @@ -426,6 +426,7 @@ external: test: assume (lua type of {}) == "table" assume (type of {}) == "a Dict" + assume ((type of 5) == "a Number") assume ({} is "a Dict") assume ("" is text) assume ("" is "Text")