1
0
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:
MYLS
2016-08-24 17:01:57 +08:00
parent d99832163a
commit 47f2e618ee
2 changed files with 38 additions and 0 deletions
+3
View File
@@ -3286,7 +3286,10 @@ icvJSONSkipSpaces( CvFileStorage* fs, char* ptr )
if ( !ptr ) { is_eof = true; break; }
}
if ( *ptr == '/' )
{
ptr++;
break;
}
}
else
{