Files
Config-General/t/cfg.19
Thomas von Dein f5ac2b6b75 2.03 - fixed bug in the _parse() routine (better: design flaw).
after the last patch for allowing whitespaces in
	   option names, it had a problem with here-docs which
	   contained equal signs. option/value splitting resulted
	   in weird output.

	 - as a side effect of the bug fix below it is now
	   possible to use equal signs inside quoted values, which
	   will then be ignored, thus not used for splitting
	   the line into an option/value assignment.

	 - added a new test, which tests for all possible notations
	   of option/value lines.


git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@29 be1acefe-a474-0410-9a34-9b3221f2030f
2009-10-10 16:22:10 +00:00

16 lines
216 B
Plaintext

#
# these options must all in
# msg[\d] keys.
#
msg1 = "Das ist ein Test"
msg2 = "Das = ein Test"
msg3 "Das ist ein Test"
msg4 "Das = ein Test"
msg6 = <<EOF
Das = ein Test
EOF
msg7 <<EOF
Das = ein Test
msg7