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

Appearance settings

Commit e97e5e2

Browse filesBrowse files
changing tag name for subscript operator
since for catch2 '[' is not a valid character in the tag name
1 parent 42b8581 commit e97e5e2
Copy full SHA for e97e5e2

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎test/src/String/test_characterAccessFunc.cpp

Copy file name to clipboardExpand all lines: test/src/String/test_characterAccessFunc.cpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ TEST_CASE ("Testing String::getBytes(unsigned char, unsigned int, unsigned int)"
5555
}
5656
}
5757

58-
TEST_CASE ("Testing & String::operator[]", "[String-&operator[]-03]")
58+
TEST_CASE ("Testing & String::operator[]", "[String-&operator subscript-03]")
5959
{
6060
arduino::String str("Hello");
6161
str[0] = 'M';
6262
REQUIRE(str == "Mello");
6363
}
6464

65-
TEST_CASE ("Testing & String::operator[] with invalid buffer", "[String-&operator[]-04]")
65+
TEST_CASE ("Testing & String::operator[] with invalid buffer", "[String-&operator subscript-04]")
6666
{
6767
char *buffer = NULL;
6868
arduino::String str(buffer);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.