Ticket #445 (closed defect: duplicate)
The followedBy combinator needs to know about region ends
| Reported by: | blamario | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Combinators | Version: | 0.4 |
| Keywords: | Cc: |
Description
Tests occasionally fail because substring is not capable of telling followedBy where the end of the first of two overlapping strings is.
*Main> splitterOutputs (substring [Three,Three] followedBy substring [Three]) [Three,Three,Three] ([Three,Three],[Three])
Change History
Note: See
TracTickets for help on using
tickets.
