summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-05-26resolve: Clarify node bindings in nested documents.•••* src/guile/skribilo/ast.scm (document-bind-nodes!): Bind nodes in the innermost document, which may or may not be the root document. * tests/resolve.test ("root document has no parent", "nested document has a parent", "nested document is its own `ast-document'", "nested document bindings"): New tests. Ludovic Courtès
2009-05-25Add `resolve' unit tests.•••* tests/Makefile.am (TESTS): Add `resolve.test'. (CLEANFILES): Add `resolve.log'. Ludovic Courtès
2009-01-07Add AST unit tests.•••* tests/Makefile.am (TESTS): Add `ast.test'. (CLEANFILES): Add `ast.log'. Ludovic Courtès
2009-01-05rss-2: Improve tests.•••* tests/readers/rss-2.test ("broken date format", "table"): New tests. Ludovic Courtès
2008-12-23rss-2: Clean up tests.Ludovic Courtès
2008-12-23Add test framework and `rss-2' unit tests.•••* Makefile.am (SUBDIRS): Add `tests'. * configure.ac: Produce `tests/Makefile'. * src/guile/Makefile.am (EXTRA_DIST): Add SRFI-64 files. * tests: New directory. Ludovic Courtès