[commit #11342] TiddlyWiki - corrected test code

1 view
Skip to first unread message

s...@tiddlywiki.org

unread,
Dec 15, 2009, 11:06:33 AM12/15/09
to
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();

Tobias Beer

unread,
Dec 16, 2009, 11:38:22 AM12/16/09
to TiddlyWikiDev
Ah, there you go... done it already... :o)
Reply all
Reply to author
Forward
0 new messages