-
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
Fix tests on Windows OS #1306
Fix tests on Windows OS #1306
Conversation
bd88a93
to
f3a9403
Compare
@JessicaJHee @datho7561 I need to clean some part of code, but if you have time, please review it. Thanks! |
fe74832
to
4d6f561
Compare
Tests fail on Linux |
4d6f561
to
03f91ea
Compare
My bad, I forgot to fix XSI formatter. Let's me study that. |
05c711a
to
1fbd721
Compare
@datho7561 tests should be fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/format/DOMTextFormatter.java
Outdated
Show resolved
Hide resolved
...eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/format/DOMAttributeFormatter.java
Outdated
Show resolved
Hide resolved
org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/format/DOMElementFormatter.java
Outdated
Show resolved
Hide resolved
org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/format/DOMDocTypeFormatter.java
Outdated
Show resolved
Hide resolved
5ca035f
to
001b27e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of my comments are just about the leftSpaces method; I just want to make sure it's well documented to avoid confusion in the future
org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/format/DOMElementFormatter.java
Outdated
Show resolved
Hide resolved
...lipse.lemminx/src/main/java/org/eclipse/lemminx/services/format/XMLFormatterDocumentNew.java
Outdated
Show resolved
Hide resolved
...lipse.lemminx/src/main/java/org/eclipse/lemminx/services/format/XMLFormatterDocumentNew.java
Outdated
Show resolved
Hide resolved
001b27e
to
7adfd4d
Compare
org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/format/TextEditUtils.java
Outdated
Show resolved
Hide resolved
bcc657d
to
000aebc
Compare
Signed-off-by: azerr <azerr@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Sorry about being picky about that method, I just don't want it to confuse us in the future.
don't apologize, you were right to be lenient and now we have a simple method |
Fix tests on Windows OS
Signed-off-by: azerr azerr@redhat.com