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