[Rock-dev] [rock] #197: Configuration file: Return in strings is interpreted as space character

rock noreply at opendfki.de
Wed Sep 12 20:34:54 CEST 2012


#197: Configuration file: Return in strings is interpreted as space character
-----------------------------+-----------------------------------
 Reporter:  christian.rauch  |      Owner:  rock-dev-mailing-list
     Type:  defect           |     Status:  new
 Priority:  minor            |  Milestone:
Component:  toolchain        |   Keywords:
-----------------------------+-----------------------------------
 When defining a string parameter over several lines in the yml file, e.g.:

 {{{
 ---- name:test
 algorithm_config: "line1
 line2"
 }}}

 the resulting string when printing is:

 {{{
 line1 line2
 }}}

 when:

 {{{
 line1
 line2
 }}}

 was expected.

 The return should be interpreted as '\n' or no character ('\n' can then be
 used manually).

-- 
Ticket URL: <http://rock.opendfki.de/ticket/197>
rock <http://rock.opendfki.de>
rock: the robot construction kit


More information about the Rock-dev mailing list