hash.yml 642 B

1234567891011121314151617181920
  1. ---
  2. users:
  3. tj:
  4. name: tj
  5. age: 23
  6. email: 'tj@vision-media.ca'
  7. bob:
  8. name: 'bob'
  9. age: 27
  10. ted: { name: ted, age: 32, email: ted@tedtalks.com }
  11. country:
  12. name: Österreich
  13. website: http://en.wikipedia.org/wiki/Austria
  14. space:
  15. description: space, the final frontier
  16. brackets:
  17. square: Square [brackets] can go in the middle of strings
  18. squiggle: Squiggle {brackets} can also go in the middle of strings!
  19. extrasquare: [Scratch that] brackets can go at the beginning as long as they close and have text after.
  20. extrasquiggle: {Scratch that} squigs can go at the beginning also!