Wrong temporary token type causes regex construction to fail
------------------------------------------------------------

                 Key: XERCESC-1925
                 URL: https://issues.apache.org/jira/browse/XERCESC-1925
             Project: Xerces-C++
          Issue Type: Bug
          Components: Utilities
            Reporter: John Keeping
         Attachments: xerces-range-token-merge.patch

When checking for token overlap in a regular expression a temporary range token 
is constructed and merged with another range token. This temporary token has 
type Token::T_RANGE so the merge fails if the actual token is of type 
Token::T_NRANGE.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to