Renamed yaml-reader test (try 2)

This commit is contained in:
Jesse Beder
2009-10-27 14:39:48 +00:00
parent a0bf12e7a1
commit 8f48e693fe

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

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