--TEST-- Yaml YtsBasicTests - Simple Mapping --DESCRIPTION-- You can add a keyed list "also known as a dictionary or hash" to your document by placing each member of the list on a new line, with a colon seperating the key from its value. In YAML, this type of list is called a mapping. --CREDITS-- Bryan Davis bd808@bd808.com # yaml.kwiki.org import/conversion --SKIPIF-- --FILE-- --EXPECT-- array(2) { ["foo"]=> string(8) "whatever" ["bar"]=> string(5) "stuff" }