• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bassim / super-expressive-php / 20855458951

09 Jan 2026 02:42PM UTC coverage: 91.757% (-1.5%) from 93.29%
20855458951

Pull #13

github

bassim
Add lookahead and lookbehind support to RegexParser

New supported patterns:
- Positive lookahead: (?=...)  -> assertAhead()
- Negative lookahead: (?!...)  -> assertNotAhead()
- Positive lookbehind: (?<=...) -> assertBehind()
- Negative lookbehind: (?<!...) -> assertNotBehind()

Added 6 new tests for the lookahead/lookbehind functionality.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Pull Request #13: Add RegexParser to convert regex strings to SuperExpressive code

415 of 460 new or added lines in 2 files covered. (90.22%)

846 of 922 relevant lines covered (91.76%)

13.62 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

85.71
/src/RegexParseException.php


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc