aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* tests: 7 through 8 working.Kaz Kylheku2023-05-281-15/+14
| | | | * test/simple.tl: Port tests 7 through 8 and move (exit).
* Fix attribute bugs: tests 1 to 7 working.Kaz Kylheku2023-05-281-36/+38
| | | | | | | | | | | * who.tl (convert-attributes): In the run-time case, we must generate code to print the calculated string, not just to calculate it. (convert-tag-to-string-list): Test the original tag keyword against the *html-empty-tags*, not the transformed string. * test/simple.tl: Port and enable tests 1 to 7.
* Starting TL-WHO tests.Kaz Kylheku2023-05-281-14/+26
| | | | | | | * test/simple: renamed to simple.tl. Just a self-contained file we can run. The first test has been rewritten to TL. After that we (exit). The first test is failing; it is not rendering any attributes.
* Fix keyword bloating in DEFPACKAGE clauses (#33)masterKilian M. Haemmerle2022-02-231-1/+1
| | | | | * Fix keyword bloating in DEFPACKAGE :EXPORT clauses * Fix keyword bloating in DEFPACKAGE :SHADOW clause
* *HTML-NO-INDENT-TAGS*Nikodemus Siivola2012-04-091-1/+32
| | | | | | | | Tags in this list don't have their body indented even if *INDENT* is true. <pre> in particular is indentation sensitive, and it's irritating when rendering changes as :indent is flipped.
* fix unportable testsNikodemus Siivola2012-04-091-9/+9
| | | | | | | Previously the tests implicitly assumed that EVAL does macroexpansion at runtime -- which is legal, but not required. Add explicit EVAL calls to tests requiring that.
* more expressive test results for STRING= testsNikodemus Siivola2012-04-091-1/+9
| | | | A bit ugly, but...
* number the tests in source to avoid confusionNikodemus Siivola2012-04-091-0/+23
| | | | | Just spent 20 minutes trying to figure out why a test that wasn't failing was...
* delete trailing whitespaceNikodemus Siivola2012-04-091-1/+1
|
* Dev versionEdi Weitz2009-03-093-0/+424
git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4336 4281704c-cde7-0310-8518-8e2dc76b1ff0