We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c32a8 commit 8a343c7Copy full SHA for 8a343c7
modules/jooby-apt/src/test/java/tests/i3836/Issue3836.java
@@ -16,15 +16,10 @@ public void shouldSupportNameAttribute() throws Exception {
16
new ProcessorRunner(new C3836())
17
.withSourceCode(
18
source -> {
19
- System.out.println(source);
20
Assertions.assertTrue(
21
source.contains(
22
"return"
23
+ " c.oddNameWithNameAttribute(ctx.query(\"some-http\").valueOrNull());"));
24
- Assertions.assertTrue(
25
- source.contains(
26
- "return"
27
- + " c.oddNameWithNameAttribute(ctx.query(\"some-http-named\").valueOrNull());"));
28
});
29
}
30
0 commit comments