We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1972075 commit da1de69Copy full SHA for da1de69
testlib.h
@@ -63,7 +63,7 @@
63
*/
64
65
const char* latestFeatures[] = {
66
- "Introduced space-separated read functions: readWords/readTokes, multilines read functions: readStrings/readLines",
+ "Introduced space-separated read functions: readWords/readTokens, multilines read functions: readStrings/readLines",
67
"Introduced space-separated read functions: readInts/readIntegers/readLongs/readUnsignedLongs/readDoubles/readReals/readStrictDoubles/readStrictReals",
68
"Introduced split/tokenize functions to separate string by given char",
69
"Introduced InStream::readUnsignedLong and InStream::readLong with unsigned long long paramerters",
0 commit comments