diff --git a/parser_test.go b/parser_test.go index 56f48a9..611d3be 100644 --- a/parser_test.go +++ b/parser_test.go @@ -1113,9 +1113,9 @@ The quick brown \ the lazy dog.""" str3 = """\ - The quick brown \ - fox jumps over \ - the lazy dog.\ + The quick brown \` + " " + ` + fox jumps over \` + " " + ` + the lazy dog.\` + " " + ` """`) if err != nil { t.Fatalf("unexpected error: %v", err)