From d89367d4c95b381bcea1c2e75f5dbce51f5409ff Mon Sep 17 00:00:00 2001 From: Dave Cunningham Date: Mon, 3 Jun 2019 17:29:25 +0100 Subject: [PATCH] golden files were out of date --- testdata/import_various_literals_escaped.golden | 4 ++-- testdata/importstr_various_literals_escaped.golden | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testdata/import_various_literals_escaped.golden b/testdata/import_various_literals_escaped.golden index 51d8b90..c226c53 100644 --- a/testdata/import_various_literals_escaped.golden +++ b/testdata/import_various_literals_escaped.golden @@ -1,6 +1,6 @@ [ true, true, - "// This file is there only for its filename: to test escaping in imports\n{}\n", - "// This file is there only for its filename: to test escaping in imports\n{}\n" + "// This file is there only for its filename: to test escaping in imports\n", + "// This file is there only for its filename: to test escaping in imports\n" ] diff --git a/testdata/importstr_various_literals_escaped.golden b/testdata/importstr_various_literals_escaped.golden index 64708dc..0d618d0 100644 --- a/testdata/importstr_various_literals_escaped.golden +++ b/testdata/importstr_various_literals_escaped.golden @@ -1,6 +1,6 @@ [ "true\n", "true\n", - "// This file is there only for its filename: to test escaping in imports\n{}\n", - "// This file is there only for its filename: to test escaping in imports\n{}\n" + "// This file is there only for its filename: to test escaping in imports\n", + "// This file is there only for its filename: to test escaping in imports\n" ]