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/9719eeea751c2eef90efb6717bf8503b to your computer and use it in GitHub Desktop.
Save mcsee/9719eeea751c2eef90efb6717bf8503b to your computer and use it in GitHub Desktop.
<?
function test04LeftPatternIncludedInRightOneShouldBeSimplified() {
$this->assertEquals(
['Sigur'],
(new LikePatternSimplifier())->simplify(
['Sigur', 'Sigur Ros']));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment