#350: Too many matches for path expression when using int()
---------------------+---------------------
 Reporter:  raphink  |       Owner:  lutter
     Type:  defect   |      Status:  new
 Priority:  major    |   Milestone:  next
Component:  Augeas   |     Version:  1.0.0
 Keywords:           |  Blocked By:
 Blocking:           |
---------------------+---------------------
 {{{
 augtool> match /augeas/files//*[int(mtime) > 3]
 error: Too many matches for path expression
 }}}

 While

 {{{
 augtool> match /augeas/files//mtime[int(.) > 3]/..
 }}}

 works fine.

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/350>
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