[augeas-devel] [Augeas] #347: Repetition operator fails

Augeas trac at fedorahosted.org
Wed Jun 26 09:49:48 UTC 2013


#347: Repetition operator fails
----------------------+--------------------
  Reporter:  raphink  |      Owner:  lutter
      Type:  defect   |     Status:  new
  Priority:  major    |  Milestone:  next
 Component:  Augeas   |    Version:  devel
Resolution:           |   Keywords:
Blocked By:           |   Blocking:
----------------------+--------------------

Comment (by lutter):

 The issue comes down to how X* is handled in get_quant_star in src/get.c:
 the part of the input string that matches X* is repeatedly matched against
 X to split that part - that is incorrect; instead, the repeated match
 should be against XX* to make sure we do split on a boundary that
 corresponds to matching X*

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/347#comment:1>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list