Closed akhilgargjosh closed 4 years ago
Take this example
a = "The '{name}' who say" b = "The '' who say"
parse(a,b) returns None whereas it should return empty string.
I believe this is already captured in the wishlist item #13
Take this example
a = "The '{name}' who say" b = "The '' who say"
parse(a,b) returns None whereas it should return empty string.