[augeas-devel] [PATCH] Add test for spaces in entry values

raphink at gmail.com raphink at gmail.com
Fri Jul 25 11:46:32 UTC 2008


# HG changeset patch
# User Raphael Pinson <raphink at gmail.com>
# Date 1216986373 -7200
# Node ID f575bc6e9cbb2a04037800d5a75a75bf84a62ed6
# Parent  1b45132a77ca0062db7c401ef110d280de16888b
Add test for spaces in entry values

diff -r 1b45132a77ca -r f575bc6e9cbb lenses/tests/test_inifile.aug
--- a/lenses/tests/test_inifile.aug	Fri Jul 25 13:45:32 2008 +0200
+++ b/lenses/tests/test_inifile.aug	Fri Jul 25 13:46:13 2008 +0200
@@ -16,6 +16,7 @@ module Test_IniFile =
 [section1]
 test_ace = value # end of line comment
 test_ace =
+test_ace = value with spaces # comment
 ; comment with colon
 
 "
@@ -26,6 +27,8 @@ test_ace =
           { "test_ace" = "value"
 	     { "comment" = "end of line comment" } }
 	  { "test_ace" }
+	  { "test_ace" = "value with spaces"
+	     { "comment" = "comment" } }
 	  { "comment"  = "comment with colon" }
 	  {} }
 




More information about the augeas-devel mailing list