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 ff952fc commit 3e9a3ecCopy full SHA for 3e9a3ec
app/test/processing/app/CommandLineTest.java
@@ -142,7 +142,7 @@ public void testCommandLineVersion() throws Exception {
142
.as("Process will finish with exit code 0 in --version")
143
.isEqualTo(0);
144
Assertions.assertThat(new String(IOUtils.toByteArray(pr.getInputStream())))
145
- .matches("Arduino: \\d+\\.\\d+\\.\\d+.*");
+ .matches("Arduino: \\d+\\.\\d+\\.\\d+.*\n");
146
}
147
148
@Test
0 commit comments