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 0eead94 commit 451ded8Copy full SHA for 451ded8
tests/basics/builtin_str_hex.py.exp
@@ -0,0 +1,28 @@
1
+0001020304050607
2
3
4
+00:01:02:03:04:05:06:07
5
6
7
+08090a0b0c0d0e0f
8
9
10
+08:09:0a:0b:0c:0d:0e:0f
11
12
13
+7f80ff
14
15
16
+7f:80:ff
17
18
19
+313233344142434461626364
20
21
22
+31:32:33:34:41:42:43:44:61:62:63:64
23
24
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