diff options
Diffstat (limited to 'tests/cmdline/repl_autocomplete.py.exp')
| -rw-r--r-- | tests/cmdline/repl_autocomplete.py.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cmdline/repl_autocomplete.py.exp b/tests/cmdline/repl_autocomplete.py.exp index 75002985e..f8c5fb45a 100644 --- a/tests/cmdline/repl_autocomplete.py.exp +++ b/tests/cmdline/repl_autocomplete.py.exp @@ -10,5 +10,10 @@ Use \.\+ >>> i = str >>> i.lower('ABC') 'abc' +>>> x = 5 +>>> x. +from_bytes to_bytes +>>> x.__class__ +<class 'int'> >>> None.[K[K[K[K[K >>> |
