[Po4a-commits] "po4a/t/data-25 xhtml.html, 1.1, 1.2 xhtml.po, 1.1, 1.2 xhtml_normalized.html, 1.1, 1.2"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Tue Jun 13 23:19:11 UTC 2006


Update of /cvsroot/po4a/po4a/t/data-25
In directory haydn:/tmp/cvs-serv2374/t/data-25

Modified Files:
	xhtml.html xhtml.po xhtml_normalized.html 
Log Message:
Add a test with an SSI statement inside a paragraph.


Index: xhtml_normalized.html
===================================================================
RCS file: /cvsroot/po4a/po4a/t/data-25/xhtml_normalized.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xhtml_normalized.html	13 Jun 2006 20:59:15 -0000	1.1
+++ xhtml_normalized.html	13 Jun 2006 23:19:09 -0000	1.2
@@ -24,6 +24,10 @@
 
       and some text without a paragraph mark.
     </div>
+    <div class="content">
+      <p>A paragraph with an <!--#include virtual="header.shtml"--> SSI statement 
+inside</p>
+    </div>
   </body>
 </html>
 

Index: xhtml.po
===================================================================
RCS file: /cvsroot/po4a/po4a/t/data-25/xhtml.po,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xhtml.po	13 Jun 2006 20:59:15 -0000	1.1
+++ xhtml.po	13 Jun 2006 23:19:09 -0000	1.2
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-06-13 22:39+0200\n"
+"POT-Creation-Date: 2006-06-14  0:50+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -60,3 +60,10 @@
 #: ../data-25/xhtml.html:26
 msgid "and some text without a paragraph mark."
 msgstr ""
+
+# type: Content of: <html><body><div><p>
+#: ../data-25/xhtml.html:29
+msgid ""
+"A paragraph with an <!--#include virtual=\"header.shtml\"--> SSI statement "
+"inside"
+msgstr ""

Index: xhtml.html
===================================================================
RCS file: /cvsroot/po4a/po4a/t/data-25/xhtml.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xhtml.html	13 Jun 2006 20:59:15 -0000	1.1
+++ xhtml.html	13 Jun 2006 23:19:09 -0000	1.2
@@ -25,6 +25,11 @@
 
       and some text without a paragraph mark.
     </div>
+    <div class="content">
+      <p>A paragraph with an
+         <!--#include virtual="header.shtml"-->
+         SSI statement inside</p>
+    </div>
   </body>
 </html>
 




More information about the Po4a-commits mailing list