Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoxavier authored and github-actions[bot] committed Sep 17, 2024
1 parent 1c0dd7c commit 1c03420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Helpers/AsciiTransliterationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
expect((new AsciiTransliteration)->transliterate($input))->toBe($expected);
})->with([
['', ''],
// ["\x00\x01\t\n\x1f ~\x7f", "\x00\x01\t\n\x1f ~\x7f"], // TODO check this line
// ["\x00\x01\t\n\x1f ~\x7f", "\x00\x01\t\n\x1f ~\x7f"], // TODO check this line
['sample', 'sample'],
['René François Lacôte', 'Rene Francois Lacote'],
['Blöße', 'Blosse'],
Expand Down

0 comments on commit 1c03420

Please sign in to comment.