MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / addCharToPattern

Method addCharToPattern

extras/tests/catch/catch.hpp:5243–5247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5241 void addTagPattern();
5242
5243 inline void addCharToPattern(char c) {
5244 m_substring += c;
5245 m_patternName += c;
5246 m_realPatternPos++;
5247 }
5248
5249 };
5250 TestSpec parseTestSpec( std::string const& arg );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected