2012-09-15 07:32:44 +08:00
|
|
|
this["JST"] = this["JST"] || {};
|
|
|
|
|
2013-01-01 04:06:55 +08:00
|
|
|
this["JST"]["test/fixtures/it's-a-bad-filename.html"] = function(obj) {
|
|
|
|
obj || (obj = {});
|
|
|
|
var __t, __p = '', __e = _.escape, __d = obj.obj || obj;
|
|
|
|
__p += 'never name your file like this.';
|
|
|
|
return __p
|
2012-09-15 07:32:44 +08:00
|
|
|
};
|