Hold Parser test (and related renames)

This commit is contained in:
Takeshi Yokemura
2021-08-15 15:58:46 +09:00
parent 252a84d618
commit 60068f313a
5 changed files with 35 additions and 15 deletions

View File

@ -31,8 +31,8 @@ enum ParseError
kParseErrorNotANumber,
kParseErrorValueOutOfRange,
kParseErrorFrameLengthTooShort,
kParseErrorMissingValueForRepeatDelimiter,
kParseErrorMissingFrameCountForRepeatDelimiter,
kParseErrorMissingHoldValue,
kParseErrorMissingHoldFrameCount,
};
String getParseErrorString (ParseError err, int minValue = 0, int maxValue = 0);