Fix tests due to endColumn changes
This commit is contained in:
@ -1,18 +1,18 @@
|
||||
[Image] or [Truncated image[ Bcol Ecol
|
||||
L1
|
||||
[def] 1 3
|
||||
[hello] 5 9
|
||||
[(] 10 10
|
||||
[)] 11 11
|
||||
[:] 12 12
|
||||
[def] 1 4
|
||||
[hello] 5 10
|
||||
[(] 10 11
|
||||
[)] 11 12
|
||||
[:] 12 13
|
||||
L2
|
||||
[return] 2 7
|
||||
['Hello world'] 9 21
|
||||
[return] 2 8
|
||||
['Hello world'] 9 22
|
||||
L4
|
||||
[print] 1 5
|
||||
[(] 6 6
|
||||
[hello] 7 11
|
||||
[(] 12 12
|
||||
[)] 13 13
|
||||
[)] 14 14
|
||||
[print] 1 6
|
||||
[(] 6 7
|
||||
[hello] 7 12
|
||||
[(] 12 13
|
||||
[)] 13 14
|
||||
[)] 14 15
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user