Home
last modified time | relevance | path

Searched defs:omission (Results 1 – 1 of 1) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js22643 …assert.strictEqual(_.truncate(string, { 'omission': ' [...]' }), 'hi-diddly-ho there, neig [...]'); property
22649 … assert.strictEqual(_.truncate(string, { 'omission': null }), 'hi-diddly-ho there, neighbnull'); property
22650 …assert.strictEqual(_.truncate(string, { 'omission': undefined }), 'hi-diddly-ho there, nundefined'… property