Skip to content

Commit

Permalink
Fix henrik#11 fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bv-sumit committed Dec 9, 2020
1 parent e151da0 commit 0b0b973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validates_url_format_of_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_should_allow_valid_urls
'http://www.xn--rksmrgs-5wao1o.nu',
'http://foo.bar.xn--rksmrgs-5wao1o.nu',
'https://www.xn----ylbbafnbqebomc7ds.com.gr',
'http://xn--80agkgigub5kqa.xn--p1ai',
'http://xn--80agkgigub5kqa.xn--p1ai',
'http://example.com.', # Explicit TLD root period
'http://example.com./foo'
].each do |url|
Expand Down

0 comments on commit 0b0b973

Please sign in to comment.