John Benediktsson
|
155c5ab823
|
fix a couple string escapes.
|
2015-07-26 08:32:40 -07:00 |
Doug Coleman
|
1fcf96cada
|
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon.
|
2015-07-25 22:59:56 -07:00 |
Doug Coleman
|
999aa7c897
|
factor: clean up spaces in -tests files
|
2015-07-02 10:34:01 -07:00 |
Jon Harper
|
902d3b9bcd
|
YAML: allow configuration of !!merge and !!value
|
2014-07-08 15:53:52 -07:00 |
Jon Harper
|
656be0f736
|
YAML: support !!value in !!map
|
2014-07-08 15:53:52 -07:00 |
Jon Harper
|
e1e2519d7a
|
YAML: support !!merge in !!map
|
2014-07-08 15:53:52 -07:00 |
Jon Harper
|
640975bdc2
|
YAML: support !!timestamp
|
2014-07-08 15:53:52 -07:00 |
Jon Harper
|
bf737f3672
|
YAML: tests for emitter-line-break variable
|
2014-05-22 07:57:33 -07:00 |
Jon Harper
|
0da786e9e6
|
YAML: add output configuration options
|
2014-05-22 07:57:33 -07:00 |
Jon Harper
|
a2f4e84a9b
|
YAML: don't use aliases/anchors for fixnums
|
2014-05-22 07:57:33 -07:00 |
Jon Harper
|
e6301c4cd2
|
YAML: expose libyaml's errors
|
2014-04-27 15:24:26 -07:00 |
Jon Harper
|
559f140a93
|
YAML: handle recursive data and anchors' identity
|
2014-04-27 15:24:26 -07:00 |
Jon Harper
|
8a7b8eb169
|
YAML: cleanup, don't prettyprint the linked-assoc
It's not useful because it's not homoiconic because of recursivity
|
2014-04-27 15:24:26 -07:00 |
Jon Harper
|
107e67194a
|
YAML: simple error when constructing undefined anchors
|
2014-04-27 15:24:25 -07:00 |
Jon Harper
|
3623778d26
|
YAML: correctly emit f as "!!bool false"
|
2014-04-27 15:24:25 -07:00 |
Jon Harper
|
2db5962cc3
|
YAML: support !!set, !!omap and !!pair
|
2014-04-27 15:24:24 -07:00 |
Jon Harper
|
7925686dbc
|
YAML: Add tests for anchors in yaml>
|
2014-04-27 15:24:24 -07:00 |
Jon Harper
|
557e0a3d3e
|
YAML: add some tests from pyyaml test suite.
|
2014-04-27 15:24:24 -07:00 |
Jon Harper
|
2a409cdec6
|
YAML: don't test types on complex key test
|
2014-04-27 15:24:23 -07:00 |
Jon Harper
|
4ccb1a9e54
|
YAML: add yaml-docs> and >yaml-docs
|
2014-04-27 15:24:22 -07:00 |
Jon Harper
|
eb1987924e
|
YAML: support non-scalar keys
|
2014-04-27 15:24:22 -07:00 |
Jon Harper
|
73642b173f
|
YAML: add simple tests for >yaml and >yaml
|
2014-04-27 15:24:22 -07:00 |