| 344 | }; |
| 345 | |
| 346 | static bool ExpectClose(GLTFPropsParser& propsParser) |
| 347 | { |
| 348 | if (propsParser.GetNext().mKind != GLTFPropsParser::NodeKind_RBrace) |
| 349 | return false; |
| 350 | return true; |
| 351 | }; |
| 352 | |
| 353 | static bool ExpectEquals(GLTFPropsParser& propsParser) |
| 354 | { |
no test coverage detected