diff options
author | dakkar <dakkar@luxion> | 2008-01-02 21:39:46 +0000 |
---|---|---|
committer | dakkar <dakkar@luxion> | 2008-01-02 21:39:46 +0000 |
commit | 06206275e8480d44989b0c6112c5cf0eeaa5d4be (patch) | |
tree | ddd50eecebb2d7c16a7c779071b1e338c2d8dd79 /t/test-site-output/bar/document.en.html | |
parent | better handling of non-existing files, and a --clean option (diff) | |
download | WebCoso-06206275e8480d44989b0c6112c5cf0eeaa5d4be.tar.gz WebCoso-06206275e8480d44989b0c6112c5cf0eeaa5d4be.tar.bz2 WebCoso-06206275e8480d44989b0c6112c5cf0eeaa5d4be.zip |
added test for the output
git-svn-id: svn://luxion/repos/WebCoso/trunk@320 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 't/test-site-output/bar/document.en.html')
-rw-r--r-- | t/test-site-output/bar/document.en.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/t/test-site-output/bar/document.en.html b/t/test-site-output/bar/document.en.html new file mode 100644 index 0000000..4f4f109 --- /dev/null +++ b/t/test-site-output/bar/document.en.html @@ -0,0 +1,9 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wc="http://webcoso.thenautilus.net/" xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>bar (from template) +</title></head><body><h1>bar (from template) +</h1><ul><li>line 1 +</li><li>line 2 +</li><li>line 3 +</li></ul><p>link: <a href="baz/">bar-baz english +</a></p></body></html> |