You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
421B

  1. .={}
  2. /* C-style comment
  3. C-style-2 comment */
  4. .c-test={}
  5. .c-test.a=1
  6. /* Internal comment c-style */
  7. .c-test.b=2
  8. // C++-style comment
  9. .cpp-test={}
  10. // Multiline comment cpp-style
  11. // Second line
  12. .cpp-test.c=3
  13. // Comment before double
  14. .cpp-test.d=4.1
  15. // Comment before string
  16. .cpp-test.e="e-string"
  17. // Comment before true
  18. .cpp-test.f=true
  19. // Comment before false
  20. .cpp-test.g=false
  21. // Comment before null
  22. .cpp-test.h=null