Re: svn commit: r1834628 - /subversion/trunk/subversion/tests/cmdline/patch_tests.py

2018-07-01 Thread Daniel Shahaf
Julian Foad wrote on Sun, 01 Jul 2018 12:38 +0100: > Thanks for pointing this out. This was copied from elsewhere in our test > suite. Fixed throughout, [...] Thanks, Julian. Daniel

Re: svn commit: r1834628 - /subversion/trunk/subversion/tests/cmdline/patch_tests.py

2018-07-01 Thread Julian Foad
Daniel Shahaf wrote: > julianf...@apache.org wrote on Thu, 28 Jun 2018 17:25 +: > > +unidiff_patch += ['\ No newline at end of property\n'] > > The sequence will be a SyntaxError in a future > version of Python: [...] Therefore, The first slash should be doubled. Thanks for pointing thi

Re: svn commit: r1834628 - /subversion/trunk/subversion/tests/cmdline/patch_tests.py

2018-06-29 Thread Daniel Shahaf
julianf...@apache.org wrote on Thu, 28 Jun 2018 17:25 +: > +unidiff_patch += ['\ No newline at end of property\n'] The sequence will be a SyntaxError in a future version of Python: [[[ % curl https://docs.python.org/3/reference/lexical_analysis.html#literals | me Changed in version