Added: experimental/Document/tests/files/rst/tokenizer/simple_tables_complex.txt
==============================================================================
--- experimental/Document/tests/files/rst/tokenizer/simple_tables_complex.txt 
(added)
+++ experimental/Document/tests/files/rst/tokenizer/simple_tables_complex.txt 
[iso-8859-1] Fri Feb  8 11:38:17 2008
@@ -1,0 +1,31 @@
+=====  =====  =======
+  A      B    A and B
+=====  =====  =======
+False  False  False
+True   False  False
+False  True   False
+True   True   True
+=====  =====  =======
+
+=====  =====  ======
+   Inputs     Output
+------------  ------
+  A      B    A or B
+=====  =====  ======
+False  False  False
+True   False  True
+False  True   True
+True   True   True
+=====  =====  ======
+
+=====  =====
+col 1  col 2
+=====  =====
+1      Second column of row 1.
+2      Second column of row 2.
+       Second line of paragraph.
+3      - Second column of row 3.
+
+       - Second item in bullet
+         list (row 3, column 2).
+=====  =====

Propchange: 
experimental/Document/tests/files/rst/tokenizer/simple_tables_complex.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: experimental/Document/tests/files/rst/tokenizer/substitution.txt
==============================================================================
--- experimental/Document/tests/files/rst/tokenizer/substitution.txt (added)
+++ experimental/Document/tests/files/rst/tokenizer/substitution.txt 
[iso-8859-1] Fri Feb  8 11:38:17 2008
@@ -1,0 +1,1 @@
+.. |symbol here| image:: symbol.png

Propchange: experimental/Document/tests/files/rst/tokenizer/substitution.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: experimental/Document/tests/files/rst/tokenizer/substitutions_complex.txt
==============================================================================
--- experimental/Document/tests/files/rst/tokenizer/substitutions_complex.txt 
(added)
+++ experimental/Document/tests/files/rst/tokenizer/substitutions_complex.txt 
[iso-8859-1] Fri Feb  8 11:38:17 2008
@@ -1,0 +1,60 @@
+|Michael| and |Jon| are our widget-wranglers.
+
+.. |Michael| user:: mjones
+.. |Jon|     user:: jhl
+
+|The Transparent Society| offers a fascinating alternate view
+on privacy issues.
+
+.. |The Transparent Society| book:: isbn=0738201448
+
+|The Transparent Society| offers a fascinating alternate view
+on privacy issues.
+
+.. |The Transparent Society| book:: isbn=0738201448
+
+4XSLT has the convenience method |runString|, so you don't
+have to mess with DOM objects if all you want is the
+transformed output.
+
+.. |runString| function:: module=xml.xslt class=Processor
+
+West led the |H| 3, covered by dummy's |H| Q, East's |H| K,
+and trumped in hand with the |S| 2.
+
+.. |H| image:: /images/heart.png
+   :height: 11
+   :width: 11
+.. |S| image:: /images/spade.png
+   :height: 11
+   :width: 11
+
+* |Red light| means stop.
+* |Green light| means go.
+* |Yellow light| means go really fast.
+
+.. |Red light|    image:: red_light.png
+.. |Green light|  image:: green_light.png
+.. |Yellow light| image:: yellow_light.png
+
+|-><-| is the official symbol of POEE_.
+
+.. |-><-| image:: discord.png
+.. _POEE: http://www.poee.org/
+
+|RST| is a little annoying to type over and over, especially
+when writing about |RST| itself, and spelling out the
+bicapitalized word |RST| every time isn't really necessary for
+|RST| source readability.
+
+.. |RST| replace:: reStructuredText_
+.. _reStructuredText: http://docutils.sourceforge.net/rst.html
+
+But still, that's nothing compared to a name like
+|j2ee-cas|__.
+
+.. |j2ee-cas| replace::
+   the Java `TM`:super: 2 Platform, Enterprise Edition Client
+   Access Services
+__ http://developer.java.sun.com/developer/earlyAccess/
+   j2eecas/

Propchange: 
experimental/Document/tests/files/rst/tokenizer/substitutions_complex.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: experimental/Document/tests/files/rst/tokenizer/titles.txt
==============================================================================
--- experimental/Document/tests/files/rst/tokenizer/titles.txt (added)
+++ experimental/Document/tests/files/rst/tokenizer/titles.txt [iso-8859-1] Fri 
Feb  8 11:38:17 2008
@@ -1,0 +1,34 @@
+===============
+ Section Title
+===============
+
+---------------
+ Section Title
+---------------
+
+Section Title
+=============
+
+Section Title
+-------------
+
+Section Title
+`````````````
+
+Section Title
+'''''''''''''
+
+Section Title
+.............
+
+Section Title
+~~~~~~~~~~~~~
+
+Section Title
+*************
+
+Section Title
++++++++++++++
+
+Section Title
+^^^^^^^^^^^^^

Propchange: experimental/Document/tests/files/rst/tokenizer/titles.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: experimental/Document/tests/files/rst/tokenizer/transistion.txt
==============================================================================
--- experimental/Document/tests/files/rst/tokenizer/transistion.txt (added)
+++ experimental/Document/tests/files/rst/tokenizer/transistion.txt 
[iso-8859-1] Fri Feb  8 11:38:17 2008
@@ -1,0 +1,5 @@
+Para.
+
+----------
+
+Para.

Propchange: experimental/Document/tests/files/rst/tokenizer/transistion.txt
------------------------------------------------------------------------------
    svn:eol-style = native


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to