preserve case when inline_script (#2991)

fixes #2989
This commit is contained in:
Alex Lam S.L
2018-03-11 05:11:12 +08:00
committed by GitHub
parent 7e00a12741
commit fc6ebd04a5
4 changed files with 24 additions and 4 deletions

View File

@@ -343,7 +343,6 @@ function parse_test(file) {
}
function make_code(ast, options) {
options.inline_script = true;
var stream = U.OutputStream(options);
ast.print(stream);
return stream.get();