about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-12-25 19:21:01 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-12-25 19:21:01 -0800
commit11d454a53915bc65e85bc8db8a77e3d87b924e33 (patch)
tree0269ec5f946c06321746b9d2b4ff1d80119255af
parent9e15e4df4ce4c389988aa1351a7959dae4c35d70 (diff)
downloadmu-11d454a53915bc65e85bc8db8a77e3d87b924e33.tar.gz
445
-rw-r--r--mu.arc.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/mu.arc.t b/mu.arc.t
index 0658710d..4ef4338a 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -3605,8 +3605,10 @@
 (prn "== tokenize-args")
 (assert:iso '((a b) (c d))
             (tokenize-arg 'a:b/c:d))
+; numbers are not symbols
 (assert:iso '((a b) (1 d))
             (tokenize-arg 'a:b/1:d))
+; special symbols are skipped
 (assert:iso '<-
             (tokenize-arg '<-))
 (assert:iso '_