issue 355: fix for emitter to split long plain string scalars over multiple lines
- fix for emitter
- adjusting existing unit tests and expected output where necessary
- adding some test cases when _not_ to split long lines
4 files changed
tree: 7852010ac2b67cf28ce925a347e6d5fa933ac3e7
  1. .mvn/
  2. src/
  3. .gitignore
  4. .hgeol
  5. .hgignore
  6. .hgtags
  7. bitbucket-pipelines.yml
  8. docker-run-jdk6.sh
  9. docker-run-jdk7.sh
  10. docker-run-jdk8.sh
  11. docker-run.sh
  12. LICENSE.txt
  13. mvnw
  14. mvnw.bat
  15. pom.xml
  16. pom.yaml
  17. README.md
README.md

The art of simplicity is a puzzle of complexity.

Overview

YAML is a data serialization format designed for human readability and interaction with scripting languages.

SnakeYAML is a YAML processor for the Java Virtual Machine.

SnakeYAML features

  • a complete YAML 1.1 processor. In particular, SnakeYAML can parse all examples from the specification.
  • Unicode support including UTF-8/UTF-16 input/output.
  • high-level API for serializing and deserializing native Java objects.
  • support for all types from the YAML types repository.
  • relatively sensible error messages.

Info

Contribute