shithub: mc

Download patch

ref: c96238b89583ed91e92ad909c507797d00015e95
parent: 12000d47c1481990d11a9659733e1b604a6f7092
author: Ori Bernstein <ori@eigenstate.org>
date: Tue May 17 05:43:43 EDT 2016

The API has changed, and we must change with it.

--- a/lib/regex/test/testmatch.myr
+++ b/lib/regex/test/testmatch.myr
@@ -16,7 +16,7 @@
 }
 
 const dbgmatch = {pat, text, expected
-	run(regex.dbgcompile(pat), pat, text, expected, false)
+	run(regex.dbgcompile(pat, true), pat, text, expected, false)
 }
 
 const run = {regex, pat, text, expected, search