modified closing tag. Are attributes allowed on closing tags ?

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@468783 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Antoine Levy-Lambert 2006-10-28 23:17:29 +00:00
parent bb1b7d0440
commit bc037a932e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<pre>
&lt;assertFalse message="foo is bar"&gt;
&lt;equals arg1="${foo}" arg2="bar"/&gt;
&lt;/assertFalse message="foo is bar"&gt;
&lt;/assertFalse&gt;
</pre>
<h2><a name="assertEquals">assertEquals</a></h2>