We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63941f9 commit 2fd5048Copy full SHA for 2fd5048
test/test_wayback_machine_downloader.rb
@@ -89,5 +89,14 @@ def test_file_list_exclude_filter_with_a_regex
89
@wayback_machine_downloader.all = true
90
assert_equal 69, @wayback_machine_downloader.get_file_list_curated.size
91
end
92
+
93
+ # Testing encoding conflicts needs a different base_url
94
+ def test_nonascii_suburls_download
95
+ @wayback_machine_downloader = WaybackMachineDownloader.new base_url: 'https://en.wikipedia.org/wiki/%C3%84'
96
+ # Once for the downloading...
97
+ @wayback_machine_downloader.download_files
98
+ # ... and once for the "is already present"
99
100
+ end
101
102
0 commit comments