You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 769 moved from a Google Code project.
Added by 2012-01-02T18:43:04.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium, Component-Core
Original description
What steps will reproduce the problem?
Try Serial.findUntil("ababc");
Send the characters "abababc" from the Serial monitor.
What is the expected output? What do you see instead?
The function returns false, not true. This is because when it sees the third a, it starts the find over from the start, ignoring the fact that the previous three characters match.
Please use labels and text to provide additional information.
This is a more general case of issue 768.
The text was updated successfully, but these errors were encountered:
This is Issue 769 moved from a Google Code project.
Added by 2012-01-02T18:43:04.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium, Component-Core
Original description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The function returns false, not true. This is because when it sees the third a, it starts the find over from the start, ignoring the fact that the previous three characters match.
Please use labels and text to provide additional information.
This is a more general case of issue 768.
The text was updated successfully, but these errors were encountered: