Commit Graph

13 Commits

Author SHA1 Message Date
jbeder
9c99c0edd9 Reverted yaml-reader name change 2009-10-27 14:45:14 +00:00
jbeder
8a9fe52ea8 Renamed yaml-reader test 2009-10-27 14:38:53 +00:00
jbeder
71c99f27af Simplified testing output 2009-09-07 22:17:02 +00:00
jbeder
529a01f3eb Allowed solo entries in a flow map to be read as keys with null value 2009-09-05 22:42:01 +00:00
jbeder
960a2234ec Finished refactoring of simple keys so that they can refer to multiple tokens at a single level 2009-09-05 03:49:38 +00:00
jbeder
42124aeee6 Fixed bug with omitted keys/values in a flow map 2009-09-02 21:39:57 +00:00
jbeder
f528e607ad Added more explicit doc indicator tests 2009-08-26 16:23:58 +00:00
jbeder
66da4789db Fixed bug with explicit doc start introduced in last commit 2009-08-26 16:15:27 +00:00
jbeder
990686d3d2 Fixed bug in anchors with no content. This involved refactoring the 'implicit sequence' concept (where a map and a sequence start on the same indent, but we read the sequence as more indented since the '-' is visually an indent). 2009-08-24 22:56:54 +00:00
jbeder
fa57f215c0 Added IsNull function 2009-07-31 05:07:21 +00:00
jbeder
49b1921be1 Fixed null key/value bug, added tests 2009-07-30 06:49:09 +00:00
jbeder
c5aeef5ab8 Fixed bug with simple keys that are quoted scalars 2009-07-25 18:58:41 +00:00
jbeder
5b4d9ce1c7 Switched from loading test files to testing specific parsing constructs. The tests don't fully cover the span (eventually I'll add more, maybe), but there's a bunch there.
More to the point, the yaml-reader program doesn't do any file IO, so it doesn't require a specific working directory.
2009-05-31 06:36:01 +00:00