diff options
Diffstat (limited to 't/test-site-output/foo')
-rw-r--r-- | t/test-site-output/foo/document.en.html | 6 | ||||
-rw-r--r-- | t/test-site-output/foo/document.it.html | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/t/test-site-output/foo/document.en.html b/t/test-site-output/foo/document.en.html new file mode 100644 index 0000000..780888a --- /dev/null +++ b/t/test-site-output/foo/document.en.html @@ -0,0 +1,6 @@ +<!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>foo page +</title></head><body><h1>foo page +</h1><p>foo +</p></body></html> 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> |