2014-04-19 23:19:24 +02:00
|
|
|
.={}
|
2014-10-09 22:29:47 +02:00
|
|
|
/* C-style comment
|
|
|
|
|
|
|
|
C-style-2 comment */
|
2014-04-19 23:19:24 +02:00
|
|
|
.c-test={}
|
|
|
|
.c-test.a=1
|
2014-10-09 22:29:47 +02:00
|
|
|
/* Internal comment c-style */
|
2014-04-19 23:19:24 +02:00
|
|
|
.c-test.b=2
|
2014-10-09 22:29:47 +02:00
|
|
|
// C++-style comment
|
2014-04-19 23:19:24 +02:00
|
|
|
.cpp-test={}
|
2014-10-09 22:29:47 +02:00
|
|
|
// Multiline comment cpp-style
|
|
|
|
// Second line
|
2014-04-19 23:19:24 +02:00
|
|
|
.cpp-test.c=3
|
2015-01-20 18:11:13 +01:00
|
|
|
// 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
|