whitespace is my homeboy
This commit is contained in:
parent
4cafec8a9c
commit
67783190f4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue