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

@ -70,11 +70,11 @@ String getParseErrorString (ParseError err, int minValue, int maxValue)
return TRANS ("Frame count should be more than 2");
break;
case kParseErrorMissingValueForRepeatDelimiter:
case kParseErrorMissingHoldValue:
return TRANS ("Operator x should be followed by a number.");
break;
case kParseErrorMissingFrameCountForRepeatDelimiter:
case kParseErrorMissingHoldFrameCount:
return TRANS ("A number should be specified after operator x.");
break;