#253: Match oddities in recursive lens
----------------------+--------------------
  Reporter:  raphink  |      Owner:  lutter
      Type:  defect   |     Status:  new
  Priority:  major    |  Milestone:  next
 Component:  Augeas   |    Version:  devel
Resolution:           |   Keywords:
Blocked By:           |   Blocking:
----------------------+--------------------

Comment (by fgiraldeau):

 Few debug info.

 {{{
 let _ = print_endline (lens_format_atype top_record)
 let _ = print_regexp (lens_atype top_record)
 let _ = print_endline ""

 let _ = print_endline (lens_format_atype lns)
 let _ = print_regexp (lens_atype lns)
 let _ = print_endline ""
 }}}

 {{{
 augparse --notypecheck bug253.aug
 { /top_record/ }
 /()/
 { }*{ /top_record/ }{ }*
 /(\003\004)*(\003\004)*/
 }}}

 Could it be that the atype of top_record is malformed in this case?

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

_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to