Passed
Push — master ( e2359f...7dd501 )
by Akpé Aurelle Emmanuel Moïse
42s queued 10s
created
tests/Similar_textTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
             $this->assertTrue(StrippedUrl('yahoo.com', 'yahoo'));
22 22
             $this->assertTrue(acronymorExpanded('p.d.a', 'personal digital assistant'));
23 23
             $this->assertTrue(wordsAddedOrRemoved('personal digital', 'personal digital assistant'));
24
-			$this->assertTrue(aIsSuperStringOfB('mum do you want to cook something', 'do you cook something mum'));
25
-			$this->assertTrue(punctuationChangesOccured('mum do you want to cook something', 'mum, do you want to cook something?'));
24
+            $this->assertTrue(aIsSuperStringOfB('mum do you want to cook something', 'do you cook something mum'));
25
+            $this->assertTrue(punctuationChangesOccured('mum do you want to cook something', 'mum, do you want to cook something?'));
26 26
         }
27 27
     }
28 28
 }
Please login to merge, or discard this patch.