whitespace is my homeboy

This commit is contained in:
Thomas Fuchs 2007-05-31 22:35:13 +00:00
parent 4cafec8a9c
commit 67783190f4
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@
assertEqual('foo b', source.truncate(5, ''));
assert(typeof 'foo'.truncate(5) == 'string');
assert(typeof'foo bar baz'.truncate(5) == 'string');
assert(typeof 'foo bar baz'.truncate(5) == 'string');
}},
testStrip: function() {with(this) {