Loading files/lenses/postfix_virtual.aug +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ let space_or_eol (sep:regexp) (default:string) = del (space_or_eol_re? . sep . space_or_eol_re?) default (* View: word *) let word = store /[A-Za-z0-9@\*.-]+/ let word = store /[A-Za-z0-9@\*.+-]+/ (* View: comma *) let comma = space_or_eol "," ", " Loading Loading
files/lenses/postfix_virtual.aug +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ let space_or_eol (sep:regexp) (default:string) = del (space_or_eol_re? . sep . space_or_eol_re?) default (* View: word *) let word = store /[A-Za-z0-9@\*.-]+/ let word = store /[A-Za-z0-9@\*.+-]+/ (* View: comma *) let comma = space_or_eol "," ", " Loading