summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-05-19Implement YAML.safe_dump to make safe_load more usable.Jean Boussier
2021-05-17Make the test pass with the old libyamlYusuke Endoh
2021-05-17assert_equal accepts an expected value as the first argumentYusuke Endoh
2021-05-13remove deprecated interfaceAaron Patterson
2021-05-13Introduce `Psych.unsafe_load`Aaron Patterson
2021-05-10Merge pull request #475 from whitehat101/feature/dynamic-scalar-seq-styleAaron Patterson
2021-05-10Merge pull request #480 from Shopify/symbolize-name-non-string-keysHiroshi SHIBATA
2021-05-10Use assert_raise instead of assert_raisesHiroshi SHIBATA
2021-05-10Removed needless platform detectionHiroshi SHIBATA
2021-05-10Import test assertions from ruby/rubyHiroshi SHIBATA
2021-05-10Use pend instead of skipHiroshi SHIBATA
2021-05-10Fixed test-case for NaNHiroshi SHIBATA
2021-05-10Use Ractor constant for ignoreing conditionHiroshi SHIBATA
2021-05-10Use test-unit instead of minitestHiroshi SHIBATA
2021-02-25Fix symabolize_name with non-string keysJean Boussier
2021-02-15Fix custom marshalization with symbolize_names: trueJean Boussier
2021-02-07feat: allow scalars and sequences to be styled when dumpedJeremy Ebler
2020-12-23Skip test_ractor.rb with ruby/psych repoHiroshi SHIBATA
2020-12-23[ruby/psych] Optimize cache with `compare_by_identity`Marc-Andre Lafortune
2020-12-23[ruby/psych] Make Ractor-ready.Marc-Andre Lafortune
2020-11-12Add `Psych.safe_load_file`. Tweak doc to provide `safe_` examples.Marc-Andre Lafortune
2020-09-10Forward keyword arguments in load_file and load_streamJean Boussier
2020-07-16Remove private_iv_getCharles Oliver Nutter
2020-06-23Fix remove warning & support multi-run test for test/psych/visitors/test_to_r...S-H-GAMELINKS
2020-06-23remove warning & support multi-run test for test/psych_test_yaml.rb (#2887)S.H
2020-06-23remove warning & support multi-run test for test/psych/visitors/test_to_ruby....S.H
2020-06-08Fix anchor lookup with symbolized namesJean Boussier
2020-06-03Merge pull request #438 from mthorn/masterAaron Patterson
2020-06-03Fixing compatibility with libyaml 0.2.5Aaron Patterson
2020-03-03Fix ArgumentError with leading and trailing underscores in number strings.Mark Thorn
2019-11-28Implement `freeze` option for Pysch.loadJean Boussier
2019-10-21Remove taint supportJeremy Evans
2019-07-25Suppress uninitialized instance variable warningsNobuyoshi Nakada
2019-07-22Deduplicate hash keys if they're stringsJean Boussier
2019-04-26Do not allocate a string to check if a scalar is an integerJean Boussier
2019-01-16Add test to demonstrate issue deserializing hash with ivarJordan Owens
2019-01-09Round trip exception backtracesAaron Patterson
2018-11-10Use friendlier terminology in YAML.safe_loadJuanito Fatas
2018-10-20Avoid to warnings for deprecated interfaces.SHIBATA Hiroshi
2018-09-18Put parentheses before minus operator.SHIBATA Hiroshi
2018-09-18Prefer to use assert_nilSHIBATA Hiroshi
2018-07-13unifying interface of PsychGreg Houle
2018-07-12Added tests for special cases and better overall API test coverageGreg Houle
2018-04-24Add test cases for fallback argument of Psych.loadMarcus Stollsteimer
2018-04-24Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer
2018-04-23Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer
2017-12-20Add a predicate method to each nodeAaron Patterson
2017-12-19Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer
2017-12-02Convert fallback option to a keyword argumentMarcus Stollsteimer
2017-11-30Add :symbolize_names option to .safe_load tooTakashi Kokubun