Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed error range for cvc_pattern_valid #554

Closed
NikolasKomonen opened this issue Aug 13, 2019 · 0 comments · Fixed by #580
Closed

Fixed error range for cvc_pattern_valid #554

NikolasKomonen opened this issue Aug 13, 2019 · 0 comments · Fixed by #580
Assignees
Labels
bug Something isn't working validation
Milestone

Comments

@NikolasKomonen
Copy link
Contributor

To test use code:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<cpr xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xsi:noNamespaceSchemaLocation="https://www.dgai.de/cpr/schema/ev/cpr-ev-2.0.xsd">
    <cprev>
        <VERSION>2.0</VERSION>
        <DATUM>2019-08-09</DATUM>
        <STOKENN>FIX_ERROR_RANGE_HERE</STOKENN>
        <EWZ>6</EWZ>
    </cprev>
</cpr>

patternError

@NikolasKomonen NikolasKomonen added bug Something isn't working validation labels Aug 13, 2019
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Oct 18, 2019
Fixes eclipse#554

This PR falls back to the range of the text content if it matches

Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Oct 18, 2019
Fixes eclipse#554

This PR falls back to the range of the text content if it matches

Signed-off-by: Nikolas Komonen <[email protected]>
@angelozerr angelozerr added this to the v0.9.2 milestone Oct 19, 2019
angelozerr pushed a commit that referenced this issue Oct 23, 2019
Fixes #554

This PR falls back to the range of the text content if it matches

Signed-off-by: Nikolas Komonen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working validation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants