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/5e195837ad99e937c9951d4cea7b5036 to your computer and use it in GitHub Desktop.
Save mcsee/5e195837ad99e937c9951d4cea7b5036 to your computer and use it in GitHub Desktop.
<?
function test06CapitalizationIsNotImportantWeMustSimplify() {
$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