From 00800fd115d8ff192ed7fcf257dfe467363dd6b9 Mon Sep 17 00:00:00 2001 From: Marce Coll Date: Tue, 5 Mar 2024 21:24:46 +0100 Subject: [PATCH] Fixes --- .github/workflows/test.yml | 4 ++++ t/chobun.lisp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8685164..b5712bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,7 @@ jobs: lisp: - sbcl-bin - ccl-bin + - ecl env: LISP: ${{ matrix.lisp }} @@ -26,6 +27,9 @@ jobs: uses: 40ants/setup-lisp@v2 with: asdf-system: chobun + qlfile-template: | + dist ultralisp http://dist.ultralisp.org + github bedrock MarceColl/bedrock - name: Run tests uses: 40ants/run-tests@v2 with: diff --git a/t/chobun.lisp b/t/chobun.lisp index 2130076..6975704 100644 --- a/t/chobun.lisp +++ b/t/chobun.lisp @@ -34,7 +34,7 @@ (:div (if t (:span "TRUE") (:span "FALSE"))) - "
") + "
TRUE
") (html-test "if inside dotimes" (:div (dotimes (i 6) (:div (if (= (mod i 2) 0)