tests/test-hgrc
changeset 10296 cade47dcac2d
parent 10044 dc5462d94a72
parent 10295 44c923eeb81d
child 10455 40dfd46d098f
--- a/tests/test-hgrc	Thu Jan 28 22:45:04 2010 -0600
+++ b/tests/test-hgrc	Thu Jan 28 23:13:10 2010 -0600
@@ -19,5 +19,9 @@
 echo '  x = y' >> $HGRCPATH
 hg version 2>&1 | sed -e "s|$HGRCPATH|\$HGRCPATH|"
 
+python -c "print '[foo]\nbar = a\n b\n c \n  de\n fg \nbaz = bif cb \n'" \
+    > $HGRCPATH
+hg showconfig foo
+
 echo '%include /no-such-file' > $HGRCPATH
 hg version 2>&1 | sed -e "s|$HGRCPATH|\$HGRCPATH|"