diff options
author | Mark Oteiza <mvoteiza@udel.edu> | 2017-09-05 11:53:37 -0400 |
---|---|---|
committer | Mark Oteiza <mvoteiza@udel.edu> | 2017-09-05 11:55:01 -0400 |
commit | 9f64d59ae6d87f38276fe05254094113a171fb0e (patch) | |
tree | b2cf026ff90bc91d7e336a8825fc631d09caf50f /test/data | |
parent | 8d251607e08e1ea4df201928b5bee21782a6526e (diff) | |
download | emacs-9f64d59ae6d87f38276fe05254094113a171fb0e.tar.gz |
Add tests for mailcap.el
* test/data/mailcap/mime.types: New file.
* test/lisp/net/mailcap-tests.el: New file.
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/mailcap/mime.types | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/mailcap/mime.types b/test/data/mailcap/mime.types new file mode 100644 index 00000000000..4bedfaf9702 --- /dev/null +++ b/test/data/mailcap/mime.types @@ -0,0 +1,5 @@ +# this is a comment + +audio/ogg opus +audio/flac flac +audio/x-wav wav |