aboutsummaryrefslogtreecommitdiff
path: root/tests/step3_env.mal
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-19 15:27:19 -0500
committerJoel Martin <github@martintribe.org>2014-04-19 15:27:19 -0500
commit9af8aee63aad6031c12f2b04ba87c16cc3273077 (patch)
tree541b26455395db9a2048a178cf372c5c71b025fc /tests/step3_env.mal
parentb5dedee06b3a8fbec962fe23b0d474d7cf037a3d (diff)
downloadmal-9af8aee63aad6031c12f2b04ba87c16cc3273077.tar.gz
mal-9af8aee63aad6031c12f2b04ba87c16cc3273077.zip
Tests: move optional features to end and print header.
Diffstat (limited to 'tests/step3_env.mal')
-rw-r--r--tests/step3_env.mal2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/step3_env.mal b/tests/step3_env.mal
index 448a446..26372e6 100644
--- a/tests/step3_env.mal
+++ b/tests/step3_env.mal
@@ -32,6 +32,8 @@ x
(let* (p (+ 2 3) q (+ 2 p)) (+ p q))
;=>12
+;;
+;; -------- Optional Functionality --------
;; Testing vector evaluation
(let* (a 5 b 6) [3 4 a [b 7] 8])