<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/jsassertunit/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/jsassertunit/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/jsassertunit/bugs/</id><updated>2004-11-24T19:05:16Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>PHP Assert-&gt;isTrue passes invalid false value to JS</title><link href="https://sourceforge.net/p/jsassertunit/bugs/1/" rel="alternate"/><published>2004-11-24T19:05:16Z</published><updated>2004-11-24T19:05:16Z</updated><author><name>JC Hearn</name><uri>https://sourceforge.net/u/jchearn/</uri></author><id>https://sourceforge.net988f0d087b4390e9b743c711ffb9d7fe41ad48d0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When using $Assert-&amp;gt;isTrue and the checked parameter&lt;br /&gt;
is false, the resulting javascript Assert.isTrue does not &lt;br /&gt;
have a valid first argument.  (It has no characters.)&lt;br /&gt;
This throws a JS error.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;$Assert-&amp;gt;isTrue( false, "comment" );&lt;/p&gt;
&lt;p&gt;produces:&lt;/p&gt;
&lt;p&gt;Assert.isTrue(,"comment");&lt;/p&gt;
&lt;p&gt;This throws a JS error.&lt;/p&gt;
&lt;p&gt;Any help would be appreciated.  Send response to &lt;br /&gt;
jchearn@medicalnetsystems.com.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>