Closed fenixchen closed 6 years ago
Thanks for reporting the issue, I'll take a look shortly and get back to you
I believe to be fixed now, just pushed an update to Master which fixes an issue in the THAT processing with wildcards
thanks for your response:-)
Fixed
Issue tracker is ONLY used for reporting bugs. NO NEW FEATURE ACCEPTED! Use stackoverflow for supporting issues.
That clause cannot match wildcard following by only one word, two words case is OK.
Expected Behavior
That clause should be matched
Current Behavior
that clause cannot be matched
Possible Solution
I think the consume function may have some issue about the case
Steps to Reproduce
Make a aiml file like this and run program-y
`
` Input any words cannot be matched.
If we add one word 'eee', it will be ok `
` Two words is ok
Context (Environment)
Detailed Description
Possible Implementation