Closed jakobkogler closed 9 years ago
X"abcdef""abcde""12" should return 12121f instead of throwing an error.
X"abcdef""abcde""12"
12121f
Wrote a test, but unfortunately didn't run it. Working on a PC without Python3 installed. Should work though, changes are minimal.
X"abcdef""abcde""12"
should return12121f
instead of throwing an error.Wrote a test, but unfortunately didn't run it. Working on a PC without Python3 installed. Should work though, changes are minimal.