diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/exiftool-tests.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/exiftool-tests.el b/tests/exiftool-tests.el index 8a9b803..b81b257 100644 --- a/tests/exiftool-tests.el +++ b/tests/exiftool-tests.el @@ -31,7 +31,11 @@ (defvar exiftool-tests--tag-value '(("Marked" . "True") ("Creator" . "foo") - ("Rights" . "bar"))) + ("Rights" . "-") + ("Publisher" . "") + ("Source" . "http://example.com") + ("Subject" . "foo:bar") + ("Description" . "foo: bar"))) (require 'exiftool) (require 'cl-lib) |