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
Jeremy Mikola 05cc24ce5b [Yaml] Wrap numeric strings in quotes when dumping
This addresses an obscure case where a hash string (actually a commit-ish, "686e444") was dumped to YAML as an unquoted string value. It was later parsed from YAML as an exponential numeric and changed to ".Inf".
2011-07-13 16:58:57 -04:00
..
Exception [Yaml] moved exceptions to their own sub-namespace (added a specific exception for the dump) 2011-06-14 16:25:26 +02:00
Dumper.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Escaper.php removed empty lines/trailing spaces 2011-04-15 21:12:02 +02:00
Inline.php [Yaml] Wrap numeric strings in quotes when dumping 2011-07-13 16:58:57 -04:00
LICENSE added the LICENSE file for the YAML component 2011-02-18 11:52:11 +01:00
Parser.php [Yaml] moved exceptions to their own sub-namespace (added a specific exception for the dump) 2011-06-14 16:25:26 +02:00
Unescaper.php fixed CS 2011-06-08 12:12:55 +02:00
Yaml.php [Yaml] moved exceptions to their own sub-namespace (added a specific exception for the dump) 2011-06-14 16:25:26 +02:00