Slope parser test

This commit is contained in:
Takeshi Yokemura
2021-08-15 15:17:48 +09:00
parent 846133ac39
commit 252a84d618
3 changed files with 115 additions and 7 deletions

View File

@ -27,6 +27,7 @@ enum ParseError
kParseErrorMissingSlopeLengthDelimiter,
kParseErrorMissingSlopeInitialValue,
kParseErrorMissingSlopeFinalValue,
kParseErrorMissingSlopeFrameCount,
kParseErrorNotANumber,
kParseErrorValueOutOfRange,
kParseErrorFrameLengthTooShort,