mirror of
https://github.com/keiffster/program-y.git
synced 2026-04-03 00:19:21 -06:00
Pattern matching not work in a right way #27
Labels
No labels
News
News
News
News
News
News
News
News
bug
bug
bug
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
enhancement
enhancement
enhancement
enhancement
enhancement
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/program-y#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @haonguyen1915 on 11/11/2021
Hi
When I created an aiml like this:
When I typing hello hello -> There is no matching found
But I made a small modify, changing from ^ to * or remove second partern then it works well
or
Please tell me know why? I think it's a bug
Thank you so much!