Files
yaml-cpp/test.yaml
Jesse Beder 49a75b2d78 Added quoted scalars (with escaping).
Refactored some common whitespace-parsing code in scanning both scalars.
Implemented the flow collection tokens.
2008-06-27 23:11:46 +00:00

4 lines
55 B
YAML

---
- milk and eggs
- [cheddar, american, swiss]
...