test comment before several types

* array
* double
* string
* true
* false
* null
This commit is contained in:
Christopher Dunn
2015-01-20 11:11:13 -06:00
parent 66eb72f121
commit 37644abd77
4 changed files with 22 additions and 2 deletions

View File

@@ -11,4 +11,13 @@
// Multiline comment cpp-style
// Second line
.cpp-test.c=3
.cpp-test.d=4
// Comment before double
.cpp-test.d=4.1
// Comment before string
.cpp-test.e="e-string"
// Comment before true
.cpp-test.f=true
// Comment before false
.cpp-test.g=false
// Comment before null
.cpp-test.h=null