Movatterモバイル変換


[0]ホーム

URL:


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

Commit3caa039

Browse files
Fix whitespace issues in testcases
This adds a newline at the end of the file, which is helpful for gitdiff display.
1 parent2ca15ad commit3caa039

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎test/src/String/test_comparisonFunc.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ TEST_CASE ("Testing String::endsWith(const String &)", "[String-endsWith-10]")
104104
arduino::Stringstr2("Helo");
105105
REQUIRE(str1.endsWith(str2) ==0);
106106
}
107-
}
107+
}

‎test/src/String/test_concat.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ TEST_CASE ("Testing String::concat(const __FlashStringHelper *)", "[String-conca
9999
arduino::Stringstr1("Hello");
100100
REQUIRE(str1.concat(F(" Arduino")) ==1);
101101
REQUIRE(strcmp(str1.c_str(),"Hello Arduino") ==0);
102-
}
102+
}

‎test/src/String/test_operators.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ TEST_CASE ("Testing & String::operator = (StringSumHelper &&)", "[String-operato
153153
arduino::Stringstr1("Arduino");
154154
str1 =static_cast<arduino::StringSumHelper&&>(str+ch);
155155
REQUIRE(str1.compareTo("Hello!") ==0);
156-
}
156+
}

‎test/src/String/test_substring.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ TEST_CASE ("Testing String::substring(unsigned int, unsigned int)", "[String-sub
3535
arduino::Stringstr2("ello");
3636
REQUIRE(str2.compareTo(str1.substring(9,1)) ==0);
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp