Open GoogleCodeExporter opened 9 years ago
Please modify your regex as consequence :) In order to ignore non escapted
quote within a curly bracket.
(.*[^']'[^'].*|^'[^'].*|.*[^']'$)
from
<com.googlecode.l10nmavenplugin.validators.property.format.MessageFormatFormatti
ngValidator>
Thanks.
Original comment by Makaveli...@gmail.com
on 26 May 2014 at 5:45
Good point, this datetime pattern is a frequent usage of escaping.
Currently unescaped single quotes are not supported both:
- Outside parameter: it's usually a mistake, unless wanting to output something
like '{' ^^
- Inside, in a SubformatPattern: it'll need to be ignored or validated
separately.
Original comment by romain.q...@gmail.com
on 7 Jul 2014 at 10:54
Original issue reported on code.google.com by
Makaveli...@gmail.com
on 21 May 2014 at 9:55