In the old parser, the `eol` never matched anything because the `space` would gobble up any newlines, so I'm pretty sure the intent was to use `blank` to remove any leading spaces. So do that in 1.6. [SVN r75521]