()
| 4721 | |
| 4722 | |
| 4723 | function css_string() { |
| 4724 | if (next_token.id === '(string)') { |
| 4725 | advance(); |
| 4726 | return true; |
| 4727 | } |
| 4728 | } |
| 4729 | |
| 4730 | function css_color() { |
| 4731 | var i, number, paren, value; |
no test coverage detected
searching dependent graphs…