We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555c620 commit 9d56bfeCopy full SHA for 9d56bfe
der/tests/clarify.rs
@@ -83,7 +83,7 @@ pub mod sequence {
83
println!("clarified: {clarified}");
84
assert_eq!(
85
clarified,
86
- "\n\"04 11\" // tag: OCTET STRING len: 17 type: OctetString \n\t\"00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF \n\t01\"\n\"\" // end: OctetString "
+ "\n\"04 11\" // tag: OCTET STRING len: 17 type: OctetString \n\t\"00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF \n\t 01\"\n\"\" // end: OctetString "
87
);
88
}
89
#[test]
0 commit comments