mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
line/column ValueError are now being raised if they are not valid in Script
This commit is contained in:
@@ -50,4 +50,4 @@ def test_line_number_errors():
|
||||
|
||||
# ok
|
||||
api.Script(s, 1, 0)
|
||||
api.Script(s, 1, len(s) + 1)
|
||||
api.Script(s, 1, len(s))
|
||||
|
||||
Reference in New Issue
Block a user