summaryrefslogtreecommitdiff
path: root/test/test_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow `Marshal.load` to be disabled for `Plist.parse_xml` (#61)Matt Brictson2023-02-211-0/+52
* Add error unimplemented (#51)Laurent Arnoud2019-12-291-0/+6
* Add support for text inside `<![CDATA[ ... ]]>`. (#49)Markus Reiter2019-09-041-0/+15
* Use `snake_case`.Markus Reiter2017-05-061-1/+1
* Fix comment indentation.Markus Reiter2017-05-061-3/+3
* Refactor method code style.Markus Reiter2017-05-061-23/+23
* Remove extra empty lines.Markus Reiter2017-05-061-1/+0
* Fix ASCII/UTF-8 error. (#38)Markus Reiter2017-04-231-2/+12
* Remove shebangs from Ruby files.Markus Reiter2017-04-231-2/+0
* rejigger a couple of parser tests so they passBen Bleything2010-02-161-10/+13
* remove ugly header comments, replace with simpler alternativeBen Bleything2010-02-141-7/+1
* * parser now accepts strings or anything that responds to #readBen Bleything2007-02-241-0/+10
* fix whitespaceBen Bleything2006-09-201-1/+1
* merge generator-injection-removal branch into trunkBen Bleything2006-09-131-22/+4
* add test to expose bug in parser when handling comments in xml filesBen Bleything2006-09-121-0/+6
* fixed bugs, changed data elements to return StringIOPatrick May2006-09-101-27/+15
* rename tests so it is more clear what they doBen Bleything2006-08-201-0/+114