Update of /cvsroot/happydoc/HappyDoc3/happydoclib/docstring/StructuredText/regressions
In directory sc8-pr-cvs1:/tmp/cvs-serv15848/happydoclib/docstring/StructuredText/regressions
Modified Files:
examples.stx
Log Message:
Remove some DTML tags which confuse the TAL code.
Index: examples.stx
===================================================================
RCS file: /cvsroot/happydoc/HappyDoc3/happydoclib/docstring/StructuredText/regressions/examples.stx,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** examples.stx 17 Nov 2002 00:26:27 -0000 1.1.1.1
--- examples.stx 16 Mar 2003 23:45:12 -0000 1.2
***************
*** 14,23 ****
- An inline example: '1+2'.
- - Another example with a different format:
- ``x='spam''' or ``y='spam''' or ``<dtml-var spam>''.'
-
- We can use expressions in the DTML var tag as
- in ``<dtml-var "x+'.txt'">''
-
- A mult-line example::
--- 14,17 ----
***************
*** 25,30 ****
*foo bar*
-
- <dtml-var yeha>
--- 19,22 ----
|