From e1e74dbf46b97c44b15e686b83ec8d03eef5eca4 Mon Sep 17 00:00:00 2001 From: Dave Cunningham Date: Tue, 4 Jun 2019 16:51:42 +0100 Subject: [PATCH] Change golden files back again; --- 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 c226c53..51d8b90 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", - "// 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{}\n", + "// This file is there only for its filename: to test escaping in imports\n{}\n" ] diff --git a/testdata/importstr_various_literals_escaped.golden b/testdata/importstr_various_literals_escaped.golden index 0d618d0..64708dc 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", - "// 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{}\n", + "// This file is there only for its filename: to test escaping in imports\n{}\n" ]