Skip to content

Commit

Permalink
Don't wreck everything in case of ambiguous match
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanti Bouchez committed Jun 14, 2012
1 parent 28d6b56 commit 78a7e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xreq-steps-result.adb
Expand Up @@ -112,6 +112,7 @@ package body XReq.Steps.Result is
Log.Put_Line (" " & Stanza.R.To_String);
end if;
Errors := True;
return;
end;
if not Match.Match then
RegExp := To_Unbounded_String (Stanza.R.To_Regexp);
Expand Down

0 comments on commit 78a7e2d

Please sign in to comment.