tests/test-config-case.t
author Adrian Buehlmann <adrian@cadifra.com>
Mon, 11 Jun 2012 14:09:35 +0200
changeset 16914 2030dec7c8fa
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
test-run-tests: add tests for "#if no-false" and no-true

  $ echo '[Section]' >> $HGRCPATH
  $ echo 'KeY = Case Sensitive' >> $HGRCPATH
  $ echo 'key = lower case' >> $HGRCPATH

  $ hg showconfig Section
  Section.KeY=Case Sensitive
  Section.key=lower case