find failing test in regex: 'go*' does not match phrase 'gut feeling'. It should match the first character because the 'o' is optional, but the * acts like + instead, expecting at least one 'o'

This commit is contained in:
2025-10-09 22:46:06 +01:00
parent 7a3e4c2b67
commit 90327579d1
2 changed files with 101 additions and 1 deletions

View File

@@ -1 +1 @@
hello | world
gut feeling