From f8ae3c9cb368b790eb4e42f01ba933e3ae84968e Mon Sep 17 00:00:00 2001 From: kzc Date: Wed, 3 Jan 2018 16:15:03 -0500 Subject: [PATCH] use input_code for reminify_input --- test/run-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-tests.js b/test/run-tests.js index e1a408d0..dad561c8 100755 --- a/test/run-tests.js +++ b/test/run-tests.js @@ -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,