mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
Don't always place new variables before the modified ones
This commit is contained in:
parent
49f7dd504b
commit
cb280323e5
2 changed files with 2 additions and 4 deletions
|
|
@ -276,8 +276,8 @@ def test_watch_explode():
|
|||
VariableEntry('(lst + [])[2]', '9'),
|
||||
VariableEntry('lst + []'),
|
||||
LineEntry(),
|
||||
VariableEntry('(lst + [])[3]', '10'),
|
||||
VariableEntry('lst'),
|
||||
VariableEntry('(lst + [])[3]', '10'),
|
||||
VariableEntry('lst + []'),
|
||||
ReturnEntry(),
|
||||
ReturnValueEntry('None')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue