@@ -27,20 +27,20 @@ const requiredResults = {
2727 severity : 2 ,
2828 message :
2929 "external link is broken with status 500: https://freehorses.example.com/free-horses-on-1998-04-01-only.html" ,
30- offset : 196 ,
30+ offset : 271 ,
3131 line : 9 ,
32- column : 6 ,
32+ column : 81 ,
3333 size : 1 ,
3434 selector : "html > body > a:nth-child(1)" ,
3535 ruleUrl : "https://github.com/fulldecent/github-pages-template/#external-links" ,
3636 } ,
3737 {
3838 ruleId : "pacific-medical-training/external-links" ,
3939 severity : 2 ,
40- message : "external link is broken with status 500: https://----.example.com" ,
41- offset : 303 ,
40+ message : "external link is broken with status 500: https://----.example.com?a=b&c=d " ,
41+ offset : 348 ,
4242 line : 10 ,
43- column : 6 ,
43+ column : 51 ,
4444 size : 1 ,
4545 selector : "html > body > a:nth-child(2)" ,
4646 ruleUrl : "https://github.com/fulldecent/github-pages-template/#external-links" ,
@@ -49,9 +49,9 @@ const requiredResults = {
4949 ruleId : "pacific-medical-training/external-links" ,
5050 severity : 2 ,
5151 message : "external link is broken with status 500: https://-..-..-.-.-" ,
52- offset : 373 ,
52+ offset : 413 ,
5353 line : 11 ,
54- column : 6 ,
54+ column : 34 ,
5555 size : 1 ,
5656 selector : "html > body > a:nth-child(3)" ,
5757 ruleUrl : "https://github.com/fulldecent/github-pages-template/#external-links" ,
@@ -61,9 +61,9 @@ const requiredResults = {
6161 severity : 2 ,
6262 message :
6363 "external link https://httpbin.org/redirect-to?url=https://example.com&status_code=301 redirects to: https://example.com" ,
64- offset : 563 ,
64+ offset : 655 ,
6565 line : 14 ,
66- column : 6 ,
66+ column : 86 ,
6767 size : 1 ,
6868 selector : "html > body > a:nth-child(6)" ,
6969 ruleUrl : "https://github.com/fulldecent/github-pages-template/#external-links" ,
@@ -85,26 +85,26 @@ const requiredResults = {
8585 ] ,
8686 "test/fixtures/ensure-https.html" : [
8787 {
88- ruleId : "pacific-medical-training/external -links" ,
88+ ruleId : "pacific-medical-training/https -links" ,
8989 severity : 2 ,
90- message : "external link http://en.wikipedia.org/wiki/Horse redirects to: https ://en.wikipedia.org/wiki/Horse" ,
90+ message : "external link is insecure and accessible via HTTPS: http ://en.wikipedia.org/wiki/Horse" ,
9191 offset : 196 ,
9292 line : 9 ,
9393 column : 6 ,
9494 size : 1 ,
9595 selector : "html > body > a" ,
96- ruleUrl : "https://github.com/fulldecent/github-pages-template/#external -links" ,
96+ ruleUrl : "https://github.com/fulldecent/github-pages-template/#https -links" ,
9797 } ,
9898 {
99- ruleId : "pacific-medical-training/https -links" ,
99+ ruleId : "pacific-medical-training/external -links" ,
100100 severity : 2 ,
101- message : "external link is insecure and accessible via HTTPS: http ://en.wikipedia.org/wiki/Horse" ,
102- offset : 196 ,
101+ message : "external link http://en.wikipedia.org/wiki/Horse redirects to: https ://en.wikipedia.org/wiki/Horse" ,
102+ offset : 239 ,
103103 line : 9 ,
104- column : 6 ,
104+ column : 49 ,
105105 size : 1 ,
106106 selector : "html > body > a" ,
107- ruleUrl : "https://github.com/fulldecent/github-pages-template/#https -links" ,
107+ ruleUrl : "https://github.com/fulldecent/github-pages-template/#external -links" ,
108108 } ,
109109 ] ,
110110 "test/fixtures/using-jquery.html" : [
0 commit comments