File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const {replace} = '';
55const ca = / [ < > & \xA0 ] / g;
66
77const esca = {
8- '\xA0' : '  ;' ,
8+ '\xA0' : '  ;' ,
99 '&' : '&' ,
1010 '<' : '<' ,
1111 '>' : '>'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const {replace} = '';
44const ca = / [ < > & \xA0 ] / g;
55
66const esca = {
7- '\xA0' : '  ;' ,
7+ '\xA0' : '  ;' ,
88 '&' : '&' ,
99 '<' : '<' ,
1010 '>' : '>'
Original file line number Diff line number Diff line change 1- const BODY = '<body>Foo  ;"  ;"  ;Bar</body>' ;
1+ const BODY = '<body>Foo  ;"  ;"  ;Bar</body>' ;
22const REBODY = BODY . replace ( / & q u o t ; / g, '"' ) ;
33const HTML = `<html id="html" class="live">${ BODY } </html>` ;
44const REHTML = `<html id="html" class="live">${ REBODY } </html>` ;
Original file line number Diff line number Diff line change @@ -6356,7 +6356,7 @@ const {replace} = '';
63566356const ca = / [ < > & \xA0 ] / g;
63576357
63586358const esca = {
6359- '\xA0' : '  ;' ,
6359+ '\xA0' : '  ;' ,
63606360 '&' : '&' ,
63616361 '<' : '<' ,
63626362 '>' : '>'
You can’t perform that action at this time.
0 commit comments