Commit 737f718
Enhance test_simple_pattern.wfl with comprehensive pattern matching verification
- Add positive test case for ''hello world'' matching ''hello'' pattern
- Add negative test case for ''goodbye world'' not matching
- Add exact match test for ''hello'' string
- Include clear pass/fail assertions with ✓/✗ indicators
- All tests pass successfully and provide proper validation
Co-authored-by: logbie <logbie@users.noreply.github.com>1 parent 2a1f50f commit 737f718
1 file changed
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments