Skip to content

Commit 92027d0

Browse files
committed
order of classes added by add-class now matches textual ordering, so fix broken test
1 parent 84f1079 commit 92027d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basic-tests.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
;; detect when soemthing changes output
215215
(assert-equalp
216216
"<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">
217-
<div><span class=\"test2 test\" test=\"1\" title=\"test\">42.02</span>this is a test<br></div>"
217+
<div><span class=\"test test2\" test=\"1\" title=\"test\">42.02</span>this is a test<br></div>"
218218
(with-html-document-to-string ()
219219
(xhtml:div ()
220220
(add-css-class

0 commit comments

Comments
 (0)