@@ -8,7 +8,7 @@ test('Definition', function(t) {
88 t . equal (
99 to (
1010 u ( 'definition' , {
11- url : 'http ://uniform.whiskey' ,
11+ url : 'https ://uniform.whiskey' ,
1212 identifier : 'x-ray' ,
1313 title : 'yankee'
1414 } )
@@ -21,12 +21,12 @@ test('Definition', function(t) {
2121 to (
2222 u ( 'paragraph' , [
2323 u ( 'linkReference' , { identifier : 'alpha' } , [ u ( 'text' , 'bravo' ) ] ) ,
24- u ( 'definition' , { identifier : 'alpha' , url : 'http ://charlie.com' } ) ,
25- u ( 'definition' , { identifier : 'alpha' , url : 'http ://delta.com' } )
24+ u ( 'definition' , { identifier : 'alpha' , url : 'https ://charlie.com' } ) ,
25+ u ( 'definition' , { identifier : 'alpha' , url : 'https ://delta.com' } )
2626 ] )
2727 ) ,
2828 u ( 'element' , { tagName : 'p' , properties : { } } , [
29- u ( 'element' , { tagName : 'a' , properties : { href : 'http ://delta.com' } } , [
29+ u ( 'element' , { tagName : 'a' , properties : { href : 'https ://delta.com' } } , [
3030 u ( 'text' , 'bravo' )
3131 ] )
3232 ] ) ,
@@ -37,13 +37,13 @@ test('Definition', function(t) {
3737 to (
3838 u ( 'paragraph' , [
3939 u ( 'linkReference' , { identifier : 'alpha' } , [ u ( 'text' , 'bravo' ) ] ) ,
40- u ( 'definition' , { identifier : 'alpha' , url : 'http ://charlie.com' } ) ,
41- u ( 'definition' , { identifier : 'alpha' , url : 'http ://delta.com' } )
40+ u ( 'definition' , { identifier : 'alpha' , url : 'https ://charlie.com' } ) ,
41+ u ( 'definition' , { identifier : 'alpha' , url : 'https ://delta.com' } )
4242 ] ) ,
4343 { commonmark : true }
4444 ) ,
4545 u ( 'element' , { tagName : 'p' , properties : { } } , [
46- u ( 'element' , { tagName : 'a' , properties : { href : 'http ://charlie.com' } } , [
46+ u ( 'element' , { tagName : 'a' , properties : { href : 'https ://charlie.com' } } , [
4747 u ( 'text' , 'bravo' )
4848 ] )
4949 ] ) ,
0 commit comments