summaryrefslogtreecommitdiffstats
path: root/openpgp/src/message
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/message')
-rw-r--r--openpgp/src/message/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/openpgp/src/message/mod.rs b/openpgp/src/message/mod.rs
index fb793dd4..5f06a52c 100644
--- a/openpgp/src/message/mod.rs
+++ b/openpgp/src/message/mod.rs
@@ -603,6 +603,11 @@ mod tests {
result: true,
},
TestVector {
+ s: &[(OnePassSig, 0), (CompressedData, 0), (Literal, 1),
+ (Signature, 0)],
+ result: true,
+ },
+ TestVector {
s: &[(OnePassSig, 0), (OnePassSig, 0), (Literal, 0),
(Signature, 0), (Signature, 0)],
result: true,