# HG changeset patch # User Danny Hooper # Date 1531175629 25200 # Node ID 02850baddaddab29b5f5a0851b6cb1c9b0eeb3ec # Parent 43d0619cec90d8c7a28d08880a345da98041606b tests: prevent conflict markers in test case from triggering warnings Broadly, having lines that begin with several '<' tends to trigger tools that try to warn you about unresolved conflicts. It will save some headaches to tweak this string literal to avoid that. Differential Revision: https://phab.mercurial-scm.org/D3897 diff -r 43d0619cec90 -r 02850baddadd tests/test-simplemerge.py --- a/tests/test-simplemerge.py Tue Jul 10 12:20:57 2018 +0200 +++ b/tests/test-simplemerge.py Mon Jul 09 15:33:49 2018 -0700 @@ -109,13 +109,13 @@ so we may see their result. The two are the same, But after they are produced, - they have different names. -<<<<<<< LAO -======= + they have different names.\ +\n<<<<<<< LAO\ +\n======= -- The Way of Lao-Tzu, tr. Wing-tsit Chan - ->>>>>>> TAO +\ +\n>>>>>>> TAO """) class TestMerge3(TestCase):