Skip to content

Commit 382c22c

Browse files
committed
fix Python 3 binary string
1 parent f4ef7ce commit 382c22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/python3.expected.raydebug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ ident(New)operator(:) ident(print)operator(()operator(()ident(x)operator(,) iden
1616
ident(print)operator(()string<delimiter(")content(There are <)delimiter(")>operator(,) integer(2)operator(**)integer(32)operator(,) string<delimiter(")content(> possibilities!)delimiter(")>operator(,) ident(sep)operator(=)string<delimiter(")delimiter(")>operator(\))
1717

1818

19-
string<modifier(b)delimiter(")content(byte string)content(\\9)content(9)char(\\")delimiter(")>
19+
binary<modifier(b)delimiter(")content(byte string)content(\\9)content(9)char(\\")delimiter(")>

0 commit comments

Comments
 (0)