diff options
author | Arun Isaac | 2017-06-14 00:33:28 +0530 |
---|---|---|
committer | Arun Isaac | 2017-06-14 00:33:28 +0530 |
commit | 79444ebf1812ecb4914bde18ef2452c0506419d3 (patch) | |
tree | e3be6f6db9de7e22e4abcbc7cdd58feeecfc1ca1 | |
parent | b18ba26ea2bf06f084c1b3afe4a34405eda9d703 (diff) | |
download | exiftool.el-79444ebf1812ecb4914bde18ef2452c0506419d3.tar.gz exiftool.el-79444ebf1812ecb4914bde18ef2452c0506419d3.tar.lz exiftool.el-79444ebf1812ecb4914bde18ef2452c0506419d3.zip |
Add new test cases.
* tests/exiftool-tests.el (exiftool-tests--tag-value): New test cases.
-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) |