@@ -51,7 +51,7 @@ Object {
5151
5252exports [` should use custom reference link text 1` ] = `
5353Object {
54- " linkText" : " \\ " Sample text \\ " " ,
54+ " linkText" : " Sample text" ,
5555 " noteStyling" : Object {
5656 " color" : " #0E75DD" ,
5757 " fontSize" : " .9em" ,
@@ -60,14 +60,14 @@ Object {
6060 " textAlign" : " center" ,
6161 " textDecoration" : " underline" ,
6262 },
63- " title" : null ,
63+ " title" : undefined ,
6464 " useCustomStyling" : false ,
6565}
6666` ;
6767
6868exports [` should use custom reference link text 2` ] = `
6969Object {
70- " linkText" : " \\ " Sample text \\ " " ,
70+ " linkText" : " Sample text" ,
7171 " noteStyling" : Object {
7272 " color" : " #0E75DD" ,
7373 " fontSize" : " .9em" ,
@@ -76,16 +76,16 @@ Object {
7676 " textAlign" : " center" ,
7777 " textDecoration" : " underline" ,
7878 },
79- " title" : " \\ " Sample title \\ " " ,
79+ " title" : " Sample title" ,
8080 " useCustomStyling" : false ,
8181}
8282` ;
8383
8484exports [` should use custom reference link text 3` ] = `
8585Object {
86- " linkText" : " \\ " Sample text \\ " " ,
86+ " linkText" : " Sample text" ,
8787 " noteStyling" : Object {},
88- " title" : " \\ " Sample title \\ " " ,
88+ " title" : " Sample title" ,
8989 " useCustomStyling" : true ,
9090}
9191` ;
0 commit comments