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/foo/document.it.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/foo/document.it.html')
-rw-r--r-- | t/test-site-output/foo/document.it.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/test-site-output/foo/document.it.html b/t/test-site-output/foo/document.it.html new file mode 100644 index 0000000..a10ed57 --- /dev/null +++ b/t/test-site-output/foo/document.it.html @@ -0,0 +1,4 @@ +<!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="it" lang="it"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>Pagina foo</title></head><body><h1>Pagina <em>foo</em></h1><p>foo +</p></body></html> |