Skip to content

Commit 54ac02b

Browse files
author
Cruz Monrreal
authored
Merge pull request #6865 from jamesbeyond/greentea_fix
fix greentea-client, require a character input between K-V pairs
2 parents bce32b0 + d48d3af commit 54ac02b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/frameworks/greentea-client/source/greentea_test_env.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ static int gettok(char *out_str, const int str_size) {
728728
if (LastChar == '}') {
729729
LastChar = greentea_getc();
730730
if (LastChar == '}') {
731+
LastChar = '!';
731732
return tok_close;
732733
}
733734
}

0 commit comments

Comments
 (0)