Commit 01e8b9f5 authored by Lev Walkin's avatar Lev Walkin

New tests

parent 51b03467
......@@ -8,3 +8,7 @@ Naming conventions:
*-B.in - The file is intentionally broken
*-D.in - Reconstructing should yield different data
*-E.in - CXER reconstruction should yield byte-wise identical data.
*-X.in - CXER reconstruction should yield non-identical data.
Otherwise, a reconstructed buffer should loosely match the original.
<PDU>
<extensibleSequence2>
<integer>123</integer>
</extensibleSequence2>
</PDU>
<PDU>
<extensibleSequence2>
<integer>123</integer>
<string>one <nul/> two</string>
</extensibleSequence2>
</PDU>
<PDU>
<extensibleSet>
<enum> <a/> </enum>
<unknown-extension> </unknown-extension>
</extensibleSet>
</PDU>
<PDU><extensibleSequence><gtime>20040512224355Z</gtime></extensibleSequence></PDU>
<PDU><extensibleSequence><gtime>20040512224355.123Z</gtime></extensibleSequence></PDU>
<PDU><extensibleSequence><gtime>20040512224355,123Z</gtime></extensibleSequence></PDU>
<PDU><extensibleSequence><gtime>20040512224355.120Z</gtime></extensibleSequence></PDU>
<PDU><extensibleSequence><gtime>20040512224355+0000</gtime></extensibleSequence></PDU>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment