use input_code for reminify_input

This commit is contained in:
kzc 2018-01-03 16:15:03 -05:00
parent 17378e7642
commit f8ae3c9cb3

View File

@ -208,7 +208,7 @@ function run_compress_tests() {
// The test with expect_stdout passed.
// Now try to reminify original input with standard options
// to see if it matches expect_stdout.
var reminify_input = test.input.print_to_string();
var reminify_input = input_code;
var reminify_options = {
output: {
beautify: true,