Fix tests
This commit is contained in:
@@ -190,7 +190,7 @@ function parse_test(file) {
|
|||||||
|
|
||||||
function make_code(ast, beautify) {
|
function make_code(ast, beautify) {
|
||||||
if (arguments.length == 1) beautify = true;
|
if (arguments.length == 1) beautify = true;
|
||||||
var stream = U.OutputStream({ beautify: beautify });
|
var stream = U.OutputStream({ beautify: beautify, inline_script: true });
|
||||||
ast.print(stream);
|
ast.print(stream);
|
||||||
return stream.get();
|
return stream.get();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user