This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Yaml/Tests
Christophe Coevoet af369aee64 [Yaml] Fixed the escaping of strings starting with a dash when dumping
Dashes need to be escaped in character sets in regexes as they are used to
specify a range otherwise.
Refs #9039
2013-10-11 00:23:27 +02:00
..
Fixtures [Yaml] Fix comment containing a colon on a scalar line being parsed as a hash. 2013-08-22 15:12:42 +02:00
DumperTest.php Added unit tests to Dumper 2013-03-20 17:54:45 +01:00
InlineTest.php [Yaml] Fixed the escaping of strings starting with a dash when dumping 2013-10-11 00:23:27 +02:00
ParseExceptionTest.php [Yaml] fixed typo 2013-09-22 19:30:19 +02:00
ParserTest.php [Yaml] fixed embedded folded string parsing 2013-08-24 08:36:00 +02:00
YamlTest.php [Finder] tests for Yaml class 2012-07-04 18:29:04 +02:00