jttoivon / x

0 stars 2 forks source link

week 1 exercise 16 (transform) #4

Closed jttoivon closed 5 years ago

jttoivon commented 5 years ago

The tests checks that the function works also for empty strings. There is are gotcha here with the split method: if given no parameters, it removes all resulting empty string. But if you give split a parameter space, then this doesn't happen.

Add a warning somewhere.

jttoivon commented 5 years ago

Fixed.