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
..
2017-12-29 10:09:16 +02:00
2017-02-16 10:16:10 +02:00
2017-05-10 09:12:42 +03:00
2017-04-04 16:19:21 +03:00
2017-02-15 08:44:55 +02:00
2017-02-15 08:44:55 +02:00