v0.1.3
Fixes:
- a regression introduced in 0.1.2 which rendered jumping to the definition of variables used in self-overwriting assignments incorrect.
- an issue with arguments passed to a function call when using default arguments, which sometimes was mistakenly interpreted as tuples.
Implements tests for tuple and self-overwriting assignments.
Enables systematic testing of CodeJumpers
in the future.