summaryrefslogtreecommitdiff
path: root/src/plugins/test_exiv2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/test_exiv2.c')
-rw-r--r--src/plugins/test_exiv2.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/plugins/test_exiv2.c b/src/plugins/test_exiv2.c
index e4e5319..f3dae0a 100644
--- a/src/plugins/test_exiv2.c
+++ b/src/plugins/test_exiv2.c
@@ -49,9 +49,10 @@ main (int argc, char *argv[])
EXTRACTOR_METATYPE_GPS_LATITUDE,
EXTRACTOR_METAFORMAT_UTF8,
"text/plain",
- "28deg 8' 17.585\" ",
- strlen ("28deg 8' 17.585\" ") + 1,
- 0
+ "28deg 8' (18|17.585)\" ?",
+ strlen ("28deg 8' (18|17.585)\" ?") + 1,
+ 0,
+ .regex = 1
},
{
EXTRACTOR_METATYPE_GPS_LONGITUDE_REF,
@@ -65,9 +66,10 @@ main (int argc, char *argv[])
EXTRACTOR_METATYPE_GPS_LONGITUDE,
EXTRACTOR_METAFORMAT_UTF8,
"text/plain",
- "14deg 14' 21.713\" ",
- strlen ("14deg 14' 21.713\" ") + 1,
- 0
+ "14deg 14' (22|21.713)\" ?",
+ strlen ("14deg 14' (22|21.713)\" ?"),
+ 0,
+ .regex = 1
},
{
EXTRACTOR_METATYPE_CAMERA_MAKE,