aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLudovic Courtès2009-05-26 18:52:51 +0200
committerLudovic Courtès2009-05-26 18:52:51 +0200
commit46e04425fee7fc462e5c1a718688d2b508291366 (patch)
treef180dc5e7d3567b7039578c170bb377c48861877 /tests
parentce8f50fbd147864d795eb3d4869ce01ed82dcb1a (diff)
downloadskribilo-46e04425fee7fc462e5c1a718688d2b508291366.tar.gz
skribilo-46e04425fee7fc462e5c1a718688d2b508291366.tar.lz
skribilo-46e04425fee7fc462e5c1a718688d2b508291366.zip
Fix typo in `resolve.test'.
* tests/resolve.test ("unresolved node in processor body"): Fix typo.
Diffstat (limited to 'tests')
-rw-r--r--tests/resolve.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/resolve.test b/tests/resolve.test
index 027b191..864ac88 100644
--- a/tests/resolve.test
+++ b/tests/resolve.test
@@ -110,7 +110,7 @@
(test-assert "unresolved node in processor body"
(let* ((resolved? #f)
- (doc (document #:title
+ (doc (document #:title "Doc"
(processor #:combinator (lambda (e1 e2) e1)
(resolve (lambda (n e env)
(set! resolved? #t)))))))