summaryrefslogtreecommitdiff
path: root/test/signedunsigned3.test
Commit message (Collapse)AuthorAgeFilesLines
* test: Use diff --strip-trailing-cr to fix tests on windowsNikias Bassen2019-12-181-2/+2
|
* test: Add another test case for signed/unsigned (multiple) integersNikias Bassen2016-06-291-0/+23
Apart from testing the actual integer signed vs. unsigned value storage and conversion, this test will check that the binary plist optimization is not re-using existing values. Basically it will test the fix that was introduced with commit acd226d1f71a78dd23b47a9a5c4ca8cf8068d509.