diff options
| author | Joel Martin <github@martintribe.org> | 2014-12-18 23:52:59 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-01-09 16:16:51 -0600 |
| commit | a816262a057ecc4bd1fd07750d21cab81490f336 (patch) | |
| tree | f83bea9965ef09460d213812f738a32a2dc6803c /tests | |
| parent | 821930dbd9febf45fad25aefa9bc64e8ace4c737 (diff) | |
| download | mal-a816262a057ecc4bd1fd07750d21cab81490f336.tar.gz mal-a816262a057ecc4bd1fd07750d21cab81490f336.zip | |
Scala: refactor collections with metadata.
Convert numeric to Long. Add time-ms.
Add Makefile for stats targets.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/step6_file.mal | 7 |
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") |
