Clean up parser tests and AST printer
This commit is contained in:
@@ -54,6 +54,10 @@ var Handlebars = require('./base');
|
||||
this.mustache = mustache;
|
||||
this.program = program;
|
||||
this.inverse = inverse;
|
||||
|
||||
if (this.inverse && !this.program) {
|
||||
this.isInverse = true;
|
||||
}
|
||||
};
|
||||
|
||||
Handlebars.AST.ContentNode = function(string) {
|
||||
|
||||
Reference in New Issue
Block a user