Browse Source

Fix syntax errors in examples.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276378 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
a3697532bd
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      docs/manual/CoreTypes/filterchain.html

+ 4
- 4
docs/manual/CoreTypes/filterchain.html View File

@@ -323,8 +323,8 @@ This will include only those lines that contain <code>foo</code> and
Convenience method:
<BLOCKQUOTE><PRE>
&lt;linecontains&gt;
&lt;contains value=&quot;foo&quot;&gt;
&lt;contains value=&quot;bar&quot;&gt;
&lt;contains value=&quot;foo&quot;/&gt;
&lt;contains value=&quot;bar&quot;/&gt;
&lt;/linecontains&gt;
</PRE></BLOCKQUOTE>

@@ -347,7 +347,7 @@ This will fetch all those lines that contain the pattern <code>foo</code>
Convenience method:
<BLOCKQUOTE><PRE>
&lt;linecontainsregexp&gt;
&lt;regexp pattern=&quot;foo*&quot;&gt;
&lt;regexp pattern=&quot;foo*&quot;/&gt;
&lt;/linecontainsregexp&gt;
</PRE></BLOCKQUOTE>

@@ -1343,4 +1343,4 @@ This may be used as follows:
<HR>

<P align=center>Copyright &copy; 2002-2004 The Apache Software Foundation. All rights
Reserved.</P></BODY></HTML>
Reserved.</P></BODY></HTML>

Loading…
Cancel
Save