Skip to content

Commit

Permalink
SW-15937 - Fix SEO URL generation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuecker committed Aug 15, 2016
1 parent 7ee6437 commit 24dabf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/Core/sRewriteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function provider()
['Hello World.html', 'Hello-World.html'],
['Hello World!', 'Hello-World'],
['Hello World!.html', 'Hello-World.html'],
['Hello / World', 'Hello-World'],
['Hello / World', 'Hello/World'],
['Hello/World', 'Hello/World'],
['H+e#l1l--o/W§o r.l:d)', 'H-e-l1l-o/W-o-r.l-d'],
[': World', 'World'],
Expand Down

0 comments on commit 24dabf0

Please sign in to comment.