Skip to content

Commit

Permalink
test: quoting non-ASCII characters to work around a bug in the test f…
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwenner committed Jan 30, 2021
1 parent 97dc482 commit 0b17f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/check/series.t
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ sub duplicate_series_does_not_hide_later_error : Tests {
$MockComic::TITLE => {
$MockComic::DEUTSCH => 'Comic',
$MockComic::ENGLISH => 'Comic',
$MockComic::ESPAÑOL => 'Comic',
"$MockComic::ESPAÑOL" => 'Comic',
},
$MockComic::SERIES => {
$MockComic::DEUTSCH => 'Buckimude',
Expand Down
2 changes: 1 addition & 1 deletion t/index.t
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sub creates_dir : Tests {
Comic::export_index({
$MockComic::ENGLISH => 'comic-page.templ',
$MockComic::DEUTSCH => 'comic-page.templ',
$MockComic::ESPAÑOL => 'comic-page.templ',
"$MockComic::ESPAÑOL" => 'comic-page.templ',
});
MockComic::assert_made_dirs('generated/web/deutsch', 'generated/web/english', 'generated/web/español');
}
Expand Down

0 comments on commit 0b17f9f

Please sign in to comment.