Renamed yaml-reader test (try 2)

This commit is contained in:
jbeder 2009-10-27 14:39:48 +00:00
parent 8a9fe52ea8
commit 631e2646d2

4
test/tests/aliased.yaml Normal file
View File

@ -0,0 +1,4 @@
--- &list
- This document contains a recursive list.
- *list
...