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