Re: [PATCH] Typo fix in libregex.
[Thread Prev] | [Thread Next]
- Subject: Re: [PATCH] Typo fix in libregex.
- From: Ori Bernstein <ori@xxxxxxxxxxxxxx>
- Reply-to: myrddin-dev@xxxxxxxxxxxxxx
- Date: Fri, 6 Jul 2018 21:26:35 -0700
- To: myrddin-dev@xxxxxxxxxxxxxx
Applied. Thanks!
On Fri, 6 Jul 2018 21:55:38 +0000, Quentin Carbonneaux <quentin@xxxxxx> wrote:
> This patch fixes a copy-paste typo preventing $ from
> working properly.
> ---
> lib/regex/compile.myr | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/regex/compile.myr b/lib/regex/compile.myr
> index 4c52d984..0d05b817 100644
> --- a/lib/regex/compile.myr
> +++ b/lib/regex/compile.myr
> @@ -134,7 +134,7 @@ const gen = {re, t
>
> /* meta */
> |`Bol: append(re, `Ibol, t)
> - |`Eol: append(re, `Ibol, t)
> + |`Eol: append(re, `Ieol, t)
> |`Bow: append(re, `Ibow, t)
> |`Eow: append(re, `Ieow, t)
> |`Cap (m, a):
> --
> 2.16.2
>
>
--
Ori Bernstein
| [PATCH] Typo fix in libregex. | Quentin Carbonneaux <quentin@xxxxxx> |
- Prev by Date: Re: [PATCH] Fix auto expressions for complex values.
- Next by Date: [PATCH] Support direct tuple access operators "tuple.N"
- Previous by thread: [PATCH] Typo fix in libregex.
- Next by thread: [PATCH] Support direct tuple access operators "tuple.N"
- Index(es):