[augeas-devel] [Augeas] #12: Lexer processes escape sequences incorrectly

Augeas trac at fedorahosted.org
Wed Aug 27 22:38:18 UTC 2008


#12: Lexer processes escape sequences incorrectly
--------------------+-------------------------------------------------------
 Reporter:  lutter  |       Owner:  lutter  
     Type:  defect  |      Status:  new     
 Priority:  major   |   Milestone:  wishlist
Component:  Augeas  |     Version:  devel   
 Keywords:          |  
--------------------+-------------------------------------------------------
 The lexer treats the string "\{" as two characters, not the one character
 string "{", as evidenced by this test:


 {{{
 module Pass_string_quote =

   let cp = [ label "node" . store /.*/ ]

   test cp put "\{" after rm "fake" = "{"
 }}}

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




More information about the augeas-devel mailing list