[augeas-devel] [Augeas] #318: Add more valid characters to the property name in properties len

Augeas trac at fedorahosted.org
Mon Dec 17 15:58:16 UTC 2012


#318: Add more valid characters to the property name in properties len
----------------------+---------------------
 Reporter:  nikolavp  |       Owner:  lutter
     Type:  defect    |      Status:  new
 Priority:  major     |   Milestone:  next
Component:  Augeas    |     Version:  0.10.0
 Keywords:            |  Blocked By:
 Blocking:            |
----------------------+---------------------
 Hi,

 We are extending the properties lens but we found out that it is not good
 enough because it doesn't support '_' in the property name. Please
 consider adding this to the entry regular expression. We change it from

 let entry        = /[A-Za-z][A-Za-z0-9.]+/

 to this

 let entry        = /[A-Za-z][A-Za-z0-9._]+/

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/318>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list