support "x".

This commit is contained in:
Tomoyuki Sahara
2017-02-09 11:07:55 +09:00
parent f2d4880098
commit 88a7fedea4
3 changed files with 49 additions and 11 deletions
+3
View File
@@ -152,3 +152,6 @@ packtest [1, 2], "\x01\x02", "CyC"
packtest [65], "A", 'U'
packtest [59411], "\xEE\xA0\x93", 'U'
pptest [1], "\x00\x01", "xC"
unpacktest [2], "\xcc\x02", "xC"