mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Add two tests.
- one test for type_id; - another for comments in JSON;
This commit is contained in:
@@ -3286,7 +3286,10 @@ icvJSONSkipSpaces( CvFileStorage* fs, char* ptr )
|
||||
if ( !ptr ) { is_eof = true; break; }
|
||||
}
|
||||
if ( *ptr == '/' )
|
||||
{
|
||||
ptr++;
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user