~c-e-pidcott/maus/devel

« back to all changes in this revision

Viewing changes to third_party/JsonCpp_0.5.0/test/data/.svn/text-base/test_preserve_comment_01.json.svn-base

  • Committer: Christopher Tunnell
  • Date: 2010-10-22 23:28:44 UTC
  • Revision ID: c.tunnell1@physics.ox.ac.uk-20101022232844-o8bl6n26kk03deuw
remove jsoncpp (so it's now downloaded instead)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* A comment
2
 
   at the beginning of the file.
3
 
 */
4
 
{
5
 
   "first" : 1, // comment after 'first' on the same line
6
 
 
7
 
/* Comment before 'second'
8
 
 */
9
 
   "second" : 2
10
 
}
11
 
 
12
 
/* A comment at 
13
 
   the end of the file.
14
 
 */