9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.6k stars 318 forks source link

sam: regexp match issue #633

Open kapoarbo opened 8 months ago

kapoarbo commented 8 months ago

For example, when applying /a.+b/ to a string "abaab", "aab" is matched. It seems, that acme: fix regexp match choice bug should similarly be applied to sam/regexp.c.