From 249d0eaf46c71f3aa7128b6a54703c15bb823838 Mon Sep 17 00:00:00 2001 From: x-hgg-x <39058530+x-hgg-x@users.noreply.github.com> Date: Thu, 7 May 2020 05:15:34 +0200 Subject: [PATCH] Restore test for accidental whitespaces (#403) --- parser_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)