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 6c05151 commit 8bf27a6Copy full SHA for 8bf27a6
tests/test_readline.py
@@ -62,7 +62,7 @@ def test_strings_bracketed(terminal):
62
63
def test_early_termination(terminal):
64
terminal.current_line().assert_startswith("r$>")
65
- terminal.write("stop('!')\x1b\rd = 1\n")
+ terminal.write("Sys.setlocale(category = 'LC_MESSAGES', locale = 'en_US.UTF8'); stop('!')\x1b\rd = 1\n")
66
terminal.previous_line(2).assert_startswith("Error")
67
terminal.write("d\n")
68
terminal.previous_line(2).assert_startswith("Error: object 'd' not found")
0 commit comments