()
| 47516 | } |
| 47517 | |
| 47518 | function state_attr_compare() { |
| 47519 | if(/[=~|$^*]/.test(c)) { |
| 47520 | gathered.push(c) |
| 47521 | } |
| 47522 | |
| 47523 | if(gathered.length === 2 || c === '=') { |
| 47524 | cmp = gathered.join('') |
| 47525 | gathered.length = 0 |
| 47526 | state = ATTR_END |
| 47527 | quote = null |
| 47528 | |
| 47529 | return |
| 47530 | } |
| 47531 | } |
| 47532 | |
| 47533 | function state_attr_end() { |
| 47534 | if(!gathered.length && !quote) { |