In my zeal to use the new NotInChars class, it seems that I "broke" the definition for quoted strings, that they are now able to span newlines.
So how should I resolve this? Leave as is and change the documentation (states that quoted strings do not span newlines)? Release 1.0.7 real quick, with this one fix in it?
Comments?
-- Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm inclined to switch this behavior back in the next release (which will be 1.1, not 1.0.7). I think the accepted convention is that quoted strings do not span newlines.
-- Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In my zeal to use the new NotInChars class, it seems that I "broke" the definition for quoted strings, that they are now able to span newlines.
So how should I resolve this? Leave as is and change the documentation (states that quoted strings do not span newlines)? Release 1.0.7 real quick, with this one fix in it?
Comments?
-- Paul
I'm inclined to switch this behavior back in the next release (which will be 1.1, not 1.0.7). I think the accepted convention is that quoted strings do not span newlines.
-- Paul