Johan Wikman b46c52d65c MXS-1684 Match space+linefeed as linefeed
A linefeed is whitespace, so given the rules

  "\n"+    return '\n'
  {SPACE}  ;

a line consisting of space followed by a linefeed, will be matched
as space and not as a linefeed and hence will cause the parser to
barf.
2018-03-01 17:57:07 +02:00
..
2018-02-15 11:18:22 +02:00
2017-02-14 21:42:28 +02:00
2017-01-16 10:56:33 +02:00