aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych/test_json_tree.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/psych/json/test_stream.rb (Psych::JSON::TestStream::test_list_to_json):usa2014-11-201-1/+1
* * test/psych/test_*.rb: use require_relative to require local libraryxibbar2013-03-261-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so thattenderlove2011-05-031-1/+1
* converting require_relative to just regular requirestenderlove2011-03-301-1/+1
* * ext/psych/lib/psych/json/stream.rb: do not emit custom tags in mapstenderlove2011-02-211-0/+11
* fixed a bug in the test suite. Thanks Benoit Daloze! [ruby-core:34641]tenderlove2011-01-221-2/+3
* revert unrelated fix from r30615. Sorry!kosaki2011-01-201-2/+2
* * configure.in: Add '#include <stdlib.h>' tokosaki2011-01-201-2/+2
* * ext/psych/lib/psych/visitors/json_tree.rb: Fix JSON emit fortenderlove2011-01-201-0/+10
* * ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSONtenderlove2011-01-171-4/+4
* * test/psych/*: switching tests to use relative require.tenderlove2010-03-291-1/+1
* * ext/psych/*: importing Psych to trunktenderlove2010-03-281-0/+43