Mercurial > public > mercurial-scm > hg
diff tests/test-config-case.t @ 12082:5e2216a35839
tests: unify test-config-case
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Mon, 30 Aug 2010 11:39:43 +0200 |
parents | tests/test-config-case@85a69f4d1e80 |
children | 73d20de5f30b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test-config-case.t Mon Aug 30 11:39:43 2010 +0200 @@ -0,0 +1,8 @@ + $ echo '[Section]' >> $HGRCPATH + $ echo 'KeY = Case Sensitive' >> $HGRCPATH + $ echo 'key = lower case' >> $HGRCPATH + + $ hg showconfig Section + Section.KeY=Case Sensitive + Section.key=lower case +