@@ -38,7 +38,7 @@ public static function data_example_datasets() {
3838 array ( 'data ' , 'spec > guess ' , 'spec > guess ' ),
3939 array ( 'data ' , 'art & copy ' , 'art & copy ' ),
4040 array ( 'data ' , '🅰 ' , '🅰 ' ),
41- array ( 'data ' , '🅰 ' , '🅰 ; ' ),
41+ array ( 'data ' , '🅰 ' , '🅰 ; ' ),
4242
4343 // The “ambiguous ampersand” has different rules in the attribute value and data states.
4444 array ( 'attribute ' , '¬myproblem ' , '&notmyproblem ' ),
@@ -48,7 +48,7 @@ public static function data_example_datasets() {
4848 array ( 'attribute ' , 'eat 3 apples ' , 'eat 3 apples ' ),
4949 array ( 'data ' , 'eat 3 apples ' , 'eat 3 apples ' ),
5050 array ( 'data ' , '<script> ' , '<script> ' ),
51- array ( 'attribute ' , 'javascript:alert({"test"}) ' , 'javascript:alert({ ;"test"}) ' ),
51+ array ( 'attribute ' , 'javascript:alert({"test"}) ' , 'javascript:alert({ ;"test"}) ' ),
5252
5353 // Syntax characters should be represented uniformly.
5454 array ( 'attribute ' , '<IMG> ' , '<IMG> ' ),
0 commit comments