Extract now properly validates line/column and those two params are required

This commit is contained in:
Dave Halter
2020-04-13 23:15:42 +02:00
parent 25db8de0da
commit 9ccb596f93
2 changed files with 5 additions and 4 deletions

View File

@@ -300,7 +300,7 @@ def x(v1):
x
# -------------------------------------------------- in-class-range-1
class X1:
#? 11 text {'new_name': 'f', 'until_line': 4}
#? 9 text {'new_name': 'f', 'until_line': 4}
a = 3
c = a + 2
# ++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -311,7 +311,7 @@ def f():
class X1:
#? 11 text {'new_name': 'f', 'until_line': 4}
#? 9 text {'new_name': 'f', 'until_line': 4}
c = f()
# -------------------------------------------------- in-method-range-1
glob1 = 1