We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d0e3f commit 712d13cCopy full SHA for 712d13c
testlib.h
@@ -3385,7 +3385,7 @@ void InStream::skipBlanks() {
3385
// You can change maxBlankCount.
3386
// Example: 'inf.maxBlankCount = 32 * 1024 * 1024;'.
3387
if (blankCount > maxBlankCount)
3388
- quit(_pe, "Too many white-space characters skipped");
+ quitf(_pe, "Number of redundant consecutive white-space characters exceeds the limit (%d)", int(maxBlankCount));
3389
reader->skipChar();
3390
}
3391
0 commit comments