Quote from documentation for dot regex: "It means any character except ‘\n’" (in lex it was except "\n" and "\r"). Anyway, try to add 2 rules -- with dot and "\n". Gplex will display info, that dot rule always overrides "\n".
Comments: ** Comment from web user: macias **
Comments: ** Comment from web user: macias **
I am terribly sorry, I mixed the lines numbers, and I was not looking at the correct one the gplex reported. Sorry for taking your time on this!