##// END OF EJS Templates
tests: rename from test-config-case.t to test-config.t for centralization...
FUJIWARA Katsunori -
r19086:8fb8dce3 stable
parent child Browse files
Show More
@@ -1,11 +1,13 b''
1 1 hide outer repo
2 2 $ hg init
3 3
4 Test case sensitive configuration
5
4 6 $ echo '[Section]' >> $HGRCPATH
5 7 $ echo 'KeY = Case Sensitive' >> $HGRCPATH
6 8 $ echo 'key = lower case' >> $HGRCPATH
7 9
8 10 $ hg showconfig Section
9 11 Section.KeY=Case Sensitive
10 12 Section.key=lower case
11 13
General Comments 0
You need to be logged in to leave comments. Login now