Restore test for accidental whitespaces (#403)
This commit is contained in:
+3
-3
@@ -1113,9 +1113,9 @@ The quick brown \
|
|||||||
the lazy dog."""
|
the lazy dog."""
|
||||||
|
|
||||||
str3 = """\
|
str3 = """\
|
||||||
The quick brown \
|
The quick brown \` + " " + `
|
||||||
fox jumps over \
|
fox jumps over \` + " " + `
|
||||||
the lazy dog.\
|
the lazy dog.\` + " " + `
|
||||||
"""`)
|
"""`)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("unexpected error: %v", err)
|
t.Fatalf("unexpected error: %v", err)
|
||||||
|
|||||||
Reference in New Issue
Block a user