Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3e9a3ec

Browse files
committed
Fixed CommandLineTest.testCommandLineVersion
1 parent ff952fc commit 3e9a3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app/test/processing/app/CommandLineTest.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void testCommandLineVersion() throws Exception {
142142
.as("Process will finish with exit code 0 in --version")
143143
.isEqualTo(0);
144144
Assertions.assertThat(new String(IOUtils.toByteArray(pr.getInputStream())))
145-
.matches("Arduino: \\d+\\.\\d+\\.\\d+.*");
145+
.matches("Arduino: \\d+\\.\\d+\\.\\d+.*\n");
146146
}
147147

148148
@Test

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /