|
@@ -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.