Commit d617bba
authored
Fix Java example template to properly wrap long scenario names in comments (#3305)
When scenario names exceed 120 characters, the wordwrap filter was creating
a new line without the comment prefix '//'. This caused Java compilation
errors like 'class, interface, enum, or record expected'.
The fix adds the wrapstring parameter to preserve the comment prefix on
wrapped lines.1 parent b5d3f79 commit d617bba
File tree
3 files changed
+7
-2
lines changed- .generator/src/generator/templates
3 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments