mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Remove unneeded IE conditional comments test.
This commit is contained in:
15
test/test.js
15
test/test.js
@@ -22137,21 +22137,6 @@
|
||||
assert.strictEqual(compiled({ 'value': 3 }), '<p>6</p>');
|
||||
});
|
||||
|
||||
QUnit.test('should not error with IE conditional comments enabled (test with development build)', function(assert) {
|
||||
assert.expect(1);
|
||||
|
||||
var compiled = _.template(''),
|
||||
pass = true;
|
||||
|
||||
/*@cc_on @*/
|
||||
try {
|
||||
compiled();
|
||||
} catch (e) {
|
||||
pass = false;
|
||||
}
|
||||
assert.ok(pass);
|
||||
});
|
||||
|
||||
QUnit.test('should tokenize delimiters', function(assert) {
|
||||
assert.expect(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user