-
Notifications
You must be signed in to change notification settings - Fork 93
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
Formatting document with unclosed closing tag moves said tag down #269
Labels
Milestone
Comments
fbricon
added
bug
Something isn't working
formatting
This issue or enhancement is related to formatting support
labels
Dec 19, 2018
this happens with master. In the previous release, this would just remove the unclosed closing tag: <?xml version="1.0"?>
<note>
<to>Fred<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend</body>
</note> |
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Dec 19, 2018
Fixes eclipse-lemminx#269 Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Dec 19, 2018
Fixes eclipse-lemminx#269 Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Dec 19, 2018
Fixes eclipse-lemminx#269 Signed-off-by: Nikolas Komonen <[email protected]>
fbricon
pushed a commit
that referenced
this issue
Dec 19, 2018
Fixes #269 Signed-off-by: Nikolas Komonen <[email protected]>
I reverted the commit as it totally breaks dtd outline |
@fbricon Do you have an example of what breaks it? |
No outline is returned at all |
|
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Dec 20, 2018
Fixes eclipse-lemminx#269 Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Dec 20, 2018
Fixes eclipse-lemminx#269 Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Dec 20, 2018
Fixes eclipse-lemminx#269 Signed-off-by: Nikolas Komonen <[email protected]>
fbricon
pushed a commit
that referenced
this issue
Dec 20, 2018
Fixes #269 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
formatting this:
yields:
The tag
</to
was moved down to enclose everythingThe text was updated successfully, but these errors were encountered: