Ah, there you go... done it already... :o) On 15 Dez., 17:06, [email protected] wrote: > http://trac.tiddlywiki.org/changeset/11342 > > MartinBudden > 2009-12-15 08:06:33 -0800 (Tue, 15 Dec 2009) > 32 > TiddlyWiki - corrected test code > > --------------- > > U Trunk/core/test/js/Strings.js > > --------------- > > Modified: Trunk/core/test/js/Strings.js > =================================================================== > --- Trunk/core/test/js/Strings.js 2009-12-15 15:16:31 UTC (rev 11341) > +++ Trunk/core/test/js/Strings.js 2009-12-15 16:06:33 UTC (rev 11342) > @@ -14,7 +14,7 @@ > ok(actual==expected,'String trim'); > > actual = " abc def ".trim(); > - expected = "abcdef"; > + expected = "abc def"; > ok(actual==expected,'String trim'); > > actual = "background-color".unDash();
-- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
