Sebb created LANG-832:
-------------------------

             Summary: FastDateParser does not unterminated quotes correctly
                 Key: LANG-832
                 URL: https://issues.apache.org/jira/browse/LANG-832
             Project: Commons Lang
          Issue Type: Bug
            Reporter: Sebb


FDP does not handled unterminated quotes the same way as SimpleDateFormat

For example:

Format: 'd'd'
Date: d3

This should fail to parse the format and date but it actually works.
The format is parsed as:

Pattern: d(\p{IsNd}++)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to