Čedomir Igaly
Čedomir Igaly
Change that will fix that i squite simple: ```diff --git a/src/main/java/org/jsoup/helper/W3CDom.java b/src/main/java/org/jsoup/helper/W3CDom.java index 81ac932..281e3d7 100644 --- a/src/main/java/org/jsoup/helper/W3CDom.java +++ b/src/main/java/org/jsoup/helper/W3CDom.java @@ -124,7 +124,7 @@ public class W3CDom { // valid xml...
Yes, you can merge that.
@gavinking I've resolved conflict and pushed commit.
If this is violating compliance, then I was wrong from the very beginning :-( I've removed all commits except the one with new test class.
Added new commit containing fix for binary and unary expressions. Now only tests with function call are failing.
All tests passed, now I will apply suggested changes.
All tests are now passing with exception of three (out of four) tests in `org.hibernate.orm.test.mapping.converted.converter.ConvertedAttributesTypecheckTest`. This will be fixed when pull request [#8681](https://github.com/hibernate/hibernate-orm/pull/8681) is merged.
Question is what can guarantee that randomly generated sequence will be larger than previous one? If not, there is chance, small one, but still not impossible, that next UUID will...
All tests are now passing with exception of sybase which is failing due to problems with container ```2024-07-03T10:54:52.0393189Z Waiting for Sybase to start... 2024-07-03T10:54:53.0966912Z Error: no container with name or...