Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active June 27, 2021 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/63f2766fcbb24aeb2fe03c2b4be15166 to your computer and use it in GitHub Desktop.
Save mcsee/63f2766fcbb24aeb2fe03c2b4be15166 to your computer and use it in GitHub Desktop.
<?
function test03TwoUnrelatedPatternsDontSimplify() {
$this->assertEquals(
['Arcade Fire' , 'Radiohead.'],
(new LikePatternSimplifier())->simplify(
['Arcade Fire' , 'Radiohead.']));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment