diff options
author | Maximilian Krambach <[email protected]> | 2018-08-16 09:25:50 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-08-16 09:25:50 +0000 |
commit | 622db0d1de665dfd93c991cd2d517078b04b3a13 (patch) | |
tree | 4db9d960824730f53e613a42fe1ea792456fbe65 /lang/js/BrowserTestExtension/tests/inputvalues.js | |
parent | js: make init export immutable (diff) | |
download | gpgme-622db0d1de665dfd93c991cd2d517078b04b3a13.tar.gz gpgme-622db0d1de665dfd93c991cd2d517078b04b3a13.zip |
js: consistently return uppercase fingerprint
--
* src/Key.js: the fingerprint returned by a Key is now always upper
case hex, even if the constructor had lower case input. This is to be
more consistent with gpgme and to be more readable and reliable in
comparisions.
Diffstat (limited to 'lang/js/BrowserTestExtension/tests/inputvalues.js')
-rw-r--r-- | lang/js/BrowserTestExtension/tests/inputvalues.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/js/BrowserTestExtension/tests/inputvalues.js b/lang/js/BrowserTestExtension/tests/inputvalues.js index 1e8f1544..7dda47cd 100644 --- a/lang/js/BrowserTestExtension/tests/inputvalues.js +++ b/lang/js/BrowserTestExtension/tests/inputvalues.js @@ -28,6 +28,7 @@ const inputvalues = {// eslint-disable-line no-unused-vars // Fingerprint of a key that has been imported to gnupg // (i.e. see testkey.pub; testkey.sec) fingerprint : 'D41735B91236FDB882048C5A2301635EEFF0CB05', + fingerprint_mixedcase: 'D41735B91236fdb882048C5A2301635eeFF0Cb05', data_nonascii: '¡Äußerste µ€ før ñoquis@hóme! Добрый день', // used for checking encoding consistency in > 2MB messages. |