aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/simple.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple.tl b/test/simple.tl
index 0efad02..fb0e3e2 100644
--- a/test/simple.tl
+++ b/test/simple.tl
@@ -568,7 +568,7 @@
;;; 54
;;; Complex deftag
(deftag :easy-input (label (name (gensym))
- (id name) (type "text") . other-attrs) default
+ (id name) (type "text") . other-attrs) default
^(progn
(:label :for ,name ,label)
(:input :name ,name :id ,id :type ,type