summary refs log tree commit
path: root/tests/test_json_generate.rb
DateCommit message (Expand)
2011-08-09json/generator: enforce Strings for fbuffer_append_str HEAD master
2011-08-09ext/json/generator/generator.c: prevent GC of temporary strings
2011-05-12Skip test which fails on some platforms
2011-02-26flori/json#60: Incorrect pretty-print indentation
2011-01-02fixed test setup
2010-09-23started to build jruby extension with Rakefile
2010-08-18keep track of depth correctly
2010-08-07do not forget to dup the state
2010-08-07added missing methods to State + tests
2010-03-13Merge commit 'v1.2.3'
2010-03-11added [] method to State objects
2009-11-20check circular is deprecated
2009-10-26start to use a faster string buffer
2009-10-16added additional checks for generate methods
2009-10-16different default in fast_generate
2009-08-24initial commit