You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by lt...@apache.org on 2009/04/08 10:51:28 UTC

svn commit: r763143 - /maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/test/resources/table.confluence

Author: ltheussl
Date: Wed Apr  8 08:51:27 2009
New Revision: 763143

URL: http://svn.apache.org/viewvc?rev=763143&view=rev
Log:
Add a test resource for confluence tables (DOXIA-301)

Added:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/test/resources/table.confluence

Added: maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/test/resources/table.confluence
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/test/resources/table.confluence?rev=763143&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/test/resources/table.confluence (added)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/test/resources/table.confluence Wed Apr  8 08:51:27 2009
@@ -0,0 +1,13 @@
+
+Simple table:
+
+||heading 1||heading 2||heading 3||
+|col A1|col A2|col A3|
+|col B1|col B2|col B3|
+
+Table with links (DOXIA-301):
+
+|| Version || Download || Date || Format || 
+|0.1.1 | [Download|http://example.com/release.0.1.1/ex-win32-win32.x86.zip] | 12-12-2008 | zip |
+|0.1.2 | [Download|http://example.com/release.0.1.2/ex-win32-win32.x86.zip] | 04-12-2008 | zip |
+|0.1.3 | [Download|http://example.com/release.0.1.3/ex-win32-win32.x86.zip] | 03-11-2008 | zip |
\ No newline at end of file