ref: d489185e0bf6b3ef4aa394938810c5c1483841a5
parent: 01d8745d2634852770f029e3e6624f3417e8bc98
author: Quentin Carbonneaux <quentin@c9x.me>
date: Fri Jul 6 17:55:38 EDT 2018
Typo fix in libregex. This patch fixes a copy-paste typo preventing $ from working properly.
--- a/lib/regex/compile.myr
+++ b/lib/regex/compile.myr
@@ -134,7 +134,7 @@
/* 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):