Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceColl committed Mar 5, 2024
1 parent 9274d71 commit 5f1c07c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
lisp:
- sbcl-bin
- ccl-bin
- ecl

env:
LISP: ${{ matrix.lisp }}
Expand All @@ -26,6 +27,9 @@ jobs:
uses: 40ants/setup-lisp@v2
with:
asdf-system: chobun
qlfile-template: |
dist ultralisp http://dist.ultralisp.org
github MarceColl/bedrock
- name: Run tests
uses: 40ants/run-tests@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion t/chobun.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
(:div (if t
(:span "TRUE")
(:span "FALSE")))
"<div><spanTRUE</span></div>")
"<div><span>TRUE</span></div>")
(html-test "if inside dotimes"
(:div (dotimes (i 6)
(:div (if (= (mod i 2) 0)
Expand Down

0 comments on commit 5f1c07c

Please sign in to comment.