commit | ddb4ff7decc773acb46a37112718e7a374bf5682 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Fri Jan 23 13:55:45 2015 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Fri Jan 23 13:55:45 2015 -0600 |
tree | 778e22c603625b641a83371e18b9cb736fc8fe6a | |
parent | ee8b58f82f0f2a0acb4396c9e0806bb3a24fc33e [diff] | |
parent | 3efc587fbabd4a4e6114a82a0acd80b844e64a0e [diff] |
Merge pull request #136 from cdunn2001/test-both-styled-writers Test both styled writers Not only does this now test StyledStreamWriter the same way as StyledWriter, but it also makes the former work more like the latter, indenting separate lines of a comment before a value. Might break some user tests (as `operator<<()` uses `StyledStreamWriter`) but basically a harmless improvement. All tests pass.