-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix collection of external entities depending on line ending (second
try) See redhat-developer/vscode-xml#262 (comment) Signed-off-by: azerr azerr@redhat.com
- Loading branch information
1 parent
03ca396
commit 291c6fa
Showing
4 changed files
with
133 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!ENTITY external3 "A B"><!ENTITY external5 "A B"> | ||
<!ENTITY external4 "A B"> | ||
<!ELEMENT root-element (#PCDATA)> | ||
<!ENTITY external "A B"> | ||
<!ENTITY external2 "EXTERNALLY DECLARED ENTITY"> |
5 changes: 5 additions & 0 deletions
5
org.eclipse.lemminx/src/test/resources/dtd/base-no-indent.dtd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!ENTITY external3 "A B"><!ENTITY external5 "A B"> | ||
<!ENTITY external4 "A B"> | ||
<!ELEMENT root-element (#PCDATA)> | ||
<!ENTITY external "A B"> | ||
<!ENTITY external2 "EXTERNALLY DECLARED ENTITY"> |