redhat-developer / quarkus-ls

Language server for Quarkus tooling
Eclipse Public License 2.0
44 stars 15 forks source link

Test with Qute fluent API #872

Open angelozerr opened 1 year ago

angelozerr commented 1 year ago

Test with Qute fluent API

I created this PR because in IJ the Qute fluent API (with template.data("key1", key1).data("key2", key2)...) didn't work, see https://github.com/redhat-developer/intellij-quarkus/issues/876

We already support in JDT Qute fluent API but we have no tests, that's why I created this PR to have this kind of test and to have the same test than IJ.

datho7561 commented 1 year ago

There appears to be a legitimate test failure