aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/step6_file.mal7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/step6_file.mal b/tests/step6_file.mal
index f102c34..f76e4f5 100644
--- a/tests/step6_file.mal
+++ b/tests/step6_file.mal
@@ -27,6 +27,13 @@
;=>2
;;
+;; Testing that *ARGV* exists and is an empty list
+(list? *ARGV*)
+;=>true
+*ARGV*
+;=>()
+
+;;
;; -------- Optional Functionality --------
(load-file "../tests/incB.mal")