From eb3cb4d99bc324d941e4fd32fd30c86ebf4c44e3 Mon Sep 17 00:00:00 2001 From: Kathryn Lingel Date: Tue, 7 May 2019 09:30:55 -0700 Subject: Fix tests and clarify first character access --- tests/cmdline/repl_autocomplete.py | 2 +- tests/cmdline/repl_autocomplete.py.exp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/cmdline/repl_autocomplete.py b/tests/cmdline/repl_autocomplete.py index fe8e8fc51..43c49cdc2 100644 --- a/tests/cmdline/repl_autocomplete.py +++ b/tests/cmdline/repl_autocomplete.py @@ -7,6 +7,6 @@ x = '123' i = str i.lowe ('ABC') x = 5 -x. +x.  x._ None.  diff --git a/tests/cmdline/repl_autocomplete.py.exp b/tests/cmdline/repl_autocomplete.py.exp index 3e5fedccb..7d160e7bf 100644 --- a/tests/cmdline/repl_autocomplete.py.exp +++ b/tests/cmdline/repl_autocomplete.py.exp @@ -12,7 +12,8 @@ Use \.\+ 'abc' >>> x = 5 >>> x. -from_bytes to_bytes +from_bytes to_bytes +>>> x. >>> x.__class__ >>> None. -- cgit v1.2.3