()
| 528 | } |
| 529 | |
| 530 | final boolean isSpace() { |
| 531 | // Note: If this logic changes, also update Node.TemplateText.rtrim() |
| 532 | return peekChar() <= ' '; |
| 533 | } |
| 534 | |
| 535 | /** |
| 536 | * Parse a space delimited token. If quoted the token will consume all characters up to a matching quote, otherwise, |
no test coverage detected