Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

test-cases.properties 585B

123456789101112131415161718
  1. # You are reading the ".properties" entry.
  2. ! The exclamation mark can also mark text as comments.
  3. lala=\u210A the foo foo \
  4. lalala;
  5. website = http://en.wikipedia.org/
  6. language = English
  7. # The backslash below tells the application to continue reading
  8. # the value onto the next line.
  9. message = Welcome to \
  10. Wikipedia!
  11. # Add spaces to the key
  12. key\ with\ spaces = This is the value that could be looked up with the key "key with spaces".
  13. # Unicode
  14. tab : \u0009
  15. long-unicode : \u00000009
  16. space\ separator key val \n three
  17. another-test ::: hihi
  18. null-prop