aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/yaml/snakeyaml/emitter/EmitterTest.java
AgeCommit message (Expand)Author
2022-09-07Reformat tests with IntelliJAndrey Somov
2022-09-07Reformat with Google styleAndrey Somov
2022-09-01fixed StreamReader.isPrintable() check using the char instead of the codepoin...Florian Waltenberger
2021-12-14Remove snakeyaml.orgAndrey Somov
2021-06-30reverted emitter tests and fixed the related emitter issueWolf2323
2020-10-13implement serializer and emitter comment changes required changes toOmer Azmon
2020-07-25Add test to check SnakeYAML engine compatibilityAndrey Somov
2020-06-29Fix issue 480: allow non ASCII chars in anchorsAndrey Somov
2018-02-10Refactor ScalarEvent - use enum ScalarStyle instead of CharacterAndrey Somov
2016-02-06Support customizing a whitespace before list indicatorstareq.sha@gmail.com
2015-02-17Only leave the start year in the Copyright statementAndrey Somov
2015-02-13Additional unit tests for split line functionality in Emitter.Ville Koskela
2014-04-03Apply year 2014 in the headerAndrey Somov
2013-03-30Apply 2013 year in the copyrightpy4fun
2012-09-29Update test for issue 158py4fun
2012-09-29Fix issue 158: improve support for 32-bit characterspy4fun
2012-01-06Update year to 2012py4fun
2012-01-05Use EolExtension to force LF as line separator for all operating systemspy4fun
2011-10-09Issue 66: prepare flexible scalar stylepy4fun
2011-02-24Organize importspy4fun
2011-01-13Apply year 2011 in the copyrightpy4fun
2010-09-20Issue 91: apply www.snakeyaml.org domain namepy4fun
2010-08-05Move SnakeYaml back to Yamlpy4fun
2010-08-05Major change: drop Loader from the public APIpy4fun
2010-06-04Use project name in the copyright holder of source filespy4fun
2010-03-03format sourcepy4fun
2010-03-03Enhancement for a pretty format that combines BLOCK and FLOWobastard
2010-01-04include 2010 year in the license headersomov
2009-08-14Apply Apache License Version 2.0somov
2009-06-26less output in testssomov
2009-04-07Refactor: rename enums in DumperOptions to make the names consistentas80418
2009-03-14update wiki for JavaBeanParsersomov