Skip to content

Commit

Permalink
Fixed invalid test for langx tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-milette committed Apr 14, 2024
1 parent 849c350 commit 581bfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/filter_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function test_filtercodes() {
],
[
'before' => 'Before {langx en_ca}Some content{/langx} After',
'after' => 'Before <span lang="en_ca">Some content</span> After',
'after' => 'Before {langx en_ca}Some content{/langx} After',
],
[
'before' => 'Before {langx en-ca}Some content{/langx} After',
Expand Down

0 comments on commit 581bfe0

Please sign in to comment.