summaryrefslogtreecommitdiff
path: root/spec/ffi_yajl/parser_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* add busted specs for outstanding parser bugsLamont Granquist2014-11-221-1/+49
* change allow_comment default to trueLamont Granquist2014-08-071-0/+8
* handle StringIOs by being slurpy for nowLamont Granquist2014-06-151-1/+0
* fix very large floats in ffiLamont Granquist2014-06-151-1/+0
* support yajl parser optionsLamont Granquist2014-06-141-5/+103
* implementing allow_comments in ffiLamont Granquist2014-06-141-3/+1
* don't do the long tests on ruby <= 1.9.2Lamont Granquist2014-06-141-2/+2
* mark some of the other stuff pending for nowLamont Granquist2014-06-141-0/+3
* implement symbolize_keys/names for FFILamont Granquist2014-06-131-0/+10
* additional parser specsLamont Granquist2014-06-131-50/+337
* fix empty-string spec + turn greenLamont Granquist2014-05-061-1/+1
* ohai hints files rely on this behaviorLamont Granquist2014-05-061-0/+5
* fixes BracesAroundHashParametersLamont Granquist2014-05-061-9/+9
* fixes SpaceInsideHashLiteralBracesLamont Granquist2014-05-061-9/+9
* add UTF-8 magic comment to specsLamont Granquist2013-12-211-1/+1
* unicode fixesLamont Granquist2013-12-191-0/+6
* add some floating point testsLamont Granquist2013-12-191-0/+42
* add tests for missing/trailing brackets/bracesLamont Granquist2013-12-131-0/+30