Commit a39c128
Fix text format pattern in VerboseTreePrintingListener
Prior to this commit only the display name and the string
" dynamically registered%n" was emitted. Now, the trailing "%n" is
parsed and interpreted as a new line character.1 parent 1e7fc96 commit a39c128
File tree
1 file changed
+1
-1
lines changed- junit-platform-console/src/main/java/org/junit/platform/console/tasks
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments