@@ -223,15 +223,15 @@ if (global === ometajs_) {
223
223
return function ( ) {
224
224
x = function ( ) {
225
225
switch ( this . _apply ( "anything" ) ) {
226
+ case "\n" :
227
+ return "\n" ;
228
+ case "\r" :
229
+ return "\r" ;
226
230
case "\\" :
227
231
return function ( ) {
228
232
this . _applyWithArgs ( "exactly" , '"' ) ;
229
233
return '\\"' ;
230
234
} . call ( this ) ;
231
- case "\n" :
232
- return "\n" ;
233
- case "\r" :
234
- return "\r" ;
235
235
default :
236
236
throw fail ( ) ;
237
237
}
@@ -244,15 +244,15 @@ if (global === ometajs_) {
244
244
return function ( ) {
245
245
x = function ( ) {
246
246
switch ( this . _apply ( "anything" ) ) {
247
+ case "\n" :
248
+ return "\n" ;
249
+ case "\r" :
250
+ return "\r" ;
247
251
case "\\" :
248
252
return function ( ) {
249
253
this . _applyWithArgs ( "exactly" , "'" ) ;
250
254
return "\\'" ;
251
255
} . call ( this ) ;
252
- case "\n" :
253
- return "\n" ;
254
- case "\r" :
255
- return "\r" ;
256
256
default :
257
257
throw fail ( ) ;
258
258
}
@@ -409,6 +409,11 @@ if (global === ometajs_) {
409
409
return function ( ) {
410
410
x = function ( ) {
411
411
switch ( this . _apply ( "anything" ) ) {
412
+ case "^" :
413
+ return function ( ) {
414
+ this . _applyWithArgs ( "exactly" , "=" ) ;
415
+ return "^=" ;
416
+ } . call ( this ) ;
412
417
case "~" :
413
418
return function ( ) {
414
419
this . _applyWithArgs ( "exactly" , "=" ) ;
@@ -421,10 +426,10 @@ if (global === ometajs_) {
421
426
this . _applyWithArgs ( "exactly" , "=" ) ;
422
427
return "$=" ;
423
428
} . call ( this ) ;
424
- case "^ " :
429
+ case "| " :
425
430
return function ( ) {
426
431
this . _applyWithArgs ( "exactly" , "=" ) ;
427
- return "^ =" ;
432
+ return "| =" ;
428
433
} . call ( this ) ;
429
434
case "*" :
430
435
return function ( ) {
@@ -778,6 +783,14 @@ if (global === ometajs_) {
778
783
} . call ( this ) ;
779
784
y = function ( ) {
780
785
switch ( this . _apply ( "anything" ) ) {
786
+ case "c" :
787
+ return function ( ) {
788
+ this . _applyWithArgs ( "exactly" , "h" ) ;
789
+ this . _applyWithArgs ( "exactly" , "i" ) ;
790
+ this . _applyWithArgs ( "exactly" , "l" ) ;
791
+ this . _applyWithArgs ( "exactly" , "d" ) ;
792
+ return "child" ;
793
+ } . call ( this ) ;
781
794
case "l" :
782
795
return function ( ) {
783
796
switch ( this . _apply ( "anything" ) ) {
@@ -793,6 +806,14 @@ if (global === ometajs_) {
793
806
case "-" :
794
807
return function ( ) {
795
808
switch ( this . _apply ( "anything" ) ) {
809
+ case "c" :
810
+ return function ( ) {
811
+ this . _applyWithArgs ( "exactly" , "h" ) ;
812
+ this . _applyWithArgs ( "exactly" , "i" ) ;
813
+ this . _applyWithArgs ( "exactly" , "l" ) ;
814
+ this . _applyWithArgs ( "exactly" , "d" ) ;
815
+ return "last-child" ;
816
+ } . call ( this ) ;
796
817
case "o" :
797
818
return function ( ) {
798
819
this . _applyWithArgs ( "exactly" , "f" ) ;
@@ -803,14 +824,6 @@ if (global === ometajs_) {
803
824
this . _applyWithArgs ( "exactly" , "e" ) ;
804
825
return "last-of-type" ;
805
826
} . call ( this ) ;
806
- case "c" :
807
- return function ( ) {
808
- this . _applyWithArgs ( "exactly" , "h" ) ;
809
- this . _applyWithArgs ( "exactly" , "i" ) ;
810
- this . _applyWithArgs ( "exactly" , "l" ) ;
811
- this . _applyWithArgs ( "exactly" , "d" ) ;
812
- return "last-child" ;
813
- } . call ( this ) ;
814
827
default :
815
828
throw fail ( ) ;
816
829
}
@@ -841,14 +854,6 @@ if (global === ometajs_) {
841
854
this . _applyWithArgs ( "exactly" , "e" ) ;
842
855
return "of-type" ;
843
856
} . call ( this ) ;
844
- case "c" :
845
- return function ( ) {
846
- this . _applyWithArgs ( "exactly" , "h" ) ;
847
- this . _applyWithArgs ( "exactly" , "i" ) ;
848
- this . _applyWithArgs ( "exactly" , "l" ) ;
849
- this . _applyWithArgs ( "exactly" , "d" ) ;
850
- return "child" ;
851
- } . call ( this ) ;
852
857
default :
853
858
throw fail ( ) ;
854
859
}
@@ -980,14 +985,15 @@ if (global === ometajs_) {
980
985
return function ( ) {
981
986
t = function ( ) {
982
987
switch ( this . _apply ( "anything" ) ) {
983
- case "f " :
988
+ case "* " :
984
989
return function ( ) {
990
+ this . _applyWithArgs ( "exactly" , "f" ) ;
985
991
this . _applyWithArgs ( "exactly" , "i" ) ;
986
992
this . _applyWithArgs ( "exactly" , "l" ) ;
987
993
this . _applyWithArgs ( "exactly" , "t" ) ;
988
994
this . _applyWithArgs ( "exactly" , "e" ) ;
989
995
this . _applyWithArgs ( "exactly" , "r" ) ;
990
- return "filter" ;
996
+ return "* filter" ;
991
997
} . call ( this ) ;
992
998
case "_" :
993
999
return function ( ) {
@@ -999,6 +1005,15 @@ if (global === ometajs_) {
999
1005
this . _applyWithArgs ( "exactly" , "r" ) ;
1000
1006
return "_filter" ;
1001
1007
} . call ( this ) ;
1008
+ case "f" :
1009
+ return function ( ) {
1010
+ this . _applyWithArgs ( "exactly" , "i" ) ;
1011
+ this . _applyWithArgs ( "exactly" , "l" ) ;
1012
+ this . _applyWithArgs ( "exactly" , "t" ) ;
1013
+ this . _applyWithArgs ( "exactly" , "e" ) ;
1014
+ this . _applyWithArgs ( "exactly" , "r" ) ;
1015
+ return "filter" ;
1016
+ } . call ( this ) ;
1002
1017
case "-" :
1003
1018
return function ( ) {
1004
1019
switch ( this . _apply ( "anything" ) ) {
@@ -1027,16 +1042,6 @@ if (global === ometajs_) {
1027
1042
throw fail ( ) ;
1028
1043
}
1029
1044
} . call ( this ) ;
1030
- case "*" :
1031
- return function ( ) {
1032
- this . _applyWithArgs ( "exactly" , "f" ) ;
1033
- this . _applyWithArgs ( "exactly" , "i" ) ;
1034
- this . _applyWithArgs ( "exactly" , "l" ) ;
1035
- this . _applyWithArgs ( "exactly" , "t" ) ;
1036
- this . _applyWithArgs ( "exactly" , "e" ) ;
1037
- this . _applyWithArgs ( "exactly" , "r" ) ;
1038
- return "*filter" ;
1039
- } . call ( this ) ;
1040
1045
default :
1041
1046
throw fail ( ) ;
1042
1047
}
@@ -1168,10 +1173,10 @@ if (global === ometajs_) {
1168
1173
return function ( ) {
1169
1174
x = function ( ) {
1170
1175
switch ( this . _apply ( "anything" ) ) {
1171
- case "-" :
1172
- return "-" ;
1173
1176
case "+" :
1174
1177
return "+" ;
1178
+ case "-" :
1179
+ return "-" ;
1175
1180
default :
1176
1181
throw fail ( ) ;
1177
1182
}
@@ -1184,14 +1189,14 @@ if (global === ometajs_) {
1184
1189
return function ( ) {
1185
1190
x = function ( ) {
1186
1191
switch ( this . _apply ( "anything" ) ) {
1187
- case ", " :
1188
- return ", " ;
1192
+ case "= " :
1193
+ return "= " ;
1189
1194
case ":" :
1190
1195
return ":" ;
1191
1196
case "/" :
1192
1197
return "/" ;
1193
- case "= " :
1194
- return "= " ;
1198
+ case ", " :
1199
+ return ", " ;
1195
1200
default :
1196
1201
throw fail ( ) ;
1197
1202
}
0 commit comments