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 4b5f671 commit 6261819Copy full SHA for 6261819
test/rdoc/test_rdoc_markup_to_markdown.rb
@@ -363,9 +363,9 @@ def test_convert_RDOCLINK_image
363
364
def test_convert_TIDYLINK
365
result = @to.convert \
366
- '{DSL}[http://en.wikipedia.org/wiki/Domain-specific_language]'
+ '{DSL}[https://en.wikipedia.org/wiki/Domain-specific_language]'
367
368
- expected = "[DSL](http://en.wikipedia.org/wiki/Domain-specific_language)\n"
+ expected = "[DSL](https://en.wikipedia.org/wiki/Domain-specific_language)\n"
369
370
assert_equal expected, result
371
end
0 commit comments