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/tests/Symfony/Tests/Component/Yaml
Fabien Potencier 0391ac770e merged branch ezzatron/yaml-negative-integers (PR #6784)
This PR was merged into the 2.0 branch.

Commits
-------

fea20b7 [Yaml] fixed #6770

Discussion
----------

[Yaml] fixed parsing of negative integers (2.0 branch)

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #6770
| License       | MIT
| Doc PR        | n/a

Note that an unrelated test fixture for large integers had to be changed to work on systems with 64-bit integer support because of the change from `assertEquals()` to `assertSame()`. Please see the diff for clarification.
2013-01-18 07:25:05 +01:00
..
Fixtures fixed CS (mainly method signatures) 2012-07-09 14:43:50 +02:00
DumperTest.php [Yaml] fixed unneeded BC break 2013-01-17 22:16:19 +01:00
InlineTest.php [Yaml] fixed #6770 2013-01-18 09:32:48 +10:00
ParserTest.php [Yaml] fixed #6773 2013-01-18 09:42:00 +10:00