stepheneb-hpricot 0.8.265

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. data/CHANGELOG +75 -0
  2. data/COPYING +18 -0
  3. data/README +284 -0
  4. data/Rakefile +264 -0
  5. data/ext/fast_xs/FastXsService.java +1018 -0
  6. data/ext/fast_xs/extconf.rb +4 -0
  7. data/ext/fast_xs/fast_xs.c +200 -0
  8. data/ext/hpricot_scan/HpricotScanService.java +2090 -0
  9. data/ext/hpricot_scan/extconf.rb +6 -0
  10. data/ext/hpricot_scan/hpricot_common.rl +76 -0
  11. data/ext/hpricot_scan/hpricot_css.c +3506 -0
  12. data/ext/hpricot_scan/hpricot_scan.c +6931 -0
  13. data/ext/hpricot_scan/hpricot_scan.h +79 -0
  14. data/ext/hpricot_scan/hpricot_scan.java.rl +1152 -0
  15. data/ext/hpricot_scan/hpricot_scan.rl +788 -0
  16. data/extras/mingw-rbconfig.rb +176 -0
  17. data/lib/hpricot/blankslate.rb +63 -0
  18. data/lib/hpricot/builder.rb +216 -0
  19. data/lib/hpricot/elements.rb +510 -0
  20. data/lib/hpricot/htmlinfo.rb +691 -0
  21. data/lib/hpricot/inspect.rb +103 -0
  22. data/lib/hpricot/modules.rb +40 -0
  23. data/lib/hpricot/parse.rb +38 -0
  24. data/lib/hpricot/tag.rb +219 -0
  25. data/lib/hpricot/tags.rb +164 -0
  26. data/lib/hpricot/traverse.rb +839 -0
  27. data/lib/hpricot/xchar.rb +94 -0
  28. data/lib/hpricot.rb +26 -0
  29. data/test/files/basic.xhtml +17 -0
  30. data/test/files/boingboing.html +2266 -0
  31. data/test/files/cy0.html +3653 -0
  32. data/test/files/immob.html +400 -0
  33. data/test/files/pace_application.html +1320 -0
  34. data/test/files/tenderlove.html +16 -0
  35. data/test/files/uswebgen.html +220 -0
  36. data/test/files/utf8.html +1054 -0
  37. data/test/files/week9.html +1723 -0
  38. data/test/files/why.xml +19 -0
  39. data/test/load_files.rb +7 -0
  40. data/test/test_alter.rb +95 -0
  41. data/test/test_builder.rb +37 -0
  42. data/test/test_parser.rb +428 -0
  43. data/test/test_paths.rb +25 -0
  44. data/test/test_preserved.rb +79 -0
  45. data/test/test_xml.rb +28 -0
  46. metadata +108 -0
@@ -0,0 +1,3506 @@
1
+
2
+ #line 1 "hpricot_css.rl"
3
+ /*
4
+ * hpricot_css.rl
5
+ * ragel -C hpricot_css.rl -o hpricot_css.c
6
+ *
7
+ * Copyright (C) 2008 why the lucky stiff
8
+ */
9
+ #include <ruby.h>
10
+
11
+ #define FILTER(id) \
12
+ rb_funcall2(mod, rb_intern("" # id), fargs, fvals); \
13
+ rb_ary_clear(tmpt); \
14
+ fargs = 1
15
+ #define FILTERAUTO() \
16
+ char filt[10]; \
17
+ sprintf(filt, "%.*s", te - ts, ts); \
18
+ rb_funcall2(mod, rb_intern(filt), fargs, fvals); \
19
+ rb_ary_clear(tmpt); \
20
+ fargs = 1
21
+ #define PUSH(aps, ape) rb_ary_push(tmpt, fvals[fargs++] = rb_str_new(aps, ape - aps))
22
+ #define P(id) printf(id ": %.*s\n", te - ts, ts);
23
+
24
+
25
+ #line 26 "hpricot_css.c"
26
+ static const int hpricot_css_start = 87;
27
+ static const int hpricot_css_error = 0;
28
+
29
+ static const int hpricot_css_en_main = 87;
30
+
31
+
32
+ #line 87 "hpricot_css.rl"
33
+
34
+
35
+ VALUE hpricot_css(VALUE self, VALUE mod, VALUE str, VALUE node)
36
+ {
37
+ int cs, act, eof;
38
+ char *p, *pe, *ts, *te, *aps, *ape, *aps2, *ape2;
39
+
40
+ int fargs = 1;
41
+ VALUE fvals[6];
42
+ VALUE focus = rb_ary_new3(1, node);
43
+ VALUE tmpt = rb_ary_new();
44
+ rb_gc_register_address(&focus);
45
+ rb_gc_register_address(&tmpt);
46
+ fvals[0] = focus;
47
+
48
+ if (TYPE(str) != T_STRING)
49
+ rb_raise(rb_eArgError, "bad CSS selector, String only please.");
50
+
51
+ StringValue(str);
52
+ p = RSTRING_PTR(str);
53
+ pe = p + RSTRING_LEN(str);
54
+
55
+
56
+ #line 57 "hpricot_css.c"
57
+ {
58
+ cs = hpricot_css_start;
59
+ ts = 0;
60
+ te = 0;
61
+ act = 0;
62
+ }
63
+
64
+ #line 110 "hpricot_css.rl"
65
+
66
+ #line 67 "hpricot_css.c"
67
+ {
68
+ if ( p == pe )
69
+ goto _test_eof;
70
+ switch ( cs )
71
+ {
72
+ tr0:
73
+ #line 1 "hpricot_css.rl"
74
+ { switch( act ) {
75
+ case 0:
76
+ {{goto st0;}}
77
+ break;
78
+ case 1:
79
+ {{p = ((te))-1;} FILTER(ID); }
80
+ break;
81
+ case 2:
82
+ {{p = ((te))-1;} FILTER(CLASS); }
83
+ break;
84
+ case 5:
85
+ {{p = ((te))-1;} FILTER(TAG); }
86
+ break;
87
+ case 7:
88
+ {{p = ((te))-1;} FILTER(CHILD); }
89
+ break;
90
+ case 8:
91
+ {{p = ((te))-1;} FILTER(POS); }
92
+ break;
93
+ case 9:
94
+ {{p = ((te))-1;} FILTER(PSUEDO); }
95
+ break;
96
+ }
97
+ }
98
+ goto st87;
99
+ tr4:
100
+ #line 83 "hpricot_css.rl"
101
+ {{p = ((te))-1;}}
102
+ goto st87;
103
+ tr41:
104
+ #line 80 "hpricot_css.rl"
105
+ {{p = ((te))-1;}{ FILTER(PSUEDO); }}
106
+ goto st87;
107
+ tr46:
108
+ #line 25 "hpricot_css.rl"
109
+ {
110
+ aps = p;
111
+ }
112
+ #line 29 "hpricot_css.rl"
113
+ {
114
+ ape = p;
115
+ PUSH(aps, ape);
116
+ }
117
+ #line 80 "hpricot_css.rl"
118
+ {te = p+1;{ FILTER(PSUEDO); }}
119
+ goto st87;
120
+ tr48:
121
+ #line 29 "hpricot_css.rl"
122
+ {
123
+ ape = p;
124
+ PUSH(aps, ape);
125
+ }
126
+ #line 80 "hpricot_css.rl"
127
+ {te = p+1;{ FILTER(PSUEDO); }}
128
+ goto st87;
129
+ tr62:
130
+ #line 79 "hpricot_css.rl"
131
+ {{p = ((te))-1;}{ FILTER(POS); }}
132
+ goto st87;
133
+ tr64:
134
+ #line 29 "hpricot_css.rl"
135
+ {
136
+ ape = p;
137
+ PUSH(aps, ape);
138
+ }
139
+ #line 79 "hpricot_css.rl"
140
+ {te = p+1;{ FILTER(POS); }}
141
+ goto st87;
142
+ tr66:
143
+ #line 78 "hpricot_css.rl"
144
+ {{p = ((te))-1;}{ FILTER(CHILD); }}
145
+ goto st87;
146
+ tr67:
147
+ #line 25 "hpricot_css.rl"
148
+ {
149
+ aps = p;
150
+ }
151
+ #line 29 "hpricot_css.rl"
152
+ {
153
+ ape = p;
154
+ PUSH(aps, ape);
155
+ }
156
+ #line 78 "hpricot_css.rl"
157
+ {te = p+1;{ FILTER(CHILD); }}
158
+ goto st87;
159
+ tr71:
160
+ #line 29 "hpricot_css.rl"
161
+ {
162
+ ape = p;
163
+ PUSH(aps, ape);
164
+ }
165
+ #line 78 "hpricot_css.rl"
166
+ {te = p+1;{ FILTER(CHILD); }}
167
+ goto st87;
168
+ tr100:
169
+ #line 75 "hpricot_css.rl"
170
+ {te = p+1;{ FILTER(ATTR); }}
171
+ goto st87;
172
+ tr105:
173
+ #line 75 "hpricot_css.rl"
174
+ {{p = ((te))-1;}{ FILTER(ATTR); }}
175
+ goto st87;
176
+ tr132:
177
+ #line 29 "hpricot_css.rl"
178
+ {
179
+ ape = p;
180
+ PUSH(aps, ape);
181
+ }
182
+ #line 74 "hpricot_css.rl"
183
+ {te = p+1;{ FILTER(NAME); }}
184
+ goto st87;
185
+ tr143:
186
+ #line 82 "hpricot_css.rl"
187
+ {te = p+1;{ FILTERAUTO(); }}
188
+ goto st87;
189
+ tr149:
190
+ #line 29 "hpricot_css.rl"
191
+ {
192
+ ape = p;
193
+ PUSH(aps, ape);
194
+ }
195
+ #line 76 "hpricot_css.rl"
196
+ {te = p;p--;{ FILTER(TAG); }}
197
+ goto st87;
198
+ tr153:
199
+ #line 83 "hpricot_css.rl"
200
+ {te = p;p--;}
201
+ goto st87;
202
+ tr154:
203
+ #line 81 "hpricot_css.rl"
204
+ {te = p;p--;{ focus = rb_ary_new3(1, node); }}
205
+ goto st87;
206
+ tr155:
207
+ #line 29 "hpricot_css.rl"
208
+ {
209
+ ape = p;
210
+ PUSH(aps, ape);
211
+ }
212
+ #line 72 "hpricot_css.rl"
213
+ {te = p;p--;{ FILTER(ID); }}
214
+ goto st87;
215
+ tr159:
216
+ #line 77 "hpricot_css.rl"
217
+ {te = p;p--;{ FILTER(MOD); }}
218
+ goto st87;
219
+ tr162:
220
+ #line 29 "hpricot_css.rl"
221
+ {
222
+ ape = p;
223
+ PUSH(aps, ape);
224
+ }
225
+ #line 73 "hpricot_css.rl"
226
+ {te = p;p--;{ FILTER(CLASS); }}
227
+ goto st87;
228
+ tr166:
229
+ #line 29 "hpricot_css.rl"
230
+ {
231
+ ape = p;
232
+ PUSH(aps, ape);
233
+ }
234
+ #line 80 "hpricot_css.rl"
235
+ {te = p;p--;{ FILTER(PSUEDO); }}
236
+ goto st87;
237
+ tr173:
238
+ #line 29 "hpricot_css.rl"
239
+ {
240
+ ape = p;
241
+ PUSH(aps, ape);
242
+ }
243
+ #line 79 "hpricot_css.rl"
244
+ {te = p;p--;{ FILTER(POS); }}
245
+ goto st87;
246
+ tr192:
247
+ #line 29 "hpricot_css.rl"
248
+ {
249
+ ape = p;
250
+ PUSH(aps, ape);
251
+ }
252
+ #line 78 "hpricot_css.rl"
253
+ {te = p;p--;{ FILTER(CHILD); }}
254
+ goto st87;
255
+ tr200:
256
+ #line 75 "hpricot_css.rl"
257
+ {te = p;p--;{ FILTER(ATTR); }}
258
+ goto st87;
259
+ st87:
260
+ #line 1 "hpricot_css.rl"
261
+ {ts = 0;}
262
+ #line 1 "hpricot_css.rl"
263
+ {act = 0;}
264
+ if ( ++p == pe )
265
+ goto _test_eof87;
266
+ case 87:
267
+ #line 1 "hpricot_css.rl"
268
+ {ts = p;}
269
+ #line 270 "hpricot_css.c"
270
+ switch( (*p) ) {
271
+ case -60: goto tr133;
272
+ case 32: goto tr137;
273
+ case 35: goto st7;
274
+ case 43: goto st92;
275
+ case 44: goto st90;
276
+ case 45: goto tr140;
277
+ case 46: goto st13;
278
+ case 58: goto st19;
279
+ case 62: goto tr143;
280
+ case 91: goto st52;
281
+ case 92: goto tr146;
282
+ case 95: goto tr144;
283
+ case 101: goto tr147;
284
+ case 110: goto tr140;
285
+ case 111: goto tr148;
286
+ case 126: goto tr143;
287
+ }
288
+ if ( (*p) < 9 ) {
289
+ if ( (*p) < -32 ) {
290
+ if ( -59 <= (*p) && (*p) <= -33 )
291
+ goto tr134;
292
+ } else if ( (*p) > -17 ) {
293
+ if ( -16 <= (*p) && (*p) <= -12 )
294
+ goto tr136;
295
+ } else
296
+ goto tr135;
297
+ } else if ( (*p) > 13 ) {
298
+ if ( (*p) < 65 ) {
299
+ if ( 48 <= (*p) && (*p) <= 57 )
300
+ goto tr140;
301
+ } else if ( (*p) > 90 ) {
302
+ if ( 97 <= (*p) && (*p) <= 122 )
303
+ goto tr144;
304
+ } else
305
+ goto tr144;
306
+ } else
307
+ goto tr137;
308
+ goto st0;
309
+ st0:
310
+ cs = 0;
311
+ goto _out;
312
+ tr133:
313
+ #line 25 "hpricot_css.rl"
314
+ {
315
+ aps = p;
316
+ }
317
+ goto st1;
318
+ st1:
319
+ if ( ++p == pe )
320
+ goto _test_eof1;
321
+ case 1:
322
+ #line 323 "hpricot_css.c"
323
+ if ( -88 <= (*p) && (*p) <= -65 )
324
+ goto tr1;
325
+ goto tr0;
326
+ tr1:
327
+ #line 1 "hpricot_css.rl"
328
+ {te = p+1;}
329
+ #line 76 "hpricot_css.rl"
330
+ {act = 5;}
331
+ goto st88;
332
+ tr144:
333
+ #line 1 "hpricot_css.rl"
334
+ {te = p+1;}
335
+ #line 25 "hpricot_css.rl"
336
+ {
337
+ aps = p;
338
+ }
339
+ #line 76 "hpricot_css.rl"
340
+ {act = 5;}
341
+ goto st88;
342
+ st88:
343
+ if ( ++p == pe )
344
+ goto _test_eof88;
345
+ case 88:
346
+ #line 347 "hpricot_css.c"
347
+ switch( (*p) ) {
348
+ case -60: goto st1;
349
+ case 45: goto tr1;
350
+ case 92: goto st5;
351
+ case 95: goto tr1;
352
+ }
353
+ if ( (*p) < -16 ) {
354
+ if ( (*p) > -33 ) {
355
+ if ( -32 <= (*p) && (*p) <= -17 )
356
+ goto st3;
357
+ } else if ( (*p) >= -59 )
358
+ goto st2;
359
+ } else if ( (*p) > -12 ) {
360
+ if ( (*p) < 65 ) {
361
+ if ( 48 <= (*p) && (*p) <= 57 )
362
+ goto tr1;
363
+ } else if ( (*p) > 90 ) {
364
+ if ( 97 <= (*p) && (*p) <= 122 )
365
+ goto tr1;
366
+ } else
367
+ goto tr1;
368
+ } else
369
+ goto st4;
370
+ goto tr149;
371
+ tr134:
372
+ #line 25 "hpricot_css.rl"
373
+ {
374
+ aps = p;
375
+ }
376
+ goto st2;
377
+ st2:
378
+ if ( ++p == pe )
379
+ goto _test_eof2;
380
+ case 2:
381
+ #line 382 "hpricot_css.c"
382
+ if ( (*p) <= -65 )
383
+ goto tr1;
384
+ goto tr0;
385
+ tr135:
386
+ #line 25 "hpricot_css.rl"
387
+ {
388
+ aps = p;
389
+ }
390
+ goto st3;
391
+ st3:
392
+ if ( ++p == pe )
393
+ goto _test_eof3;
394
+ case 3:
395
+ #line 396 "hpricot_css.c"
396
+ if ( (*p) <= -65 )
397
+ goto st2;
398
+ goto tr0;
399
+ tr136:
400
+ #line 25 "hpricot_css.rl"
401
+ {
402
+ aps = p;
403
+ }
404
+ goto st4;
405
+ st4:
406
+ if ( ++p == pe )
407
+ goto _test_eof4;
408
+ case 4:
409
+ #line 410 "hpricot_css.c"
410
+ if ( (*p) <= -65 )
411
+ goto st3;
412
+ goto tr0;
413
+ tr146:
414
+ #line 25 "hpricot_css.rl"
415
+ {
416
+ aps = p;
417
+ }
418
+ goto st5;
419
+ st5:
420
+ if ( ++p == pe )
421
+ goto _test_eof5;
422
+ case 5:
423
+ #line 424 "hpricot_css.c"
424
+ if ( (*p) == 46 )
425
+ goto tr1;
426
+ goto tr0;
427
+ tr137:
428
+ #line 1 "hpricot_css.rl"
429
+ {te = p+1;}
430
+ goto st89;
431
+ st89:
432
+ if ( ++p == pe )
433
+ goto _test_eof89;
434
+ case 89:
435
+ #line 436 "hpricot_css.c"
436
+ switch( (*p) ) {
437
+ case 32: goto st6;
438
+ case 44: goto st90;
439
+ }
440
+ if ( 9 <= (*p) && (*p) <= 13 )
441
+ goto st6;
442
+ goto tr153;
443
+ st6:
444
+ if ( ++p == pe )
445
+ goto _test_eof6;
446
+ case 6:
447
+ switch( (*p) ) {
448
+ case 32: goto st6;
449
+ case 44: goto st90;
450
+ }
451
+ if ( 9 <= (*p) && (*p) <= 13 )
452
+ goto st6;
453
+ goto tr4;
454
+ st90:
455
+ if ( ++p == pe )
456
+ goto _test_eof90;
457
+ case 90:
458
+ if ( (*p) == 32 )
459
+ goto st90;
460
+ if ( 9 <= (*p) && (*p) <= 13 )
461
+ goto st90;
462
+ goto tr154;
463
+ st7:
464
+ if ( ++p == pe )
465
+ goto _test_eof7;
466
+ case 7:
467
+ switch( (*p) ) {
468
+ case -60: goto tr7;
469
+ case 45: goto tr12;
470
+ case 92: goto tr13;
471
+ case 95: goto tr12;
472
+ }
473
+ if ( (*p) < -16 ) {
474
+ if ( (*p) > -33 ) {
475
+ if ( -32 <= (*p) && (*p) <= -17 )
476
+ goto tr10;
477
+ } else if ( (*p) >= -59 )
478
+ goto tr9;
479
+ } else if ( (*p) > -12 ) {
480
+ if ( (*p) < 65 ) {
481
+ if ( 48 <= (*p) && (*p) <= 57 )
482
+ goto tr12;
483
+ } else if ( (*p) > 90 ) {
484
+ if ( 97 <= (*p) && (*p) <= 122 )
485
+ goto tr12;
486
+ } else
487
+ goto tr12;
488
+ } else
489
+ goto tr11;
490
+ goto st0;
491
+ tr7:
492
+ #line 25 "hpricot_css.rl"
493
+ {
494
+ aps = p;
495
+ }
496
+ goto st8;
497
+ st8:
498
+ if ( ++p == pe )
499
+ goto _test_eof8;
500
+ case 8:
501
+ #line 502 "hpricot_css.c"
502
+ if ( -88 <= (*p) && (*p) <= -65 )
503
+ goto tr14;
504
+ goto tr0;
505
+ tr12:
506
+ #line 1 "hpricot_css.rl"
507
+ {te = p+1;}
508
+ #line 25 "hpricot_css.rl"
509
+ {
510
+ aps = p;
511
+ }
512
+ #line 72 "hpricot_css.rl"
513
+ {act = 1;}
514
+ goto st91;
515
+ tr14:
516
+ #line 1 "hpricot_css.rl"
517
+ {te = p+1;}
518
+ #line 72 "hpricot_css.rl"
519
+ {act = 1;}
520
+ goto st91;
521
+ st91:
522
+ if ( ++p == pe )
523
+ goto _test_eof91;
524
+ case 91:
525
+ #line 526 "hpricot_css.c"
526
+ switch( (*p) ) {
527
+ case -60: goto st8;
528
+ case 45: goto tr14;
529
+ case 92: goto st12;
530
+ case 95: goto tr14;
531
+ }
532
+ if ( (*p) < -16 ) {
533
+ if ( (*p) > -33 ) {
534
+ if ( -32 <= (*p) && (*p) <= -17 )
535
+ goto st10;
536
+ } else if ( (*p) >= -59 )
537
+ goto st9;
538
+ } else if ( (*p) > -12 ) {
539
+ if ( (*p) < 65 ) {
540
+ if ( 48 <= (*p) && (*p) <= 57 )
541
+ goto tr14;
542
+ } else if ( (*p) > 90 ) {
543
+ if ( 97 <= (*p) && (*p) <= 122 )
544
+ goto tr14;
545
+ } else
546
+ goto tr14;
547
+ } else
548
+ goto st11;
549
+ goto tr155;
550
+ tr9:
551
+ #line 25 "hpricot_css.rl"
552
+ {
553
+ aps = p;
554
+ }
555
+ goto st9;
556
+ st9:
557
+ if ( ++p == pe )
558
+ goto _test_eof9;
559
+ case 9:
560
+ #line 561 "hpricot_css.c"
561
+ if ( (*p) <= -65 )
562
+ goto tr14;
563
+ goto tr0;
564
+ tr10:
565
+ #line 25 "hpricot_css.rl"
566
+ {
567
+ aps = p;
568
+ }
569
+ goto st10;
570
+ st10:
571
+ if ( ++p == pe )
572
+ goto _test_eof10;
573
+ case 10:
574
+ #line 575 "hpricot_css.c"
575
+ if ( (*p) <= -65 )
576
+ goto st9;
577
+ goto tr0;
578
+ tr11:
579
+ #line 25 "hpricot_css.rl"
580
+ {
581
+ aps = p;
582
+ }
583
+ goto st11;
584
+ st11:
585
+ if ( ++p == pe )
586
+ goto _test_eof11;
587
+ case 11:
588
+ #line 589 "hpricot_css.c"
589
+ if ( (*p) <= -65 )
590
+ goto st10;
591
+ goto tr0;
592
+ tr13:
593
+ #line 25 "hpricot_css.rl"
594
+ {
595
+ aps = p;
596
+ }
597
+ goto st12;
598
+ st12:
599
+ if ( ++p == pe )
600
+ goto _test_eof12;
601
+ case 12:
602
+ #line 603 "hpricot_css.c"
603
+ if ( (*p) == 46 )
604
+ goto tr14;
605
+ goto tr0;
606
+ tr160:
607
+ #line 29 "hpricot_css.rl"
608
+ {
609
+ ape = p;
610
+ PUSH(aps, ape);
611
+ }
612
+ goto st92;
613
+ st92:
614
+ if ( ++p == pe )
615
+ goto _test_eof92;
616
+ case 92:
617
+ #line 618 "hpricot_css.c"
618
+ switch( (*p) ) {
619
+ case 43: goto st92;
620
+ case 45: goto st92;
621
+ case 110: goto st92;
622
+ }
623
+ if ( 48 <= (*p) && (*p) <= 57 )
624
+ goto st92;
625
+ goto tr159;
626
+ tr161:
627
+ #line 1 "hpricot_css.rl"
628
+ {te = p+1;}
629
+ #line 76 "hpricot_css.rl"
630
+ {act = 5;}
631
+ goto st93;
632
+ tr140:
633
+ #line 1 "hpricot_css.rl"
634
+ {te = p+1;}
635
+ #line 25 "hpricot_css.rl"
636
+ {
637
+ aps = p;
638
+ }
639
+ #line 76 "hpricot_css.rl"
640
+ {act = 5;}
641
+ goto st93;
642
+ st93:
643
+ if ( ++p == pe )
644
+ goto _test_eof93;
645
+ case 93:
646
+ #line 647 "hpricot_css.c"
647
+ switch( (*p) ) {
648
+ case -60: goto st1;
649
+ case 43: goto tr160;
650
+ case 45: goto tr161;
651
+ case 92: goto st5;
652
+ case 95: goto tr1;
653
+ case 110: goto tr161;
654
+ }
655
+ if ( (*p) < -16 ) {
656
+ if ( (*p) > -33 ) {
657
+ if ( -32 <= (*p) && (*p) <= -17 )
658
+ goto st3;
659
+ } else if ( (*p) >= -59 )
660
+ goto st2;
661
+ } else if ( (*p) > -12 ) {
662
+ if ( (*p) < 65 ) {
663
+ if ( 48 <= (*p) && (*p) <= 57 )
664
+ goto tr161;
665
+ } else if ( (*p) > 90 ) {
666
+ if ( 97 <= (*p) && (*p) <= 122 )
667
+ goto tr1;
668
+ } else
669
+ goto tr1;
670
+ } else
671
+ goto st4;
672
+ goto tr149;
673
+ st13:
674
+ if ( ++p == pe )
675
+ goto _test_eof13;
676
+ case 13:
677
+ switch( (*p) ) {
678
+ case -60: goto tr17;
679
+ case 45: goto tr21;
680
+ case 92: goto tr22;
681
+ case 95: goto tr21;
682
+ }
683
+ if ( (*p) < -16 ) {
684
+ if ( (*p) > -33 ) {
685
+ if ( -32 <= (*p) && (*p) <= -17 )
686
+ goto tr19;
687
+ } else if ( (*p) >= -59 )
688
+ goto tr18;
689
+ } else if ( (*p) > -12 ) {
690
+ if ( (*p) < 65 ) {
691
+ if ( 48 <= (*p) && (*p) <= 57 )
692
+ goto tr21;
693
+ } else if ( (*p) > 90 ) {
694
+ if ( 97 <= (*p) && (*p) <= 122 )
695
+ goto tr21;
696
+ } else
697
+ goto tr21;
698
+ } else
699
+ goto tr20;
700
+ goto st0;
701
+ tr17:
702
+ #line 25 "hpricot_css.rl"
703
+ {
704
+ aps = p;
705
+ }
706
+ goto st14;
707
+ st14:
708
+ if ( ++p == pe )
709
+ goto _test_eof14;
710
+ case 14:
711
+ #line 712 "hpricot_css.c"
712
+ if ( -88 <= (*p) && (*p) <= -65 )
713
+ goto tr23;
714
+ goto tr0;
715
+ tr21:
716
+ #line 1 "hpricot_css.rl"
717
+ {te = p+1;}
718
+ #line 25 "hpricot_css.rl"
719
+ {
720
+ aps = p;
721
+ }
722
+ #line 73 "hpricot_css.rl"
723
+ {act = 2;}
724
+ goto st94;
725
+ tr23:
726
+ #line 1 "hpricot_css.rl"
727
+ {te = p+1;}
728
+ #line 73 "hpricot_css.rl"
729
+ {act = 2;}
730
+ goto st94;
731
+ st94:
732
+ if ( ++p == pe )
733
+ goto _test_eof94;
734
+ case 94:
735
+ #line 736 "hpricot_css.c"
736
+ switch( (*p) ) {
737
+ case -60: goto st14;
738
+ case 45: goto tr23;
739
+ case 92: goto st18;
740
+ case 95: goto tr23;
741
+ }
742
+ if ( (*p) < -16 ) {
743
+ if ( (*p) > -33 ) {
744
+ if ( -32 <= (*p) && (*p) <= -17 )
745
+ goto st16;
746
+ } else if ( (*p) >= -59 )
747
+ goto st15;
748
+ } else if ( (*p) > -12 ) {
749
+ if ( (*p) < 65 ) {
750
+ if ( 48 <= (*p) && (*p) <= 57 )
751
+ goto tr23;
752
+ } else if ( (*p) > 90 ) {
753
+ if ( 97 <= (*p) && (*p) <= 122 )
754
+ goto tr23;
755
+ } else
756
+ goto tr23;
757
+ } else
758
+ goto st17;
759
+ goto tr162;
760
+ tr18:
761
+ #line 25 "hpricot_css.rl"
762
+ {
763
+ aps = p;
764
+ }
765
+ goto st15;
766
+ st15:
767
+ if ( ++p == pe )
768
+ goto _test_eof15;
769
+ case 15:
770
+ #line 771 "hpricot_css.c"
771
+ if ( (*p) <= -65 )
772
+ goto tr23;
773
+ goto tr0;
774
+ tr19:
775
+ #line 25 "hpricot_css.rl"
776
+ {
777
+ aps = p;
778
+ }
779
+ goto st16;
780
+ st16:
781
+ if ( ++p == pe )
782
+ goto _test_eof16;
783
+ case 16:
784
+ #line 785 "hpricot_css.c"
785
+ if ( (*p) <= -65 )
786
+ goto st15;
787
+ goto tr0;
788
+ tr20:
789
+ #line 25 "hpricot_css.rl"
790
+ {
791
+ aps = p;
792
+ }
793
+ goto st17;
794
+ st17:
795
+ if ( ++p == pe )
796
+ goto _test_eof17;
797
+ case 17:
798
+ #line 799 "hpricot_css.c"
799
+ if ( (*p) <= -65 )
800
+ goto st16;
801
+ goto tr0;
802
+ tr22:
803
+ #line 25 "hpricot_css.rl"
804
+ {
805
+ aps = p;
806
+ }
807
+ goto st18;
808
+ st18:
809
+ if ( ++p == pe )
810
+ goto _test_eof18;
811
+ case 18:
812
+ #line 813 "hpricot_css.c"
813
+ if ( (*p) == 46 )
814
+ goto tr23;
815
+ goto tr0;
816
+ st19:
817
+ if ( ++p == pe )
818
+ goto _test_eof19;
819
+ case 19:
820
+ switch( (*p) ) {
821
+ case -60: goto tr26;
822
+ case 45: goto tr30;
823
+ case 92: goto tr31;
824
+ case 95: goto tr30;
825
+ case 101: goto tr32;
826
+ case 102: goto tr33;
827
+ case 103: goto tr34;
828
+ case 108: goto tr35;
829
+ case 110: goto tr36;
830
+ case 111: goto tr37;
831
+ }
832
+ if ( (*p) < -16 ) {
833
+ if ( (*p) > -33 ) {
834
+ if ( -32 <= (*p) && (*p) <= -17 )
835
+ goto tr28;
836
+ } else if ( (*p) >= -59 )
837
+ goto tr27;
838
+ } else if ( (*p) > -12 ) {
839
+ if ( (*p) < 65 ) {
840
+ if ( 48 <= (*p) && (*p) <= 57 )
841
+ goto tr30;
842
+ } else if ( (*p) > 90 ) {
843
+ if ( 97 <= (*p) && (*p) <= 122 )
844
+ goto tr30;
845
+ } else
846
+ goto tr30;
847
+ } else
848
+ goto tr29;
849
+ goto st0;
850
+ tr26:
851
+ #line 25 "hpricot_css.rl"
852
+ {
853
+ aps = p;
854
+ }
855
+ goto st20;
856
+ tr174:
857
+ #line 29 "hpricot_css.rl"
858
+ {
859
+ ape = p;
860
+ PUSH(aps, ape);
861
+ }
862
+ goto st20;
863
+ st20:
864
+ if ( ++p == pe )
865
+ goto _test_eof20;
866
+ case 20:
867
+ #line 868 "hpricot_css.c"
868
+ if ( -88 <= (*p) && (*p) <= -65 )
869
+ goto tr38;
870
+ goto tr0;
871
+ tr30:
872
+ #line 1 "hpricot_css.rl"
873
+ {te = p+1;}
874
+ #line 25 "hpricot_css.rl"
875
+ {
876
+ aps = p;
877
+ }
878
+ #line 80 "hpricot_css.rl"
879
+ {act = 9;}
880
+ goto st95;
881
+ tr38:
882
+ #line 1 "hpricot_css.rl"
883
+ {te = p+1;}
884
+ #line 80 "hpricot_css.rl"
885
+ {act = 9;}
886
+ goto st95;
887
+ tr179:
888
+ #line 1 "hpricot_css.rl"
889
+ {te = p+1;}
890
+ #line 29 "hpricot_css.rl"
891
+ {
892
+ ape = p;
893
+ PUSH(aps, ape);
894
+ }
895
+ #line 80 "hpricot_css.rl"
896
+ {act = 9;}
897
+ goto st95;
898
+ st95:
899
+ if ( ++p == pe )
900
+ goto _test_eof95;
901
+ case 95:
902
+ #line 903 "hpricot_css.c"
903
+ switch( (*p) ) {
904
+ case -60: goto st20;
905
+ case 40: goto tr169;
906
+ case 45: goto tr38;
907
+ case 92: goto st41;
908
+ case 95: goto tr38;
909
+ }
910
+ if ( (*p) < -16 ) {
911
+ if ( (*p) > -33 ) {
912
+ if ( -32 <= (*p) && (*p) <= -17 )
913
+ goto st22;
914
+ } else if ( (*p) >= -59 )
915
+ goto st21;
916
+ } else if ( (*p) > -12 ) {
917
+ if ( (*p) < 65 ) {
918
+ if ( 48 <= (*p) && (*p) <= 57 )
919
+ goto tr38;
920
+ } else if ( (*p) > 90 ) {
921
+ if ( 97 <= (*p) && (*p) <= 122 )
922
+ goto tr38;
923
+ } else
924
+ goto tr38;
925
+ } else
926
+ goto st23;
927
+ goto tr166;
928
+ tr27:
929
+ #line 25 "hpricot_css.rl"
930
+ {
931
+ aps = p;
932
+ }
933
+ goto st21;
934
+ tr175:
935
+ #line 29 "hpricot_css.rl"
936
+ {
937
+ ape = p;
938
+ PUSH(aps, ape);
939
+ }
940
+ goto st21;
941
+ st21:
942
+ if ( ++p == pe )
943
+ goto _test_eof21;
944
+ case 21:
945
+ #line 946 "hpricot_css.c"
946
+ if ( (*p) <= -65 )
947
+ goto tr38;
948
+ goto tr0;
949
+ tr28:
950
+ #line 25 "hpricot_css.rl"
951
+ {
952
+ aps = p;
953
+ }
954
+ goto st22;
955
+ tr176:
956
+ #line 29 "hpricot_css.rl"
957
+ {
958
+ ape = p;
959
+ PUSH(aps, ape);
960
+ }
961
+ goto st22;
962
+ st22:
963
+ if ( ++p == pe )
964
+ goto _test_eof22;
965
+ case 22:
966
+ #line 967 "hpricot_css.c"
967
+ if ( (*p) <= -65 )
968
+ goto st21;
969
+ goto tr0;
970
+ tr29:
971
+ #line 25 "hpricot_css.rl"
972
+ {
973
+ aps = p;
974
+ }
975
+ goto st23;
976
+ tr177:
977
+ #line 29 "hpricot_css.rl"
978
+ {
979
+ ape = p;
980
+ PUSH(aps, ape);
981
+ }
982
+ goto st23;
983
+ st23:
984
+ if ( ++p == pe )
985
+ goto _test_eof23;
986
+ case 23:
987
+ #line 988 "hpricot_css.c"
988
+ if ( (*p) <= -65 )
989
+ goto st22;
990
+ goto tr0;
991
+ tr169:
992
+ #line 29 "hpricot_css.rl"
993
+ {
994
+ ape = p;
995
+ PUSH(aps, ape);
996
+ }
997
+ goto st24;
998
+ st24:
999
+ if ( ++p == pe )
1000
+ goto _test_eof24;
1001
+ case 24:
1002
+ #line 1003 "hpricot_css.c"
1003
+ switch( (*p) ) {
1004
+ case 34: goto tr43;
1005
+ case 39: goto tr44;
1006
+ case 40: goto tr45;
1007
+ case 41: goto tr46;
1008
+ }
1009
+ goto tr42;
1010
+ tr42:
1011
+ #line 25 "hpricot_css.rl"
1012
+ {
1013
+ aps = p;
1014
+ }
1015
+ goto st25;
1016
+ st25:
1017
+ if ( ++p == pe )
1018
+ goto _test_eof25;
1019
+ case 25:
1020
+ #line 1021 "hpricot_css.c"
1021
+ switch( (*p) ) {
1022
+ case 34: goto tr0;
1023
+ case 40: goto tr0;
1024
+ case 41: goto tr48;
1025
+ }
1026
+ goto st25;
1027
+ tr43:
1028
+ #line 25 "hpricot_css.rl"
1029
+ {
1030
+ aps = p;
1031
+ }
1032
+ goto st26;
1033
+ st26:
1034
+ if ( ++p == pe )
1035
+ goto _test_eof26;
1036
+ case 26:
1037
+ #line 1038 "hpricot_css.c"
1038
+ switch( (*p) ) {
1039
+ case 34: goto st28;
1040
+ case 40: goto st29;
1041
+ case 41: goto tr0;
1042
+ }
1043
+ goto st27;
1044
+ st27:
1045
+ if ( ++p == pe )
1046
+ goto _test_eof27;
1047
+ case 27:
1048
+ if ( (*p) == 34 )
1049
+ goto st28;
1050
+ if ( 40 <= (*p) && (*p) <= 41 )
1051
+ goto tr0;
1052
+ goto st27;
1053
+ st28:
1054
+ if ( ++p == pe )
1055
+ goto _test_eof28;
1056
+ case 28:
1057
+ if ( (*p) == 41 )
1058
+ goto tr48;
1059
+ goto tr0;
1060
+ st29:
1061
+ if ( ++p == pe )
1062
+ goto _test_eof29;
1063
+ case 29:
1064
+ if ( (*p) == 41 )
1065
+ goto tr0;
1066
+ goto st30;
1067
+ st30:
1068
+ if ( ++p == pe )
1069
+ goto _test_eof30;
1070
+ case 30:
1071
+ if ( (*p) == 41 )
1072
+ goto st31;
1073
+ goto st30;
1074
+ st31:
1075
+ if ( ++p == pe )
1076
+ goto _test_eof31;
1077
+ case 31:
1078
+ switch( (*p) ) {
1079
+ case 34: goto st28;
1080
+ case 40: goto st29;
1081
+ }
1082
+ goto tr0;
1083
+ tr44:
1084
+ #line 25 "hpricot_css.rl"
1085
+ {
1086
+ aps = p;
1087
+ }
1088
+ goto st32;
1089
+ st32:
1090
+ if ( ++p == pe )
1091
+ goto _test_eof32;
1092
+ case 32:
1093
+ #line 1094 "hpricot_css.c"
1094
+ switch( (*p) ) {
1095
+ case 34: goto st34;
1096
+ case 39: goto st25;
1097
+ case 40: goto st35;
1098
+ case 41: goto tr48;
1099
+ }
1100
+ goto st33;
1101
+ st33:
1102
+ if ( ++p == pe )
1103
+ goto _test_eof33;
1104
+ case 33:
1105
+ switch( (*p) ) {
1106
+ case 34: goto st34;
1107
+ case 39: goto st25;
1108
+ case 40: goto tr0;
1109
+ case 41: goto tr48;
1110
+ }
1111
+ goto st33;
1112
+ st34:
1113
+ if ( ++p == pe )
1114
+ goto _test_eof34;
1115
+ case 34:
1116
+ if ( (*p) == 39 )
1117
+ goto st28;
1118
+ if ( 40 <= (*p) && (*p) <= 41 )
1119
+ goto tr0;
1120
+ goto st34;
1121
+ st35:
1122
+ if ( ++p == pe )
1123
+ goto _test_eof35;
1124
+ case 35:
1125
+ if ( (*p) == 41 )
1126
+ goto tr0;
1127
+ goto st36;
1128
+ st36:
1129
+ if ( ++p == pe )
1130
+ goto _test_eof36;
1131
+ case 36:
1132
+ if ( (*p) == 41 )
1133
+ goto st37;
1134
+ goto st36;
1135
+ st37:
1136
+ if ( ++p == pe )
1137
+ goto _test_eof37;
1138
+ case 37:
1139
+ switch( (*p) ) {
1140
+ case 39: goto st28;
1141
+ case 40: goto st35;
1142
+ }
1143
+ goto tr0;
1144
+ tr45:
1145
+ #line 25 "hpricot_css.rl"
1146
+ {
1147
+ aps = p;
1148
+ }
1149
+ goto st38;
1150
+ st38:
1151
+ if ( ++p == pe )
1152
+ goto _test_eof38;
1153
+ case 38:
1154
+ #line 1155 "hpricot_css.c"
1155
+ if ( (*p) == 41 )
1156
+ goto tr0;
1157
+ goto st39;
1158
+ st39:
1159
+ if ( ++p == pe )
1160
+ goto _test_eof39;
1161
+ case 39:
1162
+ if ( (*p) == 41 )
1163
+ goto st40;
1164
+ goto st39;
1165
+ st40:
1166
+ if ( ++p == pe )
1167
+ goto _test_eof40;
1168
+ case 40:
1169
+ switch( (*p) ) {
1170
+ case 40: goto st38;
1171
+ case 41: goto tr48;
1172
+ }
1173
+ goto tr0;
1174
+ tr31:
1175
+ #line 25 "hpricot_css.rl"
1176
+ {
1177
+ aps = p;
1178
+ }
1179
+ goto st41;
1180
+ tr180:
1181
+ #line 29 "hpricot_css.rl"
1182
+ {
1183
+ ape = p;
1184
+ PUSH(aps, ape);
1185
+ }
1186
+ goto st41;
1187
+ st41:
1188
+ if ( ++p == pe )
1189
+ goto _test_eof41;
1190
+ case 41:
1191
+ #line 1192 "hpricot_css.c"
1192
+ if ( (*p) == 46 )
1193
+ goto tr38;
1194
+ goto tr0;
1195
+ tr32:
1196
+ #line 1 "hpricot_css.rl"
1197
+ {te = p+1;}
1198
+ #line 25 "hpricot_css.rl"
1199
+ {
1200
+ aps = p;
1201
+ }
1202
+ #line 80 "hpricot_css.rl"
1203
+ {act = 9;}
1204
+ goto st96;
1205
+ st96:
1206
+ if ( ++p == pe )
1207
+ goto _test_eof96;
1208
+ case 96:
1209
+ #line 1210 "hpricot_css.c"
1210
+ switch( (*p) ) {
1211
+ case -60: goto st20;
1212
+ case 40: goto tr169;
1213
+ case 45: goto tr38;
1214
+ case 92: goto st41;
1215
+ case 95: goto tr38;
1216
+ case 113: goto tr171;
1217
+ case 118: goto tr172;
1218
+ }
1219
+ if ( (*p) < -16 ) {
1220
+ if ( (*p) > -33 ) {
1221
+ if ( -32 <= (*p) && (*p) <= -17 )
1222
+ goto st22;
1223
+ } else if ( (*p) >= -59 )
1224
+ goto st21;
1225
+ } else if ( (*p) > -12 ) {
1226
+ if ( (*p) < 65 ) {
1227
+ if ( 48 <= (*p) && (*p) <= 57 )
1228
+ goto tr38;
1229
+ } else if ( (*p) > 90 ) {
1230
+ if ( 97 <= (*p) && (*p) <= 122 )
1231
+ goto tr38;
1232
+ } else
1233
+ goto tr38;
1234
+ } else
1235
+ goto st23;
1236
+ goto tr166;
1237
+ tr171:
1238
+ #line 1 "hpricot_css.rl"
1239
+ {te = p+1;}
1240
+ #line 79 "hpricot_css.rl"
1241
+ {act = 8;}
1242
+ goto st97;
1243
+ st97:
1244
+ if ( ++p == pe )
1245
+ goto _test_eof97;
1246
+ case 97:
1247
+ #line 1248 "hpricot_css.c"
1248
+ switch( (*p) ) {
1249
+ case -60: goto tr174;
1250
+ case 40: goto tr178;
1251
+ case 45: goto tr179;
1252
+ case 92: goto tr180;
1253
+ case 95: goto tr179;
1254
+ }
1255
+ if ( (*p) < -16 ) {
1256
+ if ( (*p) > -33 ) {
1257
+ if ( -32 <= (*p) && (*p) <= -17 )
1258
+ goto tr176;
1259
+ } else if ( (*p) >= -59 )
1260
+ goto tr175;
1261
+ } else if ( (*p) > -12 ) {
1262
+ if ( (*p) < 65 ) {
1263
+ if ( 48 <= (*p) && (*p) <= 57 )
1264
+ goto tr179;
1265
+ } else if ( (*p) > 90 ) {
1266
+ if ( 97 <= (*p) && (*p) <= 122 )
1267
+ goto tr179;
1268
+ } else
1269
+ goto tr179;
1270
+ } else
1271
+ goto tr177;
1272
+ goto tr173;
1273
+ tr178:
1274
+ #line 29 "hpricot_css.rl"
1275
+ {
1276
+ ape = p;
1277
+ PUSH(aps, ape);
1278
+ }
1279
+ goto st42;
1280
+ st42:
1281
+ if ( ++p == pe )
1282
+ goto _test_eof42;
1283
+ case 42:
1284
+ #line 1285 "hpricot_css.c"
1285
+ switch( (*p) ) {
1286
+ case 34: goto tr43;
1287
+ case 39: goto tr44;
1288
+ case 40: goto tr45;
1289
+ case 41: goto tr46;
1290
+ }
1291
+ if ( 48 <= (*p) && (*p) <= 57 )
1292
+ goto tr63;
1293
+ goto tr42;
1294
+ tr63:
1295
+ #line 25 "hpricot_css.rl"
1296
+ {
1297
+ aps = p;
1298
+ }
1299
+ goto st43;
1300
+ st43:
1301
+ if ( ++p == pe )
1302
+ goto _test_eof43;
1303
+ case 43:
1304
+ #line 1305 "hpricot_css.c"
1305
+ switch( (*p) ) {
1306
+ case 34: goto tr62;
1307
+ case 40: goto tr62;
1308
+ case 41: goto tr64;
1309
+ }
1310
+ if ( 48 <= (*p) && (*p) <= 57 )
1311
+ goto st43;
1312
+ goto st25;
1313
+ tr172:
1314
+ #line 1 "hpricot_css.rl"
1315
+ {te = p+1;}
1316
+ #line 80 "hpricot_css.rl"
1317
+ {act = 9;}
1318
+ goto st98;
1319
+ st98:
1320
+ if ( ++p == pe )
1321
+ goto _test_eof98;
1322
+ case 98:
1323
+ #line 1324 "hpricot_css.c"
1324
+ switch( (*p) ) {
1325
+ case -60: goto st20;
1326
+ case 40: goto tr169;
1327
+ case 45: goto tr38;
1328
+ case 92: goto st41;
1329
+ case 95: goto tr38;
1330
+ case 101: goto tr181;
1331
+ }
1332
+ if ( (*p) < -16 ) {
1333
+ if ( (*p) > -33 ) {
1334
+ if ( -32 <= (*p) && (*p) <= -17 )
1335
+ goto st22;
1336
+ } else if ( (*p) >= -59 )
1337
+ goto st21;
1338
+ } else if ( (*p) > -12 ) {
1339
+ if ( (*p) < 65 ) {
1340
+ if ( 48 <= (*p) && (*p) <= 57 )
1341
+ goto tr38;
1342
+ } else if ( (*p) > 90 ) {
1343
+ if ( 97 <= (*p) && (*p) <= 122 )
1344
+ goto tr38;
1345
+ } else
1346
+ goto tr38;
1347
+ } else
1348
+ goto st23;
1349
+ goto tr166;
1350
+ tr181:
1351
+ #line 1 "hpricot_css.rl"
1352
+ {te = p+1;}
1353
+ #line 80 "hpricot_css.rl"
1354
+ {act = 9;}
1355
+ goto st99;
1356
+ st99:
1357
+ if ( ++p == pe )
1358
+ goto _test_eof99;
1359
+ case 99:
1360
+ #line 1361 "hpricot_css.c"
1361
+ switch( (*p) ) {
1362
+ case -60: goto st20;
1363
+ case 40: goto tr169;
1364
+ case 45: goto tr38;
1365
+ case 92: goto st41;
1366
+ case 95: goto tr38;
1367
+ case 110: goto tr171;
1368
+ }
1369
+ if ( (*p) < -16 ) {
1370
+ if ( (*p) > -33 ) {
1371
+ if ( -32 <= (*p) && (*p) <= -17 )
1372
+ goto st22;
1373
+ } else if ( (*p) >= -59 )
1374
+ goto st21;
1375
+ } else if ( (*p) > -12 ) {
1376
+ if ( (*p) < 65 ) {
1377
+ if ( 48 <= (*p) && (*p) <= 57 )
1378
+ goto tr38;
1379
+ } else if ( (*p) > 90 ) {
1380
+ if ( 97 <= (*p) && (*p) <= 122 )
1381
+ goto tr38;
1382
+ } else
1383
+ goto tr38;
1384
+ } else
1385
+ goto st23;
1386
+ goto tr166;
1387
+ tr33:
1388
+ #line 1 "hpricot_css.rl"
1389
+ {te = p+1;}
1390
+ #line 25 "hpricot_css.rl"
1391
+ {
1392
+ aps = p;
1393
+ }
1394
+ #line 80 "hpricot_css.rl"
1395
+ {act = 9;}
1396
+ goto st100;
1397
+ st100:
1398
+ if ( ++p == pe )
1399
+ goto _test_eof100;
1400
+ case 100:
1401
+ #line 1402 "hpricot_css.c"
1402
+ switch( (*p) ) {
1403
+ case -60: goto st20;
1404
+ case 40: goto tr169;
1405
+ case 45: goto tr38;
1406
+ case 92: goto st41;
1407
+ case 95: goto tr38;
1408
+ case 105: goto tr182;
1409
+ }
1410
+ if ( (*p) < -16 ) {
1411
+ if ( (*p) > -33 ) {
1412
+ if ( -32 <= (*p) && (*p) <= -17 )
1413
+ goto st22;
1414
+ } else if ( (*p) >= -59 )
1415
+ goto st21;
1416
+ } else if ( (*p) > -12 ) {
1417
+ if ( (*p) < 65 ) {
1418
+ if ( 48 <= (*p) && (*p) <= 57 )
1419
+ goto tr38;
1420
+ } else if ( (*p) > 90 ) {
1421
+ if ( 97 <= (*p) && (*p) <= 122 )
1422
+ goto tr38;
1423
+ } else
1424
+ goto tr38;
1425
+ } else
1426
+ goto st23;
1427
+ goto tr166;
1428
+ tr182:
1429
+ #line 1 "hpricot_css.rl"
1430
+ {te = p+1;}
1431
+ #line 80 "hpricot_css.rl"
1432
+ {act = 9;}
1433
+ goto st101;
1434
+ st101:
1435
+ if ( ++p == pe )
1436
+ goto _test_eof101;
1437
+ case 101:
1438
+ #line 1439 "hpricot_css.c"
1439
+ switch( (*p) ) {
1440
+ case -60: goto st20;
1441
+ case 40: goto tr169;
1442
+ case 45: goto tr38;
1443
+ case 92: goto st41;
1444
+ case 95: goto tr38;
1445
+ case 114: goto tr183;
1446
+ }
1447
+ if ( (*p) < -16 ) {
1448
+ if ( (*p) > -33 ) {
1449
+ if ( -32 <= (*p) && (*p) <= -17 )
1450
+ goto st22;
1451
+ } else if ( (*p) >= -59 )
1452
+ goto st21;
1453
+ } else if ( (*p) > -12 ) {
1454
+ if ( (*p) < 65 ) {
1455
+ if ( 48 <= (*p) && (*p) <= 57 )
1456
+ goto tr38;
1457
+ } else if ( (*p) > 90 ) {
1458
+ if ( 97 <= (*p) && (*p) <= 122 )
1459
+ goto tr38;
1460
+ } else
1461
+ goto tr38;
1462
+ } else
1463
+ goto st23;
1464
+ goto tr166;
1465
+ tr183:
1466
+ #line 1 "hpricot_css.rl"
1467
+ {te = p+1;}
1468
+ #line 80 "hpricot_css.rl"
1469
+ {act = 9;}
1470
+ goto st102;
1471
+ st102:
1472
+ if ( ++p == pe )
1473
+ goto _test_eof102;
1474
+ case 102:
1475
+ #line 1476 "hpricot_css.c"
1476
+ switch( (*p) ) {
1477
+ case -60: goto st20;
1478
+ case 40: goto tr169;
1479
+ case 45: goto tr38;
1480
+ case 92: goto st41;
1481
+ case 95: goto tr38;
1482
+ case 115: goto tr184;
1483
+ }
1484
+ if ( (*p) < -16 ) {
1485
+ if ( (*p) > -33 ) {
1486
+ if ( -32 <= (*p) && (*p) <= -17 )
1487
+ goto st22;
1488
+ } else if ( (*p) >= -59 )
1489
+ goto st21;
1490
+ } else if ( (*p) > -12 ) {
1491
+ if ( (*p) < 65 ) {
1492
+ if ( 48 <= (*p) && (*p) <= 57 )
1493
+ goto tr38;
1494
+ } else if ( (*p) > 90 ) {
1495
+ if ( 97 <= (*p) && (*p) <= 122 )
1496
+ goto tr38;
1497
+ } else
1498
+ goto tr38;
1499
+ } else
1500
+ goto st23;
1501
+ goto tr166;
1502
+ tr184:
1503
+ #line 1 "hpricot_css.rl"
1504
+ {te = p+1;}
1505
+ #line 80 "hpricot_css.rl"
1506
+ {act = 9;}
1507
+ goto st103;
1508
+ st103:
1509
+ if ( ++p == pe )
1510
+ goto _test_eof103;
1511
+ case 103:
1512
+ #line 1513 "hpricot_css.c"
1513
+ switch( (*p) ) {
1514
+ case -60: goto st20;
1515
+ case 40: goto tr169;
1516
+ case 45: goto tr38;
1517
+ case 92: goto st41;
1518
+ case 95: goto tr38;
1519
+ case 116: goto tr185;
1520
+ }
1521
+ if ( (*p) < -16 ) {
1522
+ if ( (*p) > -33 ) {
1523
+ if ( -32 <= (*p) && (*p) <= -17 )
1524
+ goto st22;
1525
+ } else if ( (*p) >= -59 )
1526
+ goto st21;
1527
+ } else if ( (*p) > -12 ) {
1528
+ if ( (*p) < 65 ) {
1529
+ if ( 48 <= (*p) && (*p) <= 57 )
1530
+ goto tr38;
1531
+ } else if ( (*p) > 90 ) {
1532
+ if ( 97 <= (*p) && (*p) <= 122 )
1533
+ goto tr38;
1534
+ } else
1535
+ goto tr38;
1536
+ } else
1537
+ goto st23;
1538
+ goto tr166;
1539
+ tr185:
1540
+ #line 1 "hpricot_css.rl"
1541
+ {te = p+1;}
1542
+ #line 79 "hpricot_css.rl"
1543
+ {act = 8;}
1544
+ goto st104;
1545
+ st104:
1546
+ if ( ++p == pe )
1547
+ goto _test_eof104;
1548
+ case 104:
1549
+ #line 1550 "hpricot_css.c"
1550
+ switch( (*p) ) {
1551
+ case -60: goto tr174;
1552
+ case 40: goto tr178;
1553
+ case 45: goto tr186;
1554
+ case 92: goto tr180;
1555
+ case 95: goto tr179;
1556
+ }
1557
+ if ( (*p) < -16 ) {
1558
+ if ( (*p) > -33 ) {
1559
+ if ( -32 <= (*p) && (*p) <= -17 )
1560
+ goto tr176;
1561
+ } else if ( (*p) >= -59 )
1562
+ goto tr175;
1563
+ } else if ( (*p) > -12 ) {
1564
+ if ( (*p) < 65 ) {
1565
+ if ( 48 <= (*p) && (*p) <= 57 )
1566
+ goto tr179;
1567
+ } else if ( (*p) > 90 ) {
1568
+ if ( 97 <= (*p) && (*p) <= 122 )
1569
+ goto tr179;
1570
+ } else
1571
+ goto tr179;
1572
+ } else
1573
+ goto tr177;
1574
+ goto tr173;
1575
+ tr199:
1576
+ #line 1 "hpricot_css.rl"
1577
+ {te = p+1;}
1578
+ #line 80 "hpricot_css.rl"
1579
+ {act = 9;}
1580
+ goto st105;
1581
+ tr186:
1582
+ #line 1 "hpricot_css.rl"
1583
+ {te = p+1;}
1584
+ #line 29 "hpricot_css.rl"
1585
+ {
1586
+ ape = p;
1587
+ PUSH(aps, ape);
1588
+ }
1589
+ #line 80 "hpricot_css.rl"
1590
+ {act = 9;}
1591
+ goto st105;
1592
+ st105:
1593
+ if ( ++p == pe )
1594
+ goto _test_eof105;
1595
+ case 105:
1596
+ #line 1597 "hpricot_css.c"
1597
+ switch( (*p) ) {
1598
+ case -60: goto st20;
1599
+ case 40: goto tr169;
1600
+ case 45: goto tr38;
1601
+ case 92: goto st41;
1602
+ case 95: goto tr38;
1603
+ case 99: goto tr187;
1604
+ }
1605
+ if ( (*p) < -16 ) {
1606
+ if ( (*p) > -33 ) {
1607
+ if ( -32 <= (*p) && (*p) <= -17 )
1608
+ goto st22;
1609
+ } else if ( (*p) >= -59 )
1610
+ goto st21;
1611
+ } else if ( (*p) > -12 ) {
1612
+ if ( (*p) < 65 ) {
1613
+ if ( 48 <= (*p) && (*p) <= 57 )
1614
+ goto tr38;
1615
+ } else if ( (*p) > 90 ) {
1616
+ if ( 97 <= (*p) && (*p) <= 122 )
1617
+ goto tr38;
1618
+ } else
1619
+ goto tr38;
1620
+ } else
1621
+ goto st23;
1622
+ goto tr166;
1623
+ tr187:
1624
+ #line 1 "hpricot_css.rl"
1625
+ {te = p+1;}
1626
+ #line 80 "hpricot_css.rl"
1627
+ {act = 9;}
1628
+ goto st106;
1629
+ st106:
1630
+ if ( ++p == pe )
1631
+ goto _test_eof106;
1632
+ case 106:
1633
+ #line 1634 "hpricot_css.c"
1634
+ switch( (*p) ) {
1635
+ case -60: goto st20;
1636
+ case 40: goto tr169;
1637
+ case 45: goto tr38;
1638
+ case 92: goto st41;
1639
+ case 95: goto tr38;
1640
+ case 104: goto tr188;
1641
+ }
1642
+ if ( (*p) < -16 ) {
1643
+ if ( (*p) > -33 ) {
1644
+ if ( -32 <= (*p) && (*p) <= -17 )
1645
+ goto st22;
1646
+ } else if ( (*p) >= -59 )
1647
+ goto st21;
1648
+ } else if ( (*p) > -12 ) {
1649
+ if ( (*p) < 65 ) {
1650
+ if ( 48 <= (*p) && (*p) <= 57 )
1651
+ goto tr38;
1652
+ } else if ( (*p) > 90 ) {
1653
+ if ( 97 <= (*p) && (*p) <= 122 )
1654
+ goto tr38;
1655
+ } else
1656
+ goto tr38;
1657
+ } else
1658
+ goto st23;
1659
+ goto tr166;
1660
+ tr188:
1661
+ #line 1 "hpricot_css.rl"
1662
+ {te = p+1;}
1663
+ #line 80 "hpricot_css.rl"
1664
+ {act = 9;}
1665
+ goto st107;
1666
+ st107:
1667
+ if ( ++p == pe )
1668
+ goto _test_eof107;
1669
+ case 107:
1670
+ #line 1671 "hpricot_css.c"
1671
+ switch( (*p) ) {
1672
+ case -60: goto st20;
1673
+ case 40: goto tr169;
1674
+ case 45: goto tr38;
1675
+ case 92: goto st41;
1676
+ case 95: goto tr38;
1677
+ case 105: goto tr189;
1678
+ }
1679
+ if ( (*p) < -16 ) {
1680
+ if ( (*p) > -33 ) {
1681
+ if ( -32 <= (*p) && (*p) <= -17 )
1682
+ goto st22;
1683
+ } else if ( (*p) >= -59 )
1684
+ goto st21;
1685
+ } else if ( (*p) > -12 ) {
1686
+ if ( (*p) < 65 ) {
1687
+ if ( 48 <= (*p) && (*p) <= 57 )
1688
+ goto tr38;
1689
+ } else if ( (*p) > 90 ) {
1690
+ if ( 97 <= (*p) && (*p) <= 122 )
1691
+ goto tr38;
1692
+ } else
1693
+ goto tr38;
1694
+ } else
1695
+ goto st23;
1696
+ goto tr166;
1697
+ tr189:
1698
+ #line 1 "hpricot_css.rl"
1699
+ {te = p+1;}
1700
+ #line 80 "hpricot_css.rl"
1701
+ {act = 9;}
1702
+ goto st108;
1703
+ st108:
1704
+ if ( ++p == pe )
1705
+ goto _test_eof108;
1706
+ case 108:
1707
+ #line 1708 "hpricot_css.c"
1708
+ switch( (*p) ) {
1709
+ case -60: goto st20;
1710
+ case 40: goto tr169;
1711
+ case 45: goto tr38;
1712
+ case 92: goto st41;
1713
+ case 95: goto tr38;
1714
+ case 108: goto tr190;
1715
+ }
1716
+ if ( (*p) < -16 ) {
1717
+ if ( (*p) > -33 ) {
1718
+ if ( -32 <= (*p) && (*p) <= -17 )
1719
+ goto st22;
1720
+ } else if ( (*p) >= -59 )
1721
+ goto st21;
1722
+ } else if ( (*p) > -12 ) {
1723
+ if ( (*p) < 65 ) {
1724
+ if ( 48 <= (*p) && (*p) <= 57 )
1725
+ goto tr38;
1726
+ } else if ( (*p) > 90 ) {
1727
+ if ( 97 <= (*p) && (*p) <= 122 )
1728
+ goto tr38;
1729
+ } else
1730
+ goto tr38;
1731
+ } else
1732
+ goto st23;
1733
+ goto tr166;
1734
+ tr190:
1735
+ #line 1 "hpricot_css.rl"
1736
+ {te = p+1;}
1737
+ #line 80 "hpricot_css.rl"
1738
+ {act = 9;}
1739
+ goto st109;
1740
+ st109:
1741
+ if ( ++p == pe )
1742
+ goto _test_eof109;
1743
+ case 109:
1744
+ #line 1745 "hpricot_css.c"
1745
+ switch( (*p) ) {
1746
+ case -60: goto st20;
1747
+ case 40: goto tr169;
1748
+ case 45: goto tr38;
1749
+ case 92: goto st41;
1750
+ case 95: goto tr38;
1751
+ case 100: goto tr191;
1752
+ }
1753
+ if ( (*p) < -16 ) {
1754
+ if ( (*p) > -33 ) {
1755
+ if ( -32 <= (*p) && (*p) <= -17 )
1756
+ goto st22;
1757
+ } else if ( (*p) >= -59 )
1758
+ goto st21;
1759
+ } else if ( (*p) > -12 ) {
1760
+ if ( (*p) < 65 ) {
1761
+ if ( 48 <= (*p) && (*p) <= 57 )
1762
+ goto tr38;
1763
+ } else if ( (*p) > 90 ) {
1764
+ if ( 97 <= (*p) && (*p) <= 122 )
1765
+ goto tr38;
1766
+ } else
1767
+ goto tr38;
1768
+ } else
1769
+ goto st23;
1770
+ goto tr166;
1771
+ tr191:
1772
+ #line 1 "hpricot_css.rl"
1773
+ {te = p+1;}
1774
+ #line 78 "hpricot_css.rl"
1775
+ {act = 7;}
1776
+ goto st110;
1777
+ st110:
1778
+ if ( ++p == pe )
1779
+ goto _test_eof110;
1780
+ case 110:
1781
+ #line 1782 "hpricot_css.c"
1782
+ switch( (*p) ) {
1783
+ case -60: goto tr174;
1784
+ case 40: goto tr193;
1785
+ case 45: goto tr179;
1786
+ case 92: goto tr180;
1787
+ case 95: goto tr179;
1788
+ }
1789
+ if ( (*p) < -16 ) {
1790
+ if ( (*p) > -33 ) {
1791
+ if ( -32 <= (*p) && (*p) <= -17 )
1792
+ goto tr176;
1793
+ } else if ( (*p) >= -59 )
1794
+ goto tr175;
1795
+ } else if ( (*p) > -12 ) {
1796
+ if ( (*p) < 65 ) {
1797
+ if ( 48 <= (*p) && (*p) <= 57 )
1798
+ goto tr179;
1799
+ } else if ( (*p) > 90 ) {
1800
+ if ( 97 <= (*p) && (*p) <= 122 )
1801
+ goto tr179;
1802
+ } else
1803
+ goto tr179;
1804
+ } else
1805
+ goto tr177;
1806
+ goto tr192;
1807
+ tr193:
1808
+ #line 29 "hpricot_css.rl"
1809
+ {
1810
+ ape = p;
1811
+ PUSH(aps, ape);
1812
+ }
1813
+ goto st44;
1814
+ st44:
1815
+ if ( ++p == pe )
1816
+ goto _test_eof44;
1817
+ case 44:
1818
+ #line 1819 "hpricot_css.c"
1819
+ switch( (*p) ) {
1820
+ case 34: goto tr43;
1821
+ case 39: goto tr44;
1822
+ case 40: goto tr45;
1823
+ case 41: goto tr67;
1824
+ case 43: goto tr68;
1825
+ case 45: goto tr68;
1826
+ case 101: goto tr69;
1827
+ case 110: goto tr68;
1828
+ case 111: goto tr70;
1829
+ }
1830
+ if ( 48 <= (*p) && (*p) <= 57 )
1831
+ goto tr68;
1832
+ goto tr42;
1833
+ tr68:
1834
+ #line 25 "hpricot_css.rl"
1835
+ {
1836
+ aps = p;
1837
+ }
1838
+ goto st45;
1839
+ st45:
1840
+ if ( ++p == pe )
1841
+ goto _test_eof45;
1842
+ case 45:
1843
+ #line 1844 "hpricot_css.c"
1844
+ switch( (*p) ) {
1845
+ case 34: goto tr66;
1846
+ case 40: goto tr66;
1847
+ case 41: goto tr71;
1848
+ case 43: goto st45;
1849
+ case 45: goto st45;
1850
+ case 110: goto st45;
1851
+ }
1852
+ if ( 48 <= (*p) && (*p) <= 57 )
1853
+ goto st45;
1854
+ goto st25;
1855
+ tr69:
1856
+ #line 25 "hpricot_css.rl"
1857
+ {
1858
+ aps = p;
1859
+ }
1860
+ goto st46;
1861
+ st46:
1862
+ if ( ++p == pe )
1863
+ goto _test_eof46;
1864
+ case 46:
1865
+ #line 1866 "hpricot_css.c"
1866
+ switch( (*p) ) {
1867
+ case 34: goto tr66;
1868
+ case 40: goto tr66;
1869
+ case 41: goto tr48;
1870
+ case 118: goto st47;
1871
+ }
1872
+ goto st25;
1873
+ st47:
1874
+ if ( ++p == pe )
1875
+ goto _test_eof47;
1876
+ case 47:
1877
+ switch( (*p) ) {
1878
+ case 34: goto tr66;
1879
+ case 40: goto tr66;
1880
+ case 41: goto tr48;
1881
+ case 101: goto st48;
1882
+ }
1883
+ goto st25;
1884
+ st48:
1885
+ if ( ++p == pe )
1886
+ goto _test_eof48;
1887
+ case 48:
1888
+ switch( (*p) ) {
1889
+ case 34: goto tr66;
1890
+ case 40: goto tr66;
1891
+ case 41: goto tr48;
1892
+ case 110: goto st49;
1893
+ }
1894
+ goto st25;
1895
+ st49:
1896
+ if ( ++p == pe )
1897
+ goto _test_eof49;
1898
+ case 49:
1899
+ switch( (*p) ) {
1900
+ case 34: goto tr66;
1901
+ case 40: goto tr66;
1902
+ case 41: goto tr71;
1903
+ }
1904
+ goto st25;
1905
+ tr70:
1906
+ #line 25 "hpricot_css.rl"
1907
+ {
1908
+ aps = p;
1909
+ }
1910
+ goto st50;
1911
+ st50:
1912
+ if ( ++p == pe )
1913
+ goto _test_eof50;
1914
+ case 50:
1915
+ #line 1916 "hpricot_css.c"
1916
+ switch( (*p) ) {
1917
+ case 34: goto tr66;
1918
+ case 40: goto tr66;
1919
+ case 41: goto tr48;
1920
+ case 100: goto st51;
1921
+ }
1922
+ goto st25;
1923
+ st51:
1924
+ if ( ++p == pe )
1925
+ goto _test_eof51;
1926
+ case 51:
1927
+ switch( (*p) ) {
1928
+ case 34: goto tr66;
1929
+ case 40: goto tr66;
1930
+ case 41: goto tr48;
1931
+ case 100: goto st49;
1932
+ }
1933
+ goto st25;
1934
+ tr34:
1935
+ #line 1 "hpricot_css.rl"
1936
+ {te = p+1;}
1937
+ #line 25 "hpricot_css.rl"
1938
+ {
1939
+ aps = p;
1940
+ }
1941
+ #line 80 "hpricot_css.rl"
1942
+ {act = 9;}
1943
+ goto st111;
1944
+ st111:
1945
+ if ( ++p == pe )
1946
+ goto _test_eof111;
1947
+ case 111:
1948
+ #line 1949 "hpricot_css.c"
1949
+ switch( (*p) ) {
1950
+ case -60: goto st20;
1951
+ case 40: goto tr169;
1952
+ case 45: goto tr38;
1953
+ case 92: goto st41;
1954
+ case 95: goto tr38;
1955
+ case 116: goto tr171;
1956
+ }
1957
+ if ( (*p) < -16 ) {
1958
+ if ( (*p) > -33 ) {
1959
+ if ( -32 <= (*p) && (*p) <= -17 )
1960
+ goto st22;
1961
+ } else if ( (*p) >= -59 )
1962
+ goto st21;
1963
+ } else if ( (*p) > -12 ) {
1964
+ if ( (*p) < 65 ) {
1965
+ if ( 48 <= (*p) && (*p) <= 57 )
1966
+ goto tr38;
1967
+ } else if ( (*p) > 90 ) {
1968
+ if ( 97 <= (*p) && (*p) <= 122 )
1969
+ goto tr38;
1970
+ } else
1971
+ goto tr38;
1972
+ } else
1973
+ goto st23;
1974
+ goto tr166;
1975
+ tr35:
1976
+ #line 1 "hpricot_css.rl"
1977
+ {te = p+1;}
1978
+ #line 25 "hpricot_css.rl"
1979
+ {
1980
+ aps = p;
1981
+ }
1982
+ #line 80 "hpricot_css.rl"
1983
+ {act = 9;}
1984
+ goto st112;
1985
+ st112:
1986
+ if ( ++p == pe )
1987
+ goto _test_eof112;
1988
+ case 112:
1989
+ #line 1990 "hpricot_css.c"
1990
+ switch( (*p) ) {
1991
+ case -60: goto st20;
1992
+ case 40: goto tr169;
1993
+ case 45: goto tr38;
1994
+ case 92: goto st41;
1995
+ case 95: goto tr38;
1996
+ case 97: goto tr183;
1997
+ case 116: goto tr171;
1998
+ }
1999
+ if ( (*p) < -16 ) {
2000
+ if ( (*p) > -33 ) {
2001
+ if ( -32 <= (*p) && (*p) <= -17 )
2002
+ goto st22;
2003
+ } else if ( (*p) >= -59 )
2004
+ goto st21;
2005
+ } else if ( (*p) > -12 ) {
2006
+ if ( (*p) < 65 ) {
2007
+ if ( 48 <= (*p) && (*p) <= 57 )
2008
+ goto tr38;
2009
+ } else if ( (*p) > 90 ) {
2010
+ if ( 98 <= (*p) && (*p) <= 122 )
2011
+ goto tr38;
2012
+ } else
2013
+ goto tr38;
2014
+ } else
2015
+ goto st23;
2016
+ goto tr166;
2017
+ tr36:
2018
+ #line 1 "hpricot_css.rl"
2019
+ {te = p+1;}
2020
+ #line 25 "hpricot_css.rl"
2021
+ {
2022
+ aps = p;
2023
+ }
2024
+ #line 80 "hpricot_css.rl"
2025
+ {act = 9;}
2026
+ goto st113;
2027
+ st113:
2028
+ if ( ++p == pe )
2029
+ goto _test_eof113;
2030
+ case 113:
2031
+ #line 2032 "hpricot_css.c"
2032
+ switch( (*p) ) {
2033
+ case -60: goto st20;
2034
+ case 40: goto tr169;
2035
+ case 45: goto tr38;
2036
+ case 92: goto st41;
2037
+ case 95: goto tr38;
2038
+ case 116: goto tr194;
2039
+ }
2040
+ if ( (*p) < -16 ) {
2041
+ if ( (*p) > -33 ) {
2042
+ if ( -32 <= (*p) && (*p) <= -17 )
2043
+ goto st22;
2044
+ } else if ( (*p) >= -59 )
2045
+ goto st21;
2046
+ } else if ( (*p) > -12 ) {
2047
+ if ( (*p) < 65 ) {
2048
+ if ( 48 <= (*p) && (*p) <= 57 )
2049
+ goto tr38;
2050
+ } else if ( (*p) > 90 ) {
2051
+ if ( 97 <= (*p) && (*p) <= 122 )
2052
+ goto tr38;
2053
+ } else
2054
+ goto tr38;
2055
+ } else
2056
+ goto st23;
2057
+ goto tr166;
2058
+ tr194:
2059
+ #line 1 "hpricot_css.rl"
2060
+ {te = p+1;}
2061
+ #line 80 "hpricot_css.rl"
2062
+ {act = 9;}
2063
+ goto st114;
2064
+ st114:
2065
+ if ( ++p == pe )
2066
+ goto _test_eof114;
2067
+ case 114:
2068
+ #line 2069 "hpricot_css.c"
2069
+ switch( (*p) ) {
2070
+ case -60: goto st20;
2071
+ case 40: goto tr169;
2072
+ case 45: goto tr38;
2073
+ case 92: goto st41;
2074
+ case 95: goto tr38;
2075
+ case 104: goto tr185;
2076
+ }
2077
+ if ( (*p) < -16 ) {
2078
+ if ( (*p) > -33 ) {
2079
+ if ( -32 <= (*p) && (*p) <= -17 )
2080
+ goto st22;
2081
+ } else if ( (*p) >= -59 )
2082
+ goto st21;
2083
+ } else if ( (*p) > -12 ) {
2084
+ if ( (*p) < 65 ) {
2085
+ if ( 48 <= (*p) && (*p) <= 57 )
2086
+ goto tr38;
2087
+ } else if ( (*p) > 90 ) {
2088
+ if ( 97 <= (*p) && (*p) <= 122 )
2089
+ goto tr38;
2090
+ } else
2091
+ goto tr38;
2092
+ } else
2093
+ goto st23;
2094
+ goto tr166;
2095
+ tr37:
2096
+ #line 1 "hpricot_css.rl"
2097
+ {te = p+1;}
2098
+ #line 25 "hpricot_css.rl"
2099
+ {
2100
+ aps = p;
2101
+ }
2102
+ #line 80 "hpricot_css.rl"
2103
+ {act = 9;}
2104
+ goto st115;
2105
+ st115:
2106
+ if ( ++p == pe )
2107
+ goto _test_eof115;
2108
+ case 115:
2109
+ #line 2110 "hpricot_css.c"
2110
+ switch( (*p) ) {
2111
+ case -60: goto st20;
2112
+ case 40: goto tr169;
2113
+ case 45: goto tr38;
2114
+ case 92: goto st41;
2115
+ case 95: goto tr38;
2116
+ case 100: goto tr195;
2117
+ case 110: goto tr196;
2118
+ }
2119
+ if ( (*p) < -16 ) {
2120
+ if ( (*p) > -33 ) {
2121
+ if ( -32 <= (*p) && (*p) <= -17 )
2122
+ goto st22;
2123
+ } else if ( (*p) >= -59 )
2124
+ goto st21;
2125
+ } else if ( (*p) > -12 ) {
2126
+ if ( (*p) < 65 ) {
2127
+ if ( 48 <= (*p) && (*p) <= 57 )
2128
+ goto tr38;
2129
+ } else if ( (*p) > 90 ) {
2130
+ if ( 97 <= (*p) && (*p) <= 122 )
2131
+ goto tr38;
2132
+ } else
2133
+ goto tr38;
2134
+ } else
2135
+ goto st23;
2136
+ goto tr166;
2137
+ tr195:
2138
+ #line 1 "hpricot_css.rl"
2139
+ {te = p+1;}
2140
+ #line 80 "hpricot_css.rl"
2141
+ {act = 9;}
2142
+ goto st116;
2143
+ st116:
2144
+ if ( ++p == pe )
2145
+ goto _test_eof116;
2146
+ case 116:
2147
+ #line 2148 "hpricot_css.c"
2148
+ switch( (*p) ) {
2149
+ case -60: goto st20;
2150
+ case 40: goto tr169;
2151
+ case 45: goto tr38;
2152
+ case 92: goto st41;
2153
+ case 95: goto tr38;
2154
+ case 100: goto tr171;
2155
+ }
2156
+ if ( (*p) < -16 ) {
2157
+ if ( (*p) > -33 ) {
2158
+ if ( -32 <= (*p) && (*p) <= -17 )
2159
+ goto st22;
2160
+ } else if ( (*p) >= -59 )
2161
+ goto st21;
2162
+ } else if ( (*p) > -12 ) {
2163
+ if ( (*p) < 65 ) {
2164
+ if ( 48 <= (*p) && (*p) <= 57 )
2165
+ goto tr38;
2166
+ } else if ( (*p) > 90 ) {
2167
+ if ( 97 <= (*p) && (*p) <= 122 )
2168
+ goto tr38;
2169
+ } else
2170
+ goto tr38;
2171
+ } else
2172
+ goto st23;
2173
+ goto tr166;
2174
+ tr196:
2175
+ #line 1 "hpricot_css.rl"
2176
+ {te = p+1;}
2177
+ #line 80 "hpricot_css.rl"
2178
+ {act = 9;}
2179
+ goto st117;
2180
+ st117:
2181
+ if ( ++p == pe )
2182
+ goto _test_eof117;
2183
+ case 117:
2184
+ #line 2185 "hpricot_css.c"
2185
+ switch( (*p) ) {
2186
+ case -60: goto st20;
2187
+ case 40: goto tr169;
2188
+ case 45: goto tr38;
2189
+ case 92: goto st41;
2190
+ case 95: goto tr38;
2191
+ case 108: goto tr197;
2192
+ }
2193
+ if ( (*p) < -16 ) {
2194
+ if ( (*p) > -33 ) {
2195
+ if ( -32 <= (*p) && (*p) <= -17 )
2196
+ goto st22;
2197
+ } else if ( (*p) >= -59 )
2198
+ goto st21;
2199
+ } else if ( (*p) > -12 ) {
2200
+ if ( (*p) < 65 ) {
2201
+ if ( 48 <= (*p) && (*p) <= 57 )
2202
+ goto tr38;
2203
+ } else if ( (*p) > 90 ) {
2204
+ if ( 97 <= (*p) && (*p) <= 122 )
2205
+ goto tr38;
2206
+ } else
2207
+ goto tr38;
2208
+ } else
2209
+ goto st23;
2210
+ goto tr166;
2211
+ tr197:
2212
+ #line 1 "hpricot_css.rl"
2213
+ {te = p+1;}
2214
+ #line 80 "hpricot_css.rl"
2215
+ {act = 9;}
2216
+ goto st118;
2217
+ st118:
2218
+ if ( ++p == pe )
2219
+ goto _test_eof118;
2220
+ case 118:
2221
+ #line 2222 "hpricot_css.c"
2222
+ switch( (*p) ) {
2223
+ case -60: goto st20;
2224
+ case 40: goto tr169;
2225
+ case 45: goto tr38;
2226
+ case 92: goto st41;
2227
+ case 95: goto tr38;
2228
+ case 121: goto tr198;
2229
+ }
2230
+ if ( (*p) < -16 ) {
2231
+ if ( (*p) > -33 ) {
2232
+ if ( -32 <= (*p) && (*p) <= -17 )
2233
+ goto st22;
2234
+ } else if ( (*p) >= -59 )
2235
+ goto st21;
2236
+ } else if ( (*p) > -12 ) {
2237
+ if ( (*p) < 65 ) {
2238
+ if ( 48 <= (*p) && (*p) <= 57 )
2239
+ goto tr38;
2240
+ } else if ( (*p) > 90 ) {
2241
+ if ( 97 <= (*p) && (*p) <= 122 )
2242
+ goto tr38;
2243
+ } else
2244
+ goto tr38;
2245
+ } else
2246
+ goto st23;
2247
+ goto tr166;
2248
+ tr198:
2249
+ #line 1 "hpricot_css.rl"
2250
+ {te = p+1;}
2251
+ #line 80 "hpricot_css.rl"
2252
+ {act = 9;}
2253
+ goto st119;
2254
+ st119:
2255
+ if ( ++p == pe )
2256
+ goto _test_eof119;
2257
+ case 119:
2258
+ #line 2259 "hpricot_css.c"
2259
+ switch( (*p) ) {
2260
+ case -60: goto st20;
2261
+ case 40: goto tr169;
2262
+ case 45: goto tr199;
2263
+ case 92: goto st41;
2264
+ case 95: goto tr38;
2265
+ }
2266
+ if ( (*p) < -16 ) {
2267
+ if ( (*p) > -33 ) {
2268
+ if ( -32 <= (*p) && (*p) <= -17 )
2269
+ goto st22;
2270
+ } else if ( (*p) >= -59 )
2271
+ goto st21;
2272
+ } else if ( (*p) > -12 ) {
2273
+ if ( (*p) < 65 ) {
2274
+ if ( 48 <= (*p) && (*p) <= 57 )
2275
+ goto tr38;
2276
+ } else if ( (*p) > 90 ) {
2277
+ if ( 97 <= (*p) && (*p) <= 122 )
2278
+ goto tr38;
2279
+ } else
2280
+ goto tr38;
2281
+ } else
2282
+ goto st23;
2283
+ goto tr166;
2284
+ st52:
2285
+ if ( ++p == pe )
2286
+ goto _test_eof52;
2287
+ case 52:
2288
+ switch( (*p) ) {
2289
+ case -60: goto tr77;
2290
+ case 45: goto tr81;
2291
+ case 92: goto tr82;
2292
+ case 95: goto tr81;
2293
+ case 110: goto tr83;
2294
+ }
2295
+ if ( (*p) < -16 ) {
2296
+ if ( (*p) > -33 ) {
2297
+ if ( -32 <= (*p) && (*p) <= -17 )
2298
+ goto tr79;
2299
+ } else if ( (*p) >= -59 )
2300
+ goto tr78;
2301
+ } else if ( (*p) > -12 ) {
2302
+ if ( (*p) < 65 ) {
2303
+ if ( 48 <= (*p) && (*p) <= 57 )
2304
+ goto tr81;
2305
+ } else if ( (*p) > 90 ) {
2306
+ if ( 97 <= (*p) && (*p) <= 122 )
2307
+ goto tr81;
2308
+ } else
2309
+ goto tr81;
2310
+ } else
2311
+ goto tr80;
2312
+ goto st0;
2313
+ tr77:
2314
+ #line 25 "hpricot_css.rl"
2315
+ {
2316
+ aps = p;
2317
+ }
2318
+ goto st53;
2319
+ st53:
2320
+ if ( ++p == pe )
2321
+ goto _test_eof53;
2322
+ case 53:
2323
+ #line 2324 "hpricot_css.c"
2324
+ if ( -88 <= (*p) && (*p) <= -65 )
2325
+ goto st54;
2326
+ goto st0;
2327
+ tr81:
2328
+ #line 25 "hpricot_css.rl"
2329
+ {
2330
+ aps = p;
2331
+ }
2332
+ goto st54;
2333
+ tr91:
2334
+ #line 34 "hpricot_css.rl"
2335
+ {
2336
+ ape = p;
2337
+ aps2 = p;
2338
+ }
2339
+ goto st54;
2340
+ st54:
2341
+ if ( ++p == pe )
2342
+ goto _test_eof54;
2343
+ case 54:
2344
+ #line 2345 "hpricot_css.c"
2345
+ switch( (*p) ) {
2346
+ case -60: goto tr86;
2347
+ case 32: goto tr90;
2348
+ case 45: goto tr91;
2349
+ case 61: goto tr92;
2350
+ case 92: goto tr93;
2351
+ case 95: goto tr91;
2352
+ }
2353
+ if ( (*p) < 9 ) {
2354
+ if ( (*p) < -32 ) {
2355
+ if ( -59 <= (*p) && (*p) <= -33 )
2356
+ goto tr87;
2357
+ } else if ( (*p) > -17 ) {
2358
+ if ( -16 <= (*p) && (*p) <= -12 )
2359
+ goto tr89;
2360
+ } else
2361
+ goto tr88;
2362
+ } else if ( (*p) > 13 ) {
2363
+ if ( (*p) < 65 ) {
2364
+ if ( 48 <= (*p) && (*p) <= 57 )
2365
+ goto tr91;
2366
+ } else if ( (*p) > 90 ) {
2367
+ if ( 97 <= (*p) && (*p) <= 122 )
2368
+ goto tr91;
2369
+ } else
2370
+ goto tr91;
2371
+ } else
2372
+ goto tr90;
2373
+ goto tr85;
2374
+ tr85:
2375
+ #line 34 "hpricot_css.rl"
2376
+ {
2377
+ ape = p;
2378
+ aps2 = p;
2379
+ }
2380
+ goto st55;
2381
+ st55:
2382
+ if ( ++p == pe )
2383
+ goto _test_eof55;
2384
+ case 55:
2385
+ #line 2386 "hpricot_css.c"
2386
+ if ( (*p) == 61 )
2387
+ goto st56;
2388
+ goto st0;
2389
+ st56:
2390
+ if ( ++p == pe )
2391
+ goto _test_eof56;
2392
+ case 56:
2393
+ switch( (*p) ) {
2394
+ case 32: goto tr96;
2395
+ case 34: goto tr97;
2396
+ case 39: goto tr98;
2397
+ case 93: goto st0;
2398
+ }
2399
+ if ( 9 <= (*p) && (*p) <= 13 )
2400
+ goto tr96;
2401
+ goto tr95;
2402
+ tr95:
2403
+ #line 39 "hpricot_css.rl"
2404
+ {
2405
+ ape2 = p;
2406
+ PUSH(aps, ape);
2407
+ PUSH(aps2, ape2);
2408
+ }
2409
+ goto st57;
2410
+ st57:
2411
+ if ( ++p == pe )
2412
+ goto _test_eof57;
2413
+ case 57:
2414
+ #line 2415 "hpricot_css.c"
2415
+ if ( (*p) == 93 )
2416
+ goto tr100;
2417
+ goto st57;
2418
+ tr96:
2419
+ #line 39 "hpricot_css.rl"
2420
+ {
2421
+ ape2 = p;
2422
+ PUSH(aps, ape);
2423
+ PUSH(aps2, ape2);
2424
+ }
2425
+ goto st58;
2426
+ st58:
2427
+ if ( ++p == pe )
2428
+ goto _test_eof58;
2429
+ case 58:
2430
+ #line 2431 "hpricot_css.c"
2431
+ switch( (*p) ) {
2432
+ case 32: goto st58;
2433
+ case 34: goto st59;
2434
+ case 39: goto st62;
2435
+ case 93: goto tr100;
2436
+ }
2437
+ if ( 9 <= (*p) && (*p) <= 13 )
2438
+ goto st58;
2439
+ goto st57;
2440
+ tr97:
2441
+ #line 39 "hpricot_css.rl"
2442
+ {
2443
+ ape2 = p;
2444
+ PUSH(aps, ape);
2445
+ PUSH(aps2, ape2);
2446
+ }
2447
+ goto st59;
2448
+ st59:
2449
+ if ( ++p == pe )
2450
+ goto _test_eof59;
2451
+ case 59:
2452
+ #line 2453 "hpricot_css.c"
2453
+ switch( (*p) ) {
2454
+ case 34: goto st57;
2455
+ case 93: goto tr104;
2456
+ }
2457
+ goto st59;
2458
+ tr104:
2459
+ #line 1 "hpricot_css.rl"
2460
+ {te = p+1;}
2461
+ goto st120;
2462
+ st120:
2463
+ if ( ++p == pe )
2464
+ goto _test_eof120;
2465
+ case 120:
2466
+ #line 2467 "hpricot_css.c"
2467
+ if ( (*p) == 34 )
2468
+ goto st61;
2469
+ goto st60;
2470
+ st60:
2471
+ if ( ++p == pe )
2472
+ goto _test_eof60;
2473
+ case 60:
2474
+ if ( (*p) == 34 )
2475
+ goto st61;
2476
+ goto st60;
2477
+ st61:
2478
+ if ( ++p == pe )
2479
+ goto _test_eof61;
2480
+ case 61:
2481
+ if ( (*p) == 93 )
2482
+ goto tr100;
2483
+ goto tr105;
2484
+ tr98:
2485
+ #line 39 "hpricot_css.rl"
2486
+ {
2487
+ ape2 = p;
2488
+ PUSH(aps, ape);
2489
+ PUSH(aps2, ape2);
2490
+ }
2491
+ goto st62;
2492
+ st62:
2493
+ if ( ++p == pe )
2494
+ goto _test_eof62;
2495
+ case 62:
2496
+ #line 2497 "hpricot_css.c"
2497
+ switch( (*p) ) {
2498
+ case 39: goto st57;
2499
+ case 93: goto tr108;
2500
+ }
2501
+ goto st62;
2502
+ tr108:
2503
+ #line 1 "hpricot_css.rl"
2504
+ {te = p+1;}
2505
+ goto st121;
2506
+ st121:
2507
+ if ( ++p == pe )
2508
+ goto _test_eof121;
2509
+ case 121:
2510
+ #line 2511 "hpricot_css.c"
2511
+ if ( (*p) == 39 )
2512
+ goto st61;
2513
+ goto st63;
2514
+ st63:
2515
+ if ( ++p == pe )
2516
+ goto _test_eof63;
2517
+ case 63:
2518
+ if ( (*p) == 39 )
2519
+ goto st61;
2520
+ goto st63;
2521
+ tr86:
2522
+ #line 34 "hpricot_css.rl"
2523
+ {
2524
+ ape = p;
2525
+ aps2 = p;
2526
+ }
2527
+ goto st64;
2528
+ st64:
2529
+ if ( ++p == pe )
2530
+ goto _test_eof64;
2531
+ case 64:
2532
+ #line 2533 "hpricot_css.c"
2533
+ if ( (*p) == 61 )
2534
+ goto st56;
2535
+ if ( -88 <= (*p) && (*p) <= -65 )
2536
+ goto st54;
2537
+ goto st0;
2538
+ tr87:
2539
+ #line 34 "hpricot_css.rl"
2540
+ {
2541
+ ape = p;
2542
+ aps2 = p;
2543
+ }
2544
+ goto st65;
2545
+ st65:
2546
+ if ( ++p == pe )
2547
+ goto _test_eof65;
2548
+ case 65:
2549
+ #line 2550 "hpricot_css.c"
2550
+ if ( (*p) == 61 )
2551
+ goto st56;
2552
+ if ( (*p) <= -65 )
2553
+ goto st54;
2554
+ goto st0;
2555
+ tr88:
2556
+ #line 34 "hpricot_css.rl"
2557
+ {
2558
+ ape = p;
2559
+ aps2 = p;
2560
+ }
2561
+ goto st66;
2562
+ st66:
2563
+ if ( ++p == pe )
2564
+ goto _test_eof66;
2565
+ case 66:
2566
+ #line 2567 "hpricot_css.c"
2567
+ if ( (*p) == 61 )
2568
+ goto st56;
2569
+ if ( (*p) <= -65 )
2570
+ goto st67;
2571
+ goto st0;
2572
+ tr78:
2573
+ #line 25 "hpricot_css.rl"
2574
+ {
2575
+ aps = p;
2576
+ }
2577
+ goto st67;
2578
+ st67:
2579
+ if ( ++p == pe )
2580
+ goto _test_eof67;
2581
+ case 67:
2582
+ #line 2583 "hpricot_css.c"
2583
+ if ( (*p) <= -65 )
2584
+ goto st54;
2585
+ goto st0;
2586
+ tr89:
2587
+ #line 34 "hpricot_css.rl"
2588
+ {
2589
+ ape = p;
2590
+ aps2 = p;
2591
+ }
2592
+ goto st68;
2593
+ st68:
2594
+ if ( ++p == pe )
2595
+ goto _test_eof68;
2596
+ case 68:
2597
+ #line 2598 "hpricot_css.c"
2598
+ if ( (*p) == 61 )
2599
+ goto st56;
2600
+ if ( (*p) <= -65 )
2601
+ goto st69;
2602
+ goto st0;
2603
+ tr79:
2604
+ #line 25 "hpricot_css.rl"
2605
+ {
2606
+ aps = p;
2607
+ }
2608
+ goto st69;
2609
+ st69:
2610
+ if ( ++p == pe )
2611
+ goto _test_eof69;
2612
+ case 69:
2613
+ #line 2614 "hpricot_css.c"
2614
+ if ( (*p) <= -65 )
2615
+ goto st67;
2616
+ goto st0;
2617
+ tr90:
2618
+ #line 34 "hpricot_css.rl"
2619
+ {
2620
+ ape = p;
2621
+ aps2 = p;
2622
+ }
2623
+ goto st70;
2624
+ st70:
2625
+ if ( ++p == pe )
2626
+ goto _test_eof70;
2627
+ case 70:
2628
+ #line 2629 "hpricot_css.c"
2629
+ switch( (*p) ) {
2630
+ case 32: goto st70;
2631
+ case 61: goto st71;
2632
+ }
2633
+ if ( 9 <= (*p) && (*p) <= 13 )
2634
+ goto st70;
2635
+ goto st55;
2636
+ tr92:
2637
+ #line 34 "hpricot_css.rl"
2638
+ {
2639
+ ape = p;
2640
+ aps2 = p;
2641
+ }
2642
+ goto st71;
2643
+ st71:
2644
+ if ( ++p == pe )
2645
+ goto _test_eof71;
2646
+ case 71:
2647
+ #line 2648 "hpricot_css.c"
2648
+ switch( (*p) ) {
2649
+ case 32: goto tr96;
2650
+ case 34: goto tr97;
2651
+ case 39: goto tr98;
2652
+ case 61: goto tr115;
2653
+ case 93: goto st0;
2654
+ }
2655
+ if ( 9 <= (*p) && (*p) <= 13 )
2656
+ goto tr96;
2657
+ goto tr95;
2658
+ tr115:
2659
+ #line 39 "hpricot_css.rl"
2660
+ {
2661
+ ape2 = p;
2662
+ PUSH(aps, ape);
2663
+ PUSH(aps2, ape2);
2664
+ }
2665
+ goto st72;
2666
+ st72:
2667
+ if ( ++p == pe )
2668
+ goto _test_eof72;
2669
+ case 72:
2670
+ #line 2671 "hpricot_css.c"
2671
+ switch( (*p) ) {
2672
+ case 32: goto tr96;
2673
+ case 34: goto tr97;
2674
+ case 39: goto tr98;
2675
+ case 93: goto tr100;
2676
+ }
2677
+ if ( 9 <= (*p) && (*p) <= 13 )
2678
+ goto tr96;
2679
+ goto tr95;
2680
+ tr93:
2681
+ #line 34 "hpricot_css.rl"
2682
+ {
2683
+ ape = p;
2684
+ aps2 = p;
2685
+ }
2686
+ goto st73;
2687
+ st73:
2688
+ if ( ++p == pe )
2689
+ goto _test_eof73;
2690
+ case 73:
2691
+ #line 2692 "hpricot_css.c"
2692
+ switch( (*p) ) {
2693
+ case 46: goto st54;
2694
+ case 61: goto st56;
2695
+ }
2696
+ goto st0;
2697
+ tr80:
2698
+ #line 25 "hpricot_css.rl"
2699
+ {
2700
+ aps = p;
2701
+ }
2702
+ goto st74;
2703
+ st74:
2704
+ if ( ++p == pe )
2705
+ goto _test_eof74;
2706
+ case 74:
2707
+ #line 2708 "hpricot_css.c"
2708
+ if ( (*p) <= -65 )
2709
+ goto st69;
2710
+ goto st0;
2711
+ tr82:
2712
+ #line 25 "hpricot_css.rl"
2713
+ {
2714
+ aps = p;
2715
+ }
2716
+ goto st75;
2717
+ st75:
2718
+ if ( ++p == pe )
2719
+ goto _test_eof75;
2720
+ case 75:
2721
+ #line 2722 "hpricot_css.c"
2722
+ if ( (*p) == 46 )
2723
+ goto st54;
2724
+ goto st0;
2725
+ tr83:
2726
+ #line 25 "hpricot_css.rl"
2727
+ {
2728
+ aps = p;
2729
+ }
2730
+ goto st76;
2731
+ st76:
2732
+ if ( ++p == pe )
2733
+ goto _test_eof76;
2734
+ case 76:
2735
+ #line 2736 "hpricot_css.c"
2736
+ switch( (*p) ) {
2737
+ case -60: goto tr86;
2738
+ case 32: goto tr90;
2739
+ case 45: goto tr91;
2740
+ case 61: goto tr92;
2741
+ case 92: goto tr93;
2742
+ case 95: goto tr91;
2743
+ case 97: goto tr116;
2744
+ }
2745
+ if ( (*p) < 9 ) {
2746
+ if ( (*p) < -32 ) {
2747
+ if ( -59 <= (*p) && (*p) <= -33 )
2748
+ goto tr87;
2749
+ } else if ( (*p) > -17 ) {
2750
+ if ( -16 <= (*p) && (*p) <= -12 )
2751
+ goto tr89;
2752
+ } else
2753
+ goto tr88;
2754
+ } else if ( (*p) > 13 ) {
2755
+ if ( (*p) < 65 ) {
2756
+ if ( 48 <= (*p) && (*p) <= 57 )
2757
+ goto tr91;
2758
+ } else if ( (*p) > 90 ) {
2759
+ if ( 98 <= (*p) && (*p) <= 122 )
2760
+ goto tr91;
2761
+ } else
2762
+ goto tr91;
2763
+ } else
2764
+ goto tr90;
2765
+ goto tr85;
2766
+ tr116:
2767
+ #line 34 "hpricot_css.rl"
2768
+ {
2769
+ ape = p;
2770
+ aps2 = p;
2771
+ }
2772
+ goto st77;
2773
+ st77:
2774
+ if ( ++p == pe )
2775
+ goto _test_eof77;
2776
+ case 77:
2777
+ #line 2778 "hpricot_css.c"
2778
+ switch( (*p) ) {
2779
+ case -60: goto tr86;
2780
+ case 32: goto tr90;
2781
+ case 45: goto tr91;
2782
+ case 61: goto tr92;
2783
+ case 92: goto tr93;
2784
+ case 95: goto tr91;
2785
+ case 109: goto tr117;
2786
+ }
2787
+ if ( (*p) < 9 ) {
2788
+ if ( (*p) < -32 ) {
2789
+ if ( -59 <= (*p) && (*p) <= -33 )
2790
+ goto tr87;
2791
+ } else if ( (*p) > -17 ) {
2792
+ if ( -16 <= (*p) && (*p) <= -12 )
2793
+ goto tr89;
2794
+ } else
2795
+ goto tr88;
2796
+ } else if ( (*p) > 13 ) {
2797
+ if ( (*p) < 65 ) {
2798
+ if ( 48 <= (*p) && (*p) <= 57 )
2799
+ goto tr91;
2800
+ } else if ( (*p) > 90 ) {
2801
+ if ( 97 <= (*p) && (*p) <= 122 )
2802
+ goto tr91;
2803
+ } else
2804
+ goto tr91;
2805
+ } else
2806
+ goto tr90;
2807
+ goto tr85;
2808
+ tr117:
2809
+ #line 34 "hpricot_css.rl"
2810
+ {
2811
+ ape = p;
2812
+ aps2 = p;
2813
+ }
2814
+ goto st78;
2815
+ st78:
2816
+ if ( ++p == pe )
2817
+ goto _test_eof78;
2818
+ case 78:
2819
+ #line 2820 "hpricot_css.c"
2820
+ switch( (*p) ) {
2821
+ case -60: goto tr86;
2822
+ case 32: goto tr90;
2823
+ case 45: goto tr91;
2824
+ case 61: goto tr92;
2825
+ case 92: goto tr93;
2826
+ case 95: goto tr91;
2827
+ case 101: goto tr118;
2828
+ }
2829
+ if ( (*p) < 9 ) {
2830
+ if ( (*p) < -32 ) {
2831
+ if ( -59 <= (*p) && (*p) <= -33 )
2832
+ goto tr87;
2833
+ } else if ( (*p) > -17 ) {
2834
+ if ( -16 <= (*p) && (*p) <= -12 )
2835
+ goto tr89;
2836
+ } else
2837
+ goto tr88;
2838
+ } else if ( (*p) > 13 ) {
2839
+ if ( (*p) < 65 ) {
2840
+ if ( 48 <= (*p) && (*p) <= 57 )
2841
+ goto tr91;
2842
+ } else if ( (*p) > 90 ) {
2843
+ if ( 97 <= (*p) && (*p) <= 122 )
2844
+ goto tr91;
2845
+ } else
2846
+ goto tr91;
2847
+ } else
2848
+ goto tr90;
2849
+ goto tr85;
2850
+ tr118:
2851
+ #line 34 "hpricot_css.rl"
2852
+ {
2853
+ ape = p;
2854
+ aps2 = p;
2855
+ }
2856
+ goto st79;
2857
+ st79:
2858
+ if ( ++p == pe )
2859
+ goto _test_eof79;
2860
+ case 79:
2861
+ #line 2862 "hpricot_css.c"
2862
+ switch( (*p) ) {
2863
+ case -60: goto tr86;
2864
+ case 32: goto tr90;
2865
+ case 45: goto tr91;
2866
+ case 61: goto tr119;
2867
+ case 92: goto tr93;
2868
+ case 95: goto tr91;
2869
+ }
2870
+ if ( (*p) < 9 ) {
2871
+ if ( (*p) < -32 ) {
2872
+ if ( -59 <= (*p) && (*p) <= -33 )
2873
+ goto tr87;
2874
+ } else if ( (*p) > -17 ) {
2875
+ if ( -16 <= (*p) && (*p) <= -12 )
2876
+ goto tr89;
2877
+ } else
2878
+ goto tr88;
2879
+ } else if ( (*p) > 13 ) {
2880
+ if ( (*p) < 65 ) {
2881
+ if ( 48 <= (*p) && (*p) <= 57 )
2882
+ goto tr91;
2883
+ } else if ( (*p) > 90 ) {
2884
+ if ( 97 <= (*p) && (*p) <= 122 )
2885
+ goto tr91;
2886
+ } else
2887
+ goto tr91;
2888
+ } else
2889
+ goto tr90;
2890
+ goto tr85;
2891
+ tr119:
2892
+ #line 34 "hpricot_css.rl"
2893
+ {
2894
+ ape = p;
2895
+ aps2 = p;
2896
+ }
2897
+ goto st80;
2898
+ st80:
2899
+ if ( ++p == pe )
2900
+ goto _test_eof80;
2901
+ case 80:
2902
+ #line 2903 "hpricot_css.c"
2903
+ switch( (*p) ) {
2904
+ case -60: goto tr120;
2905
+ case 32: goto tr96;
2906
+ case 34: goto tr97;
2907
+ case 39: goto tr98;
2908
+ case 45: goto tr124;
2909
+ case 61: goto tr115;
2910
+ case 92: goto tr125;
2911
+ case 93: goto st0;
2912
+ case 95: goto tr124;
2913
+ }
2914
+ if ( (*p) < 9 ) {
2915
+ if ( (*p) < -32 ) {
2916
+ if ( -59 <= (*p) && (*p) <= -33 )
2917
+ goto tr121;
2918
+ } else if ( (*p) > -17 ) {
2919
+ if ( -16 <= (*p) && (*p) <= -12 )
2920
+ goto tr123;
2921
+ } else
2922
+ goto tr122;
2923
+ } else if ( (*p) > 13 ) {
2924
+ if ( (*p) < 65 ) {
2925
+ if ( 48 <= (*p) && (*p) <= 57 )
2926
+ goto tr124;
2927
+ } else if ( (*p) > 90 ) {
2928
+ if ( 97 <= (*p) && (*p) <= 122 )
2929
+ goto tr124;
2930
+ } else
2931
+ goto tr124;
2932
+ } else
2933
+ goto tr96;
2934
+ goto tr95;
2935
+ tr120:
2936
+ #line 25 "hpricot_css.rl"
2937
+ {
2938
+ aps = p;
2939
+ }
2940
+ #line 39 "hpricot_css.rl"
2941
+ {
2942
+ ape2 = p;
2943
+ PUSH(aps, ape);
2944
+ PUSH(aps2, ape2);
2945
+ }
2946
+ goto st81;
2947
+ st81:
2948
+ if ( ++p == pe )
2949
+ goto _test_eof81;
2950
+ case 81:
2951
+ #line 2952 "hpricot_css.c"
2952
+ if ( (*p) == 93 )
2953
+ goto tr100;
2954
+ if ( -88 <= (*p) && (*p) <= -65 )
2955
+ goto st82;
2956
+ goto st57;
2957
+ tr124:
2958
+ #line 25 "hpricot_css.rl"
2959
+ {
2960
+ aps = p;
2961
+ }
2962
+ #line 39 "hpricot_css.rl"
2963
+ {
2964
+ ape2 = p;
2965
+ PUSH(aps, ape);
2966
+ PUSH(aps2, ape2);
2967
+ }
2968
+ goto st82;
2969
+ st82:
2970
+ if ( ++p == pe )
2971
+ goto _test_eof82;
2972
+ case 82:
2973
+ #line 2974 "hpricot_css.c"
2974
+ switch( (*p) ) {
2975
+ case -60: goto st81;
2976
+ case 45: goto st82;
2977
+ case 92: goto st86;
2978
+ case 93: goto tr132;
2979
+ case 95: goto st82;
2980
+ }
2981
+ if ( (*p) < -16 ) {
2982
+ if ( (*p) > -33 ) {
2983
+ if ( -32 <= (*p) && (*p) <= -17 )
2984
+ goto st84;
2985
+ } else if ( (*p) >= -59 )
2986
+ goto st83;
2987
+ } else if ( (*p) > -12 ) {
2988
+ if ( (*p) < 65 ) {
2989
+ if ( 48 <= (*p) && (*p) <= 57 )
2990
+ goto st82;
2991
+ } else if ( (*p) > 90 ) {
2992
+ if ( 97 <= (*p) && (*p) <= 122 )
2993
+ goto st82;
2994
+ } else
2995
+ goto st82;
2996
+ } else
2997
+ goto st85;
2998
+ goto st57;
2999
+ tr121:
3000
+ #line 25 "hpricot_css.rl"
3001
+ {
3002
+ aps = p;
3003
+ }
3004
+ #line 39 "hpricot_css.rl"
3005
+ {
3006
+ ape2 = p;
3007
+ PUSH(aps, ape);
3008
+ PUSH(aps2, ape2);
3009
+ }
3010
+ goto st83;
3011
+ st83:
3012
+ if ( ++p == pe )
3013
+ goto _test_eof83;
3014
+ case 83:
3015
+ #line 3016 "hpricot_css.c"
3016
+ if ( (*p) == 93 )
3017
+ goto tr100;
3018
+ if ( (*p) <= -65 )
3019
+ goto st82;
3020
+ goto st57;
3021
+ tr122:
3022
+ #line 25 "hpricot_css.rl"
3023
+ {
3024
+ aps = p;
3025
+ }
3026
+ #line 39 "hpricot_css.rl"
3027
+ {
3028
+ ape2 = p;
3029
+ PUSH(aps, ape);
3030
+ PUSH(aps2, ape2);
3031
+ }
3032
+ goto st84;
3033
+ st84:
3034
+ if ( ++p == pe )
3035
+ goto _test_eof84;
3036
+ case 84:
3037
+ #line 3038 "hpricot_css.c"
3038
+ if ( (*p) == 93 )
3039
+ goto tr100;
3040
+ if ( (*p) <= -65 )
3041
+ goto st83;
3042
+ goto st57;
3043
+ tr123:
3044
+ #line 25 "hpricot_css.rl"
3045
+ {
3046
+ aps = p;
3047
+ }
3048
+ #line 39 "hpricot_css.rl"
3049
+ {
3050
+ ape2 = p;
3051
+ PUSH(aps, ape);
3052
+ PUSH(aps2, ape2);
3053
+ }
3054
+ goto st85;
3055
+ st85:
3056
+ if ( ++p == pe )
3057
+ goto _test_eof85;
3058
+ case 85:
3059
+ #line 3060 "hpricot_css.c"
3060
+ if ( (*p) == 93 )
3061
+ goto tr100;
3062
+ if ( (*p) <= -65 )
3063
+ goto st84;
3064
+ goto st57;
3065
+ tr125:
3066
+ #line 25 "hpricot_css.rl"
3067
+ {
3068
+ aps = p;
3069
+ }
3070
+ #line 39 "hpricot_css.rl"
3071
+ {
3072
+ ape2 = p;
3073
+ PUSH(aps, ape);
3074
+ PUSH(aps2, ape2);
3075
+ }
3076
+ goto st86;
3077
+ st86:
3078
+ if ( ++p == pe )
3079
+ goto _test_eof86;
3080
+ case 86:
3081
+ #line 3082 "hpricot_css.c"
3082
+ switch( (*p) ) {
3083
+ case 46: goto st82;
3084
+ case 93: goto tr100;
3085
+ }
3086
+ goto st57;
3087
+ tr147:
3088
+ #line 1 "hpricot_css.rl"
3089
+ {te = p+1;}
3090
+ #line 25 "hpricot_css.rl"
3091
+ {
3092
+ aps = p;
3093
+ }
3094
+ #line 76 "hpricot_css.rl"
3095
+ {act = 5;}
3096
+ goto st122;
3097
+ st122:
3098
+ if ( ++p == pe )
3099
+ goto _test_eof122;
3100
+ case 122:
3101
+ #line 3102 "hpricot_css.c"
3102
+ switch( (*p) ) {
3103
+ case -60: goto st1;
3104
+ case 45: goto tr1;
3105
+ case 92: goto st5;
3106
+ case 95: goto tr1;
3107
+ case 118: goto tr201;
3108
+ }
3109
+ if ( (*p) < -16 ) {
3110
+ if ( (*p) > -33 ) {
3111
+ if ( -32 <= (*p) && (*p) <= -17 )
3112
+ goto st3;
3113
+ } else if ( (*p) >= -59 )
3114
+ goto st2;
3115
+ } else if ( (*p) > -12 ) {
3116
+ if ( (*p) < 65 ) {
3117
+ if ( 48 <= (*p) && (*p) <= 57 )
3118
+ goto tr1;
3119
+ } else if ( (*p) > 90 ) {
3120
+ if ( 97 <= (*p) && (*p) <= 122 )
3121
+ goto tr1;
3122
+ } else
3123
+ goto tr1;
3124
+ } else
3125
+ goto st4;
3126
+ goto tr149;
3127
+ tr201:
3128
+ #line 1 "hpricot_css.rl"
3129
+ {te = p+1;}
3130
+ #line 76 "hpricot_css.rl"
3131
+ {act = 5;}
3132
+ goto st123;
3133
+ st123:
3134
+ if ( ++p == pe )
3135
+ goto _test_eof123;
3136
+ case 123:
3137
+ #line 3138 "hpricot_css.c"
3138
+ switch( (*p) ) {
3139
+ case -60: goto st1;
3140
+ case 45: goto tr1;
3141
+ case 92: goto st5;
3142
+ case 95: goto tr1;
3143
+ case 101: goto tr202;
3144
+ }
3145
+ if ( (*p) < -16 ) {
3146
+ if ( (*p) > -33 ) {
3147
+ if ( -32 <= (*p) && (*p) <= -17 )
3148
+ goto st3;
3149
+ } else if ( (*p) >= -59 )
3150
+ goto st2;
3151
+ } else if ( (*p) > -12 ) {
3152
+ if ( (*p) < 65 ) {
3153
+ if ( 48 <= (*p) && (*p) <= 57 )
3154
+ goto tr1;
3155
+ } else if ( (*p) > 90 ) {
3156
+ if ( 97 <= (*p) && (*p) <= 122 )
3157
+ goto tr1;
3158
+ } else
3159
+ goto tr1;
3160
+ } else
3161
+ goto st4;
3162
+ goto tr149;
3163
+ tr202:
3164
+ #line 1 "hpricot_css.rl"
3165
+ {te = p+1;}
3166
+ #line 76 "hpricot_css.rl"
3167
+ {act = 5;}
3168
+ goto st124;
3169
+ st124:
3170
+ if ( ++p == pe )
3171
+ goto _test_eof124;
3172
+ case 124:
3173
+ #line 3174 "hpricot_css.c"
3174
+ switch( (*p) ) {
3175
+ case -60: goto st1;
3176
+ case 45: goto tr1;
3177
+ case 92: goto st5;
3178
+ case 95: goto tr1;
3179
+ }
3180
+ if ( (*p) < -16 ) {
3181
+ if ( (*p) > -33 ) {
3182
+ if ( -32 <= (*p) && (*p) <= -17 )
3183
+ goto st3;
3184
+ } else if ( (*p) >= -59 )
3185
+ goto st2;
3186
+ } else if ( (*p) > -12 ) {
3187
+ if ( (*p) < 65 ) {
3188
+ if ( 48 <= (*p) && (*p) <= 57 )
3189
+ goto tr1;
3190
+ } else if ( (*p) > 90 ) {
3191
+ if ( 97 <= (*p) && (*p) <= 122 )
3192
+ goto tr1;
3193
+ } else
3194
+ goto tr1;
3195
+ } else
3196
+ goto st4;
3197
+ goto tr149;
3198
+ tr148:
3199
+ #line 1 "hpricot_css.rl"
3200
+ {te = p+1;}
3201
+ #line 25 "hpricot_css.rl"
3202
+ {
3203
+ aps = p;
3204
+ }
3205
+ #line 76 "hpricot_css.rl"
3206
+ {act = 5;}
3207
+ goto st125;
3208
+ st125:
3209
+ if ( ++p == pe )
3210
+ goto _test_eof125;
3211
+ case 125:
3212
+ #line 3213 "hpricot_css.c"
3213
+ switch( (*p) ) {
3214
+ case -60: goto st1;
3215
+ case 45: goto tr1;
3216
+ case 92: goto st5;
3217
+ case 95: goto tr1;
3218
+ case 100: goto tr203;
3219
+ }
3220
+ if ( (*p) < -16 ) {
3221
+ if ( (*p) > -33 ) {
3222
+ if ( -32 <= (*p) && (*p) <= -17 )
3223
+ goto st3;
3224
+ } else if ( (*p) >= -59 )
3225
+ goto st2;
3226
+ } else if ( (*p) > -12 ) {
3227
+ if ( (*p) < 65 ) {
3228
+ if ( 48 <= (*p) && (*p) <= 57 )
3229
+ goto tr1;
3230
+ } else if ( (*p) > 90 ) {
3231
+ if ( 97 <= (*p) && (*p) <= 122 )
3232
+ goto tr1;
3233
+ } else
3234
+ goto tr1;
3235
+ } else
3236
+ goto st4;
3237
+ goto tr149;
3238
+ tr203:
3239
+ #line 1 "hpricot_css.rl"
3240
+ {te = p+1;}
3241
+ #line 76 "hpricot_css.rl"
3242
+ {act = 5;}
3243
+ goto st126;
3244
+ st126:
3245
+ if ( ++p == pe )
3246
+ goto _test_eof126;
3247
+ case 126:
3248
+ #line 3249 "hpricot_css.c"
3249
+ switch( (*p) ) {
3250
+ case -60: goto st1;
3251
+ case 45: goto tr1;
3252
+ case 92: goto st5;
3253
+ case 95: goto tr1;
3254
+ }
3255
+ if ( (*p) < -16 ) {
3256
+ if ( (*p) > -33 ) {
3257
+ if ( -32 <= (*p) && (*p) <= -17 )
3258
+ goto st3;
3259
+ } else if ( (*p) >= -59 )
3260
+ goto st2;
3261
+ } else if ( (*p) > -12 ) {
3262
+ if ( (*p) < 65 ) {
3263
+ if ( 48 <= (*p) && (*p) <= 57 )
3264
+ goto tr1;
3265
+ } else if ( (*p) > 90 ) {
3266
+ if ( 97 <= (*p) && (*p) <= 122 )
3267
+ goto tr1;
3268
+ } else
3269
+ goto tr1;
3270
+ } else
3271
+ goto st4;
3272
+ goto tr149;
3273
+ }
3274
+ _test_eof87: cs = 87; goto _test_eof;
3275
+ _test_eof1: cs = 1; goto _test_eof;
3276
+ _test_eof88: cs = 88; goto _test_eof;
3277
+ _test_eof2: cs = 2; goto _test_eof;
3278
+ _test_eof3: cs = 3; goto _test_eof;
3279
+ _test_eof4: cs = 4; goto _test_eof;
3280
+ _test_eof5: cs = 5; goto _test_eof;
3281
+ _test_eof89: cs = 89; goto _test_eof;
3282
+ _test_eof6: cs = 6; goto _test_eof;
3283
+ _test_eof90: cs = 90; goto _test_eof;
3284
+ _test_eof7: cs = 7; goto _test_eof;
3285
+ _test_eof8: cs = 8; goto _test_eof;
3286
+ _test_eof91: cs = 91; goto _test_eof;
3287
+ _test_eof9: cs = 9; goto _test_eof;
3288
+ _test_eof10: cs = 10; goto _test_eof;
3289
+ _test_eof11: cs = 11; goto _test_eof;
3290
+ _test_eof12: cs = 12; goto _test_eof;
3291
+ _test_eof92: cs = 92; goto _test_eof;
3292
+ _test_eof93: cs = 93; goto _test_eof;
3293
+ _test_eof13: cs = 13; goto _test_eof;
3294
+ _test_eof14: cs = 14; goto _test_eof;
3295
+ _test_eof94: cs = 94; goto _test_eof;
3296
+ _test_eof15: cs = 15; goto _test_eof;
3297
+ _test_eof16: cs = 16; goto _test_eof;
3298
+ _test_eof17: cs = 17; goto _test_eof;
3299
+ _test_eof18: cs = 18; goto _test_eof;
3300
+ _test_eof19: cs = 19; goto _test_eof;
3301
+ _test_eof20: cs = 20; goto _test_eof;
3302
+ _test_eof95: cs = 95; goto _test_eof;
3303
+ _test_eof21: cs = 21; goto _test_eof;
3304
+ _test_eof22: cs = 22; goto _test_eof;
3305
+ _test_eof23: cs = 23; goto _test_eof;
3306
+ _test_eof24: cs = 24; goto _test_eof;
3307
+ _test_eof25: cs = 25; goto _test_eof;
3308
+ _test_eof26: cs = 26; goto _test_eof;
3309
+ _test_eof27: cs = 27; goto _test_eof;
3310
+ _test_eof28: cs = 28; goto _test_eof;
3311
+ _test_eof29: cs = 29; goto _test_eof;
3312
+ _test_eof30: cs = 30; goto _test_eof;
3313
+ _test_eof31: cs = 31; goto _test_eof;
3314
+ _test_eof32: cs = 32; goto _test_eof;
3315
+ _test_eof33: cs = 33; goto _test_eof;
3316
+ _test_eof34: cs = 34; goto _test_eof;
3317
+ _test_eof35: cs = 35; goto _test_eof;
3318
+ _test_eof36: cs = 36; goto _test_eof;
3319
+ _test_eof37: cs = 37; goto _test_eof;
3320
+ _test_eof38: cs = 38; goto _test_eof;
3321
+ _test_eof39: cs = 39; goto _test_eof;
3322
+ _test_eof40: cs = 40; goto _test_eof;
3323
+ _test_eof41: cs = 41; goto _test_eof;
3324
+ _test_eof96: cs = 96; goto _test_eof;
3325
+ _test_eof97: cs = 97; goto _test_eof;
3326
+ _test_eof42: cs = 42; goto _test_eof;
3327
+ _test_eof43: cs = 43; goto _test_eof;
3328
+ _test_eof98: cs = 98; goto _test_eof;
3329
+ _test_eof99: cs = 99; goto _test_eof;
3330
+ _test_eof100: cs = 100; goto _test_eof;
3331
+ _test_eof101: cs = 101; goto _test_eof;
3332
+ _test_eof102: cs = 102; goto _test_eof;
3333
+ _test_eof103: cs = 103; goto _test_eof;
3334
+ _test_eof104: cs = 104; goto _test_eof;
3335
+ _test_eof105: cs = 105; goto _test_eof;
3336
+ _test_eof106: cs = 106; goto _test_eof;
3337
+ _test_eof107: cs = 107; goto _test_eof;
3338
+ _test_eof108: cs = 108; goto _test_eof;
3339
+ _test_eof109: cs = 109; goto _test_eof;
3340
+ _test_eof110: cs = 110; goto _test_eof;
3341
+ _test_eof44: cs = 44; goto _test_eof;
3342
+ _test_eof45: cs = 45; goto _test_eof;
3343
+ _test_eof46: cs = 46; goto _test_eof;
3344
+ _test_eof47: cs = 47; goto _test_eof;
3345
+ _test_eof48: cs = 48; goto _test_eof;
3346
+ _test_eof49: cs = 49; goto _test_eof;
3347
+ _test_eof50: cs = 50; goto _test_eof;
3348
+ _test_eof51: cs = 51; goto _test_eof;
3349
+ _test_eof111: cs = 111; goto _test_eof;
3350
+ _test_eof112: cs = 112; goto _test_eof;
3351
+ _test_eof113: cs = 113; goto _test_eof;
3352
+ _test_eof114: cs = 114; goto _test_eof;
3353
+ _test_eof115: cs = 115; goto _test_eof;
3354
+ _test_eof116: cs = 116; goto _test_eof;
3355
+ _test_eof117: cs = 117; goto _test_eof;
3356
+ _test_eof118: cs = 118; goto _test_eof;
3357
+ _test_eof119: cs = 119; goto _test_eof;
3358
+ _test_eof52: cs = 52; goto _test_eof;
3359
+ _test_eof53: cs = 53; goto _test_eof;
3360
+ _test_eof54: cs = 54; goto _test_eof;
3361
+ _test_eof55: cs = 55; goto _test_eof;
3362
+ _test_eof56: cs = 56; goto _test_eof;
3363
+ _test_eof57: cs = 57; goto _test_eof;
3364
+ _test_eof58: cs = 58; goto _test_eof;
3365
+ _test_eof59: cs = 59; goto _test_eof;
3366
+ _test_eof120: cs = 120; goto _test_eof;
3367
+ _test_eof60: cs = 60; goto _test_eof;
3368
+ _test_eof61: cs = 61; goto _test_eof;
3369
+ _test_eof62: cs = 62; goto _test_eof;
3370
+ _test_eof121: cs = 121; goto _test_eof;
3371
+ _test_eof63: cs = 63; goto _test_eof;
3372
+ _test_eof64: cs = 64; goto _test_eof;
3373
+ _test_eof65: cs = 65; goto _test_eof;
3374
+ _test_eof66: cs = 66; goto _test_eof;
3375
+ _test_eof67: cs = 67; goto _test_eof;
3376
+ _test_eof68: cs = 68; goto _test_eof;
3377
+ _test_eof69: cs = 69; goto _test_eof;
3378
+ _test_eof70: cs = 70; goto _test_eof;
3379
+ _test_eof71: cs = 71; goto _test_eof;
3380
+ _test_eof72: cs = 72; goto _test_eof;
3381
+ _test_eof73: cs = 73; goto _test_eof;
3382
+ _test_eof74: cs = 74; goto _test_eof;
3383
+ _test_eof75: cs = 75; goto _test_eof;
3384
+ _test_eof76: cs = 76; goto _test_eof;
3385
+ _test_eof77: cs = 77; goto _test_eof;
3386
+ _test_eof78: cs = 78; goto _test_eof;
3387
+ _test_eof79: cs = 79; goto _test_eof;
3388
+ _test_eof80: cs = 80; goto _test_eof;
3389
+ _test_eof81: cs = 81; goto _test_eof;
3390
+ _test_eof82: cs = 82; goto _test_eof;
3391
+ _test_eof83: cs = 83; goto _test_eof;
3392
+ _test_eof84: cs = 84; goto _test_eof;
3393
+ _test_eof85: cs = 85; goto _test_eof;
3394
+ _test_eof86: cs = 86; goto _test_eof;
3395
+ _test_eof122: cs = 122; goto _test_eof;
3396
+ _test_eof123: cs = 123; goto _test_eof;
3397
+ _test_eof124: cs = 124; goto _test_eof;
3398
+ _test_eof125: cs = 125; goto _test_eof;
3399
+ _test_eof126: cs = 126; goto _test_eof;
3400
+
3401
+ _test_eof: {}
3402
+ if ( p == eof )
3403
+ {
3404
+ switch ( cs ) {
3405
+ case 1: goto tr0;
3406
+ case 88: goto tr149;
3407
+ case 2: goto tr0;
3408
+ case 3: goto tr0;
3409
+ case 4: goto tr0;
3410
+ case 5: goto tr0;
3411
+ case 89: goto tr153;
3412
+ case 6: goto tr4;
3413
+ case 90: goto tr154;
3414
+ case 8: goto tr0;
3415
+ case 91: goto tr155;
3416
+ case 9: goto tr0;
3417
+ case 10: goto tr0;
3418
+ case 11: goto tr0;
3419
+ case 12: goto tr0;
3420
+ case 92: goto tr159;
3421
+ case 93: goto tr149;
3422
+ case 14: goto tr0;
3423
+ case 94: goto tr162;
3424
+ case 15: goto tr0;
3425
+ case 16: goto tr0;
3426
+ case 17: goto tr0;
3427
+ case 18: goto tr0;
3428
+ case 20: goto tr0;
3429
+ case 95: goto tr166;
3430
+ case 21: goto tr0;
3431
+ case 22: goto tr0;
3432
+ case 23: goto tr0;
3433
+ case 24: goto tr41;
3434
+ case 25: goto tr0;
3435
+ case 26: goto tr0;
3436
+ case 27: goto tr0;
3437
+ case 28: goto tr0;
3438
+ case 29: goto tr0;
3439
+ case 30: goto tr0;
3440
+ case 31: goto tr0;
3441
+ case 32: goto tr0;
3442
+ case 33: goto tr0;
3443
+ case 34: goto tr0;
3444
+ case 35: goto tr0;
3445
+ case 36: goto tr0;
3446
+ case 37: goto tr0;
3447
+ case 38: goto tr0;
3448
+ case 39: goto tr0;
3449
+ case 40: goto tr0;
3450
+ case 41: goto tr0;
3451
+ case 96: goto tr166;
3452
+ case 97: goto tr173;
3453
+ case 42: goto tr62;
3454
+ case 43: goto tr62;
3455
+ case 98: goto tr166;
3456
+ case 99: goto tr166;
3457
+ case 100: goto tr166;
3458
+ case 101: goto tr166;
3459
+ case 102: goto tr166;
3460
+ case 103: goto tr166;
3461
+ case 104: goto tr173;
3462
+ case 105: goto tr166;
3463
+ case 106: goto tr166;
3464
+ case 107: goto tr166;
3465
+ case 108: goto tr166;
3466
+ case 109: goto tr166;
3467
+ case 110: goto tr192;
3468
+ case 44: goto tr66;
3469
+ case 45: goto tr66;
3470
+ case 46: goto tr66;
3471
+ case 47: goto tr66;
3472
+ case 48: goto tr66;
3473
+ case 49: goto tr66;
3474
+ case 50: goto tr66;
3475
+ case 51: goto tr66;
3476
+ case 111: goto tr166;
3477
+ case 112: goto tr166;
3478
+ case 113: goto tr166;
3479
+ case 114: goto tr166;
3480
+ case 115: goto tr166;
3481
+ case 116: goto tr166;
3482
+ case 117: goto tr166;
3483
+ case 118: goto tr166;
3484
+ case 119: goto tr166;
3485
+ case 120: goto tr200;
3486
+ case 60: goto tr105;
3487
+ case 61: goto tr105;
3488
+ case 121: goto tr200;
3489
+ case 63: goto tr105;
3490
+ case 122: goto tr149;
3491
+ case 123: goto tr149;
3492
+ case 124: goto tr149;
3493
+ case 125: goto tr149;
3494
+ case 126: goto tr149;
3495
+ }
3496
+ }
3497
+
3498
+ _out: {}
3499
+ }
3500
+
3501
+ #line 111 "hpricot_css.rl"
3502
+
3503
+ rb_gc_unregister_address(&focus);
3504
+ rb_gc_unregister_address(&tmpt);
3505
+ return focus;
3506
+ }