aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-06-03 12:03:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-06-03 12:03:09 -0700
commitd236509b8878afb3a6e33aa9e50f0a106e040b29 (patch)
treeec325b0e75c08739d45d5a4996748703a88d7dc4
parent8d7d8b26a10f1c4deb59ee9a48ef95d54fdd7a9b (diff)
downloadtl-who-d236509b8878afb3a6e33aa9e50f0a106e040b29.tar.gz
tl-who-d236509b8878afb3a6e33aa9e50f0a106e040b29.tar.bz2
tl-who-d236509b8878afb3a6e33aa9e50f0a106e040b29.zip
tests: stray tabs to spaces.
-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