From f5e9db1dd684202b04ff27c8cca8a9f2a250b43a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 14 Jun 2020 10:23:21 +0100 Subject: [PATCH] Simpler single you test --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 76d50ecc..fe90d9e4 100644 --- a/tests.py +++ b/tests.py @@ -1794,7 +1794,7 @@ def testAccusatory(): assert(not isAccusatory(testStr, None, 3)) testStr = "If you x, and you're y then you are z" assert(isAccusatory(testStr, None, 3)) - testStr = '

Help someone to protect doing something real and decent, if you are able
https://www.permaculturenews.org/2020/06/09/hey-big-boy-fence-that-dream/

' + testStr = "If x, and if you are y then z" assert(not isAccusatory(testStr, None, 3))