Method
nl
Considers or normalizes newlines. @return boolean flag
()
Source from the content-addressed store, hash-verified
| 33 | * @return boolean flag |
| 34 | */ |
| 35 | boolean nl() { |
| 36 | return false; |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Returns a parser-specific exception. |
Tested by
no test coverage detected