Skip to content

Commit

Permalink
Merge pull request #295 from brettz9/patch-1
Browse files Browse the repository at this point in the history
test: change octal escape to Unicode escape
  • Loading branch information
tomas authored Mar 6, 2020
2 parents 90c71aa + 9d4c61e commit 03874c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/url_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('urls', function() {
describe('invalid host', function(){

before(function() {
url = 'http://s1\\\2.com/'
url = 'http://s1\\\u0002.com/'
})

it('fails', function(done) {
Expand Down

0 comments on commit 03874c8

Please sign in to comment.