From 4604aa8d7186bff11c3c3e0f65aafee3c2ea7c4c Mon Sep 17 00:00:00 2001 From: Vladimir Moskva Date: Thu, 17 May 2018 14:29:49 +0200 Subject: [PATCH] Fix a test (#310) --- build/testdata/059.golden | 4 ++-- build/testdata/059.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/testdata/059.golden b/build/testdata/059.golden index 36a84d67b..31c2ed294 100644 --- a/build/testdata/059.golden +++ b/build/testdata/059.golden @@ -22,8 +22,8 @@ This particular line has just 4 leading spaces, so it should be moved only 4 spa if foobar: def h(): - """This docstring is already indented properly, therefore shouldn't be touched, - even though this line has trailing spaces and the next line consists only of spaces: + """This docstring is already indented properly, therefore shouldn't be reindented, + but the trailing spacees from this and the following lines should be removed. """ diff --git a/build/testdata/059.in b/build/testdata/059.in index 4eee29563..cb7c7e774 100644 --- a/build/testdata/059.in +++ b/build/testdata/059.in @@ -22,8 +22,8 @@ if bar: if foobar: def h(): - """This docstring is already indented properly, therefore shouldn't be touched, - even though this line has trailing spaces and the next line consists only of spaces: + """This docstring is already indented properly, therefore shouldn't be reindented, + but the trailing spacees from this and the following lines should be removed. """