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