tests/test-help.t
branchstable
changeset 50333 805d4a462abb
parent 49955 2282d8ac0fa9
child 50392 f0d2b18f0274
--- a/tests/test-help.t	Tue Mar 07 16:25:51 2023 +0100
+++ b/tests/test-help.t	Tue Mar 07 16:45:54 2023 +0100
@@ -1988,7 +1988,7 @@
 
   $ "$PYTHON" <<EOF
   > def escape(s):
-  >     return b''.join(b'\\u%x' % ord(uc) for uc in s.decode('cp932'))
+  >     return b''.join(br'\\u%x' % ord(uc) for uc in s.decode('cp932'))
   > # translation of "record" in ja_JP.cp932
   > upper = b"\x8bL\x98^"
   > # str.lower()-ed section name should be treated as different one