mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-15 07:19:20 -04:00
An alternation or a repeat keeps only whether its text may start and end with a token character, and read that off one marker. An optional non-token stretch there (`\/?x`) was taken as a definite non-token, so `\/ads(\/?x|\/y)` was filed under "ads" while `/adsx` carries no such token. What follows the stretch answers now.