summaryrefslogtreecommitdiff
path: root/test/psych
Commit message (Expand)AuthorAgeFilesLines
* [ruby/psych] Update for stricter 1.2 syntaxCharles Oliver Nutter2023-01-311-16/+16
* [ruby/psych] Fix RestrictedYAMLTree allowing the Symbol class should allow al...Jean Boussier2023-01-231-2/+5
* [ruby/psych] Get rid of anonymous eval callsJean Boussier2023-01-112-4/+4
* Always issue deprecation warning when calling Regexp.new with 3rd positional ...Jeremy Evans2022-12-221-1/+1
* Merge Psych-5.0.1Hiroshi SHIBATA2022-12-093-0/+21
* [ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada2022-09-071-0/+20
* [ruby/psych] Raise specific error when an anchor isn't definedAlexander Momchilov2022-08-092-2/+2
* [ruby/psych] Update to squiggly heredocs in the fileAlexander Momchilov2022-08-091-12/+12
* [ruby/psych] Add test for missing anchorAlexander Momchilov2022-08-091-0/+11
* [ruby/psych] Add test for anchor reuseAlexander Momchilov2022-08-091-0/+11
* [ruby/psych] Raise specific error when aliases are not enabledAlexander Momchilov2022-08-096-8/+8
* [ruby/psych] Don't hardcode expected alias namesAlexander Momchilov2022-08-093-22/+28
* [ruby/psych] Test that recursive refs dump as aliasesAlexander Momchilov2022-08-093-0/+37
* [ruby/psych] Clarify tests about parsing aliasesAlexander Momchilov2022-08-091-8/+21
* [ruby/psych] Add strict_integer option to parse numbers with commas as stringsSeth Boyles2022-01-222-0/+36
* test/psych/test_scalar_scanner.rb: Prevent a warningYusuke Endoh2021-09-091-1/+1
* [ruby/psych] Replace A-Za-z with [:alpha:]jory-graham2021-08-311-0/+22
* [ruby/psych] Add quotes to the strings "y" and "n"Aaron Patterson2021-08-311-0/+13
* [ruby/psych] add more testsAlexandr Opak2021-08-311-2/+6
* [ruby/psych] fix typoAlexandr Opak2021-08-311-2/+2
* [ruby/psych] fix parsing integer values with '_' at the endAlexandr Opak2021-08-311-1/+8
* [ruby/psych] Improve float scalar scannerTomer Brisker2021-08-311-0/+12
* [ruby/psych] require 'delegate' explicitlyPavel Rosický2021-07-291-0/+1
* [ruby/psych] Fix the test that does not work with libyaml-0.1.7Yusuke Endoh2021-06-081-1/+1
* Do not use YAML module in tests of PsychHiroshi SHIBATA2021-06-071-8/+8
* Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-06-071-4/+4
* [ruby/psych] Implement YAML.safe_dump to make safe_load more usable.Jean Boussier2021-06-071-0/+57
* Suppress debug messageNobuyoshi Nakada2021-05-261-0/+1
* test/psych/test_coder.rb: Suppress non-parenthesis warningsYusuke Endoh2021-05-181-3/+3
* Make the test pass with the old libyamlYusuke Endoh2021-05-171-3/+3
* assert_equal accepts an expected value as the first argumentYusuke Endoh2021-05-171-15/+15
* [ruby/psych] remove deprecated interfaceAaron Patterson2021-05-173-68/+2
* [ruby/psych] Introduce `Psych.unsafe_load`Aaron Patterson2021-05-1724-118/+149
* [ruby/psych] Fix symabolize_name with non-string keysJean Boussier2021-05-171-3/+4
* [ruby/psych] feat: allow scalars and sequences to be styled when dumpedJeremy Ebler2021-05-171-0/+121
* [ruby/psych] Fix custom marshalization with symbolize_names: trueJean Boussier2021-05-101-0/+8
* [ruby/psych] Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-05-1012-61/+61
* [ruby/psych] Use pend instead of skipHiroshi SHIBATA2021-05-102-2/+2
* [ruby/psych] Fixed test-case for NaNHiroshi SHIBATA2021-05-101-2/+2
* [ruby/psych] Use Ractor constant for ignoreing conditionHiroshi SHIBATA2021-05-101-1/+1
* [ruby/psych] Use test-unit instead of minitestHiroshi SHIBATA2021-05-101-8/+2
* [ruby/psych] Skip test_ractor.rb with ruby/psych repoHiroshi SHIBATA2020-12-231-1/+1
* [ruby/psych] Optimize cache with `compare_by_identity`Marc-Andre Lafortune2020-12-231-0/+3
* [ruby/psych] Make Ractor-ready.Marc-Andre Lafortune2020-12-231-0/+47
* Merge Psych-3.2.1 from ruby/psychHiroshi SHIBATA2020-12-142-0/+24
* [ruby/psych] Forward keyword arguments in load_file and load_streamJean Boussier2020-09-251-0/+34
* Remove private_iv_getCharles Oliver Nutter2020-09-251-1/+2
* [ruby/psych] Fix anchor lookup with symbolized namesJean Boussier2020-06-231-0/+10
* [ruby/psych] Fixing compatibility with libyaml 0.2.5Aaron Patterson2020-06-053-24/+21
* [ruby/psych] Fix ArgumentError with leading and trailing underscores in numbe...Mark Thorn2020-06-051-0/+3