Expected Behavior
I expect /api/TextNumberConverter to be able to convert compound inputs to expected numbers.
Current Behavior
It does not convert compound inputs to numbers and leaves them as they are.
Steps to Reproduce
- Send a Post request to /api/TextNumberConverter with following body:
{
"userText": "9yüz50beş kere test edilmeli."
}
- It returns "9yüz50beş kere test edilmeli." instead of "955 kere test edilmeli."
Expected Behavior
I expect
/api/TextNumberConverterto be able to convert compound inputs to expected numbers.Current Behavior
It does not convert compound inputs to numbers and leaves them as they are.
Steps to Reproduce