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" ]