Files
MaxScale/server/modules
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-05-15 10:25:11 +03:00
2018-02-20 15:35:52 +02:00
2017-02-15 09:31:14 +02:00