about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 '_