You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2006/10/29 01:17:29 UTC

svn commit: r468783 - /ant/antlibs/antunit/trunk/docs/assertions.html

Author: antoine
Date: Sat Oct 28 16:17:29 2006
New Revision: 468783

URL: http://svn.apache.org/viewvc?view=rev&rev=468783
Log:
modified closing tag. Are attributes allowed on closing tags ?

Modified:
    ant/antlibs/antunit/trunk/docs/assertions.html

Modified: ant/antlibs/antunit/trunk/docs/assertions.html
URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/docs/assertions.html?view=diff&rev=468783&r1=468782&r2=468783
==============================================================================
--- ant/antlibs/antunit/trunk/docs/assertions.html (original)
+++ ant/antlibs/antunit/trunk/docs/assertions.html Sat Oct 28 16:17:29 2006
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r468783 - /ant/antlibs/antunit/trunk/docs/assertions.html

Posted by Dominique Devienne <dd...@gmail.com>.
> modified closing tag. Are attributes allowed on closing tags ?

No. --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org