mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Add assert labels to _.tempalte test.
This commit is contained in:
@@ -14940,7 +14940,7 @@
|
|||||||
} catch(e) {
|
} catch(e) {
|
||||||
pass = false;
|
pass = false;
|
||||||
}
|
}
|
||||||
ok(pass);
|
ok(pass, '`data` value');
|
||||||
|
|
||||||
pass = true;
|
pass = true;
|
||||||
|
|
||||||
@@ -14949,7 +14949,7 @@
|
|||||||
} catch(e) {
|
} catch(e) {
|
||||||
pass = false;
|
pass = false;
|
||||||
}
|
}
|
||||||
ok(pass);
|
ok(pass, '`options` value');
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should expose the source for compiled templates', 1, function() {
|
test('should expose the source for compiled templates', 1, function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user