summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow `Marshal.load` to be disabled for `Plist.parse_xml` (#61)Matt Brictson2023-02-211-0/+52
* Do not indent multiline string values (#54)Taylor Boyko2020-12-281-3/+31
* Add error unimplemented (#51)Laurent Arnoud2019-12-291-0/+6
* Add support for text inside `<![CDATA[ ... ]]>`. (#49)Markus Reiter2019-09-041-0/+15
* Use options hash instead of keyword arguments to support Ruby 1.8 & 1.9Yen-Nan Lin2017-08-011-5/+5
* Support custom indent stringYen-Nan Lin2017-07-311-0/+37
* Use `snake_case`.Markus Reiter2017-05-061-1/+1
* Fix comment indentation.Markus Reiter2017-05-062-4/+4
* Refactor method code style.Markus Reiter2017-05-063-34/+34
* Remove extra empty lines.Markus Reiter2017-05-061-1/+0
* Fix ASCII/UTF-8 error. (#38)Markus Reiter2017-04-232-2/+20
* Remove shebangs from Ruby files.Markus Reiter2017-04-235-10/+0
* Fixed defect in PData in which exception was thrown when <data/> element was ...Brian Freese2013-02-281-0/+2
* Merge pull request #2 from bradleyjucsc/masterBen Bleything2012-08-011-0/+21
|\
| * Changed sort to sort_by in Plist::Emit.plist_node to allow mixed symbol and s...bradleyjucsc2010-09-231-0/+21
* | Remove 'Computer' from 'Apple Computer' string in plist files ;-)Shay Frendt2011-07-066-6/+6
|/
* ruby 1.9 compatibility!Ben Bleything2010-02-231-5/+16
* excise a bunch of unnecessary @@ variablesBen Bleything2010-02-161-9/+12
* rejigger a couple of parser tests so they passBen Bleything2010-02-161-10/+13
* remove ugly header comments, replace with simpler alternativeBen Bleything2010-02-145-31/+5
* * parser now accepts strings or anything that responds to #readBen Bleything2007-02-241-0/+10
* test commit for updated post-commit hookBen Bleything2006-10-301-1/+1
* fix whitespaceBen Bleything2006-09-207-29/+29
* add tests and fixes for empty collection elements (more pedantic adherence to...Ben Bleything2006-09-151-0/+16
* merge generator-injection-removal branch into trunkBen Bleything2006-09-137-68/+286
* beef up the test dataBen Bleything2006-09-121-0/+4
* add test to expose bug in parser when handling comments in xml filesBen Bleything2006-09-122-0/+11
* fixed bugs, changed data elements to return StringIOPatrick May2006-09-103-27/+62
* rename tests so it is more clear what they doBen Bleything2006-08-202-0/+0
* whitespace cleanupBen Bleything2006-08-201-3/+3
* correctly delete the temp.plistBen Bleything2006-08-191-1/+1
* rearrange test directory for clarityBen Bleything2006-08-196-16/+21
* initial checkin; NARF plist library; Ben's project infrastructureBen Bleything2006-08-196-0/+727