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