Skip to content

Commit 451ded8

Browse files
committed
tests/basics: Add exp file for builtin_str_hex test.
Because bytes.hex() only supports the sep argument since Python 3.8. Signed-off-by: Damien George <[email protected]>
1 parent 0eead94 commit 451ded8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

tests/basics/builtin_str_hex.py.exp

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
0001020304050607
2+
0001020304050607
3+
0001020304050607
4+
00:01:02:03:04:05:06:07
5+
00:01:02:03:04:05:06:07
6+
00:01:02:03:04:05:06:07
7+
08090a0b0c0d0e0f
8+
08090a0b0c0d0e0f
9+
08090a0b0c0d0e0f
10+
08:09:0a:0b:0c:0d:0e:0f
11+
08:09:0a:0b:0c:0d:0e:0f
12+
08:09:0a:0b:0c:0d:0e:0f
13+
7f80ff
14+
7f80ff
15+
7f80ff
16+
7f:80:ff
17+
7f:80:ff
18+
7f:80:ff
19+
313233344142434461626364
20+
313233344142434461626364
21+
313233344142434461626364
22+
31:32:33:34:41:42:43:44:61:62:63:64
23+
31:32:33:34:41:42:43:44:61:62:63:64
24+
31:32:33:34:41:42:43:44:61:62:63:64
25+
b'\x00\x01\x02\x03\x04\x05\x06\x07'
26+
b'\x08\t\n\x0b\x0c\r\x0e\x0f'
27+
b'\x7f\x80\xff'
28+
b'1234ABCDabcd'

0 commit comments

Comments
 (0)