~barry/lazr.config/megamerge

« back to all changes in this revision

Viewing changes to src/lazr/config/testdata/bad-redefined-section.conf

  • Committer: Gary Poster
  • Date: 2008-12-15 22:22:12 UTC
  • Revision ID: gary.poster@canonical.com-20081215222212-4we644wqwmv8lsa3
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[test-section]
 
2
key1: original
 
3
key2: redefined
 
4
 
 
5
#Redefine the test-section
 
6
[test-section]
 
7
key3: a value
 
8