beder
|
778f6f8102
|
Move EmitterTests to gtest
|
2014-03-23 11:49:32 -05:00 |
|
beder
|
9154ad2e6f
|
Run IWYU
|
2014-03-22 22:46:04 -05:00 |
|
beder
|
91a8fbda5b
|
Run clang-format
|
2014-03-22 12:49:16 -05:00 |
|
beder
|
a6486cf176
|
Removed that failing test - I don't think the parser is correct here
|
2012-11-08 18:54:53 -06:00 |
|
beder
|
761fe22bf1
|
Added failing tests for emitter ? at the start of a value
|
2012-11-08 18:52:54 -06:00 |
|
beder
|
d4383ee858
|
Split test struct and handler macros out for the emitter/spec tests
|
2012-05-22 22:10:47 -05:00 |
|
beder
|
b851f22629
|
Fixed indentation test - all emitter tests now pass
|
2012-05-22 17:56:07 -05:00 |
|
beder
|
a98f082cb9
|
Fixed double quote escapes (e.g., \n is now that instead of \x0a)
|
2012-05-22 17:45:31 -05:00 |
|
beder
|
7b11e43114
|
Switched single quoted test to positive test (since we just convert to double quoted)
|
2012-05-22 16:59:39 -05:00 |
|
beder
|
b1491a6941
|
Removed key/value error checks (since we don't require asking them)
|
2012-05-22 16:57:30 -05:00 |
|
beder
|
c3cc056206
|
Fixed some newline/comma tests
|
2012-05-22 16:49:09 -05:00 |
|
beder
|
c4ec91c318
|
Fixed emitter tests with newlines
|
2012-05-22 16:44:49 -05:00 |
|
beder
|
831cf034de
|
Fixed flow seq/map indentation
|
2012-05-22 16:39:03 -05:00 |
|
beder
|
0f6a533b39
|
Fixed some tests with the new compact long keys
|
2012-05-22 15:02:36 -05:00 |
|
beder
|
3634cb93dc
|
Added failing test for compact map with newline
|
2012-05-20 01:31:57 -05:00 |
|
beder
|
492894f9be
|
Removed old-api tests, added (empty) core spec tests
|
2012-05-19 01:16:54 -05:00 |
|
beder
|
d72f94ba87
|
Removed the new API from the default branch
|
2012-01-20 23:50:39 -06:00 |
|
beder
|
9403ac04fa
|
Fixed hex and oct emitting (it now adds the 0x or 0 prefix)
|
2012-01-13 00:00:11 -06:00 |
|
beder
|
29859af6c0
|
Removed some extra stuff in the comment/newline in flow map tests, which really should be illegal (since implicit keys can't span multiple lines). It would be impossible to fix if we keep the immediate-output we're doing now - the only way to prevent it would be to hold on to a key's text until we got to the value token to make sure it could be an implicit key
|
2012-01-11 17:06:27 -06:00 |
|
beder
|
8123b27c09
|
Added parsing emitter tests with the new API, two fail
|
2012-01-11 16:41:13 -06:00 |
|
beder
|
2d166d1733
|
Disallowed a plain scalar with just a dash
|
2012-01-11 16:39:24 -06:00 |
|
beder
|
8f948b8f37
|
Added float/double precision setters
|
2012-01-11 14:34:04 -06:00 |
|
beder
|
c6e5ad350b
|
Added single character emitting
|
2011-11-14 16:23:14 -06:00 |
|
beder
|
fe5fcbb84e
|
Added missing includes (iostream) for the tests
|
2011-11-13 16:12:39 -06:00 |
|
beder
|
a853a7a14d
|
Fixed emitter bug with colon at the end of a scalar in a flow collection
|
2011-10-31 19:16:17 -05:00 |
|
beder
|
7cdf684ae6
|
Moved old api tests to subfolder
|
2011-09-10 18:02:07 -05:00 |
|
beder
|
d6811c42a8
|
Merged from trunk
|
2011-09-06 01:10:27 -05:00 |
|
beder
|
f56d453050
|
Added api sketch
|
2011-09-04 19:50:08 -05:00 |
|