[augeas-devel] [Augeas] #15: [inifile.aug] Support multiline values

Augeas trac at fedorahosted.org
Fri Aug 29 12:21:26 UTC 2008


#15: [inifile.aug] Support multiline values
-------------------------+--------------------------------------------------
 Reporter:  raphink      |       Owner:  lutter  
     Type:  enhancement  |      Status:  new     
 Priority:  minor        |   Milestone:  wishlist
Component:  Augeas       |     Version:  0.2.2   
 Keywords:               |  
-------------------------+--------------------------------------------------
 Some INI file support multiline values, in the form of:

 key = this is a
   multiline
   value


 It would be good to add support for this in inifile.aug (if it can be
 shown to be standard).

 Before augeas cannot check that the indentation is the same for every
 line, the following implementation is proposed:

 { "key"
    { "1" = "this is a" }
    { "2" = "multiline" }
    { "3" = "value" } }

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




More information about the augeas-devel mailing list