# HG changeset patch
# User Raphael Pinson <[EMAIL PROTECTED]>
# 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" }
          {} }
 

_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to