File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -1019,7 +1019,7 @@ Lexer.prototype = {
1019
1019
var whitespaceRe = / [ \n \t ] / ;
1020
1020
var quoteRe = / [ ' " ] / ;
1021
1021
1022
- var escapedAttr = true
1022
+ var escapedAttr = false
1023
1023
var key = '' ;
1024
1024
var val = '' ;
1025
1025
var state = characterParser . defaultState ( ) ;
Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ Array [
634
634
Object {
635
635
" col" : 3 ,
636
636
" line" : 3 ,
637
- " mustEscape" : true ,
637
+ " mustEscape" : false ,
638
638
" name" : " foo" ,
639
639
" type" : " attribute" ,
640
640
" val" : true ,
@@ -808,7 +808,7 @@ Array [
808
808
Object {
809
809
" col" : 10 ,
810
810
" line" : 8 ,
811
- " mustEscape" : true ,
811
+ " mustEscape" : false ,
812
812
" name" : " selected" ,
813
813
" type" : " attribute" ,
814
814
" val" : true ,
@@ -985,7 +985,7 @@ Array [
985
985
Object {
986
986
" col" : 3 ,
987
987
" line" : 14 ,
988
- " mustEscape" : true ,
988
+ " mustEscape" : false ,
989
989
" name" : " foo" ,
990
990
" type" : " attribute" ,
991
991
" val" : true ,
@@ -1159,7 +1159,7 @@ Array [
1159
1159
Object {
1160
1160
" col" : 10 ,
1161
1161
" line" : 19 ,
1162
- " mustEscape" : true ,
1162
+ " mustEscape" : false ,
1163
1163
" name" : " selected" ,
1164
1164
" type" : " attribute" ,
1165
1165
" val" : true ,
@@ -1318,7 +1318,7 @@ Array [
1318
1318
Object {
1319
1319
" col" : 5 ,
1320
1320
" line" : 25 ,
1321
- " mustEscape" : true ,
1321
+ " mustEscape" : false ,
1322
1322
" name" : " abc" ,
1323
1323
" type" : " attribute" ,
1324
1324
" val" : true ,
@@ -1355,7 +1355,7 @@ Array [
1355
1355
Object {
1356
1356
" col" : 5 ,
1357
1357
" line" : 27 ,
1358
- " mustEscape" : true ,
1358
+ " mustEscape" : false ,
1359
1359
" name" : " abc" ,
1360
1360
" type" : " attribute" ,
1361
1361
" val" : true ,
@@ -1392,7 +1392,7 @@ Array [
1392
1392
Object {
1393
1393
" col" : 5 ,
1394
1394
" line" : 29 ,
1395
- " mustEscape" : true ,
1395
+ " mustEscape" : false ,
1396
1396
" name" : " abc" ,
1397
1397
" type" : " attribute" ,
1398
1398
" val" : true ,
@@ -1429,7 +1429,7 @@ Array [
1429
1429
Object {
1430
1430
" col" : 5 ,
1431
1431
" line" : 31 ,
1432
- " mustEscape" : true ,
1432
+ " mustEscape" : false ,
1433
1433
" name" : " abc" ,
1434
1434
" type" : " attribute" ,
1435
1435
" val" : true ,
@@ -1466,7 +1466,7 @@ Array [
1466
1466
Object {
1467
1467
" col" : 5 ,
1468
1468
" line" : 33 ,
1469
- " mustEscape" : true ,
1469
+ " mustEscape" : false ,
1470
1470
" name" : " abc" ,
1471
1471
" type" : " attribute" ,
1472
1472
" val" : true ,
@@ -1503,7 +1503,7 @@ Array [
1503
1503
Object {
1504
1504
" col" : 5 ,
1505
1505
" line" : 35 ,
1506
- " mustEscape" : true ,
1506
+ " mustEscape" : false ,
1507
1507
" name" : " abc" ,
1508
1508
" type" : " attribute" ,
1509
1509
" val" : true ,
@@ -16354,7 +16354,7 @@ Array [
16354
16354
Object {
16355
16355
" col" : 21 ,
16356
16356
" line" : 7 ,
16357
- " mustEscape" : true ,
16357
+ " mustEscape" : false ,
16358
16358
" name" : " something" ,
16359
16359
" type" : " attribute" ,
16360
16360
" val" : true ,
You can’t perform that action at this time.
0 commit comments