diff options
author | dakkar <dakkar@luxion> | 2007-09-09 11:18:59 +0000 |
---|---|---|
committer | dakkar <dakkar@luxion> | 2007-09-09 11:18:59 +0000 |
commit | 9deff2ac08868dcc097d4335b6919632f1c5d0d2 (patch) | |
tree | 2886ab7bf0c438ac19e0c585ed68c08c399f34bb /t/test-site/src/bar/baz | |
parent | parser call on putting scalar (diff) | |
download | WebCoso-9deff2ac08868dcc097d4335b6919632f1c5d0d2.tar.gz WebCoso-9deff2ac08868dcc097d4335b6919632f1c5d0d2.tar.bz2 WebCoso-9deff2ac08868dcc097d4335b6919632f1c5d0d2.zip |
first test (preparation)
git-svn-id: svn://luxion/repos/WebCoso/trunk@286 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 't/test-site/src/bar/baz')
-rw-r--r-- | t/test-site/src/bar/baz/document.en.rest.txt | 7 | ||||
-rw-r--r-- | t/test-site/src/bar/baz/document.it.rest.txt | 7 | ||||
l--------- | t/test-site/src/bar/baz/du2html.xsl | 1 |
3 files changed, 15 insertions, 0 deletions
diff --git a/t/test-site/src/bar/baz/document.en.rest.txt b/t/test-site/src/bar/baz/document.en.rest.txt new file mode 100644 index 0000000..40a4841 --- /dev/null +++ b/t/test-site/src/bar/baz/document.en.rest.txt @@ -0,0 +1,7 @@ +================= + bar-baz english +================= +:tags: * one + * three/bis + +sticaz diff --git a/t/test-site/src/bar/baz/document.it.rest.txt b/t/test-site/src/bar/baz/document.it.rest.txt new file mode 100644 index 0000000..8d15da2 --- /dev/null +++ b/t/test-site/src/bar/baz/document.it.rest.txt @@ -0,0 +1,7 @@ +================== + bar-baz italiano +================== +:tags: * one + * three/bis + +sticaz diff --git a/t/test-site/src/bar/baz/du2html.xsl b/t/test-site/src/bar/baz/du2html.xsl new file mode 120000 index 0000000..b6e8ebc --- /dev/null +++ b/t/test-site/src/bar/baz/du2html.xsl @@ -0,0 +1 @@ +../../../common/du2html.xsl
\ No newline at end of file |