Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix balanced regex
  • Loading branch information
fperrad committed Apr 2, 2009
1 parent 9999c7d commit b74499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/luaregex.pir
Expand Up @@ -727,7 +727,7 @@ Mostly taken from F<compilers/pge/PGE/P5Regex.pir>.
.param string next
.local string begin, end
$S0 = self
$S0 = self.'ast'()
begin = substr $S0, 0, 1
begin = code.'escape'(begin)
end = substr $S0, 1, 1
Expand Down

0 comments on commit b74499a

Please sign in to comment.