summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update test libraries from https://github.com/ruby/ruby/commit/b4e438d8aabaf4...Hiroshi SHIBATA2023-03-242-68/+109
* Fix RestrictedYAMLTree allowing the Symbol class should allow all symbolsJean Boussier2023-01-221-2/+5
* Update for stricter 1.2 syntaxCharles Oliver Nutter2023-01-181-16/+16
* 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-231-1/+1
* Only ignore current failures in JRubyDavid Rodríguez2022-10-073-0/+21
* Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada2022-08-091-0/+20
* Raise specific error when an anchor isn't definedAlexander Momchilov2022-07-272-2/+2
* Update to squiggly heredocs in the fileAlexander Momchilov2022-07-271-12/+12
* Add test for missing anchorAlexander Momchilov2022-07-271-0/+11
* Add test for anchor reuseAlexander Momchilov2022-07-271-0/+11
* Raise specific error when aliases are not enabledAlexander Momchilov2022-07-276-8/+8
* Don't hardcode expected alias namesAlexander Momchilov2022-07-273-22/+28
* Test that recursive refs dump as aliasesAlexander Momchilov2022-07-223-0/+37
* Clarify tests about parsing aliasesAlexander Momchilov2022-07-221-8/+21
* Add strict_integer option to parse numbers with commas as stringsSeth Boyles2022-01-142-0/+36
* s/RubyVM::JIT/RubyVM::MJIT/gTakashi Kokubun2021-12-141-1/+1
* test/psych/test_scalar_scanner.rb: Prevent a warningYusuke Endoh2021-09-281-1/+1
* Bump up the latest version of CoreAssertionsHiroshi SHIBATA2021-09-111-30/+34
* Replace A-Za-z with [:alpha:]jory-graham2021-08-051-0/+22
* Merge pull request #515 from ruby/quote-y-nAaron Patterson2021-08-041-0/+13
|\
| * Add quotes to the strings "y" and "n"Aaron Patterson2021-08-041-0/+13
* | Merge pull request #460 from tbrisker/floatscannerAaron Patterson2021-08-041-0/+12
|\ \
| * | Improve float scalar scannerTomer Brisker2020-08-081-0/+12
* | | Merge pull request #473 from OpakAlex/fix-integer-parsing-for-yamlAaron Patterson2021-08-041-2/+13
|\ \ \ | |_|/ |/| |
| * | add more testsAlexandr Opak2021-01-291-2/+6
| * | fix typoAlexandr Opak2021-01-291-2/+2
| * | fix parsing integer values with '_' at the endAlexandr Opak2021-01-291-1/+8
* | | Merge pull request #507 from ahorek/delegate_fixHiroshi SHIBATA2021-06-161-0/+1
|\ \ \
| * | | require 'delegate' explicitlyPavel Rosický2021-06-071-0/+1
* | | | Fix the test that does not work with libyaml-0.1.7Yusuke Endoh2021-06-071-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
* | | test/psych/test_coder.rb: Suppress non-parenthesis warningsYusuke Endoh2021-06-071-3/+3
* | | Suppress debug messageNobuyoshi Nakada2021-06-071-0/+1
* | | Implement YAML.safe_dump to make safe_load more usable.Jean Boussier2021-05-191-0/+57
* | | 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
* | | remove deprecated interfaceAaron Patterson2021-05-133-68/+2
* | | Introduce `Psych.unsafe_load`Aaron Patterson2021-05-1324-118/+149
* | | Merge pull request #475 from whitehat101/feature/dynamic-scalar-seq-styleAaron Patterson2021-05-101-0/+121
|\ \ \
| * | | feat: allow scalars and sequences to be styled when dumpedJeremy Ebler2021-02-071-0/+121
| |/ /
* | | Merge pull request #480 from Shopify/symbolize-name-non-string-keysHiroshi SHIBATA2021-05-101-3/+4
|\ \ \
| * | | Fix symabolize_name with non-string keysJean Boussier2021-02-251-3/+4
* | | | Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-05-1012-61/+61
* | | | Removed needless platform detectionHiroshi SHIBATA2021-05-101-10/+0
* | | | Import test assertions from ruby/rubyHiroshi SHIBATA2021-05-104-0/+1167
* | | | Use pend instead of skipHiroshi SHIBATA2021-05-102-2/+2
* | | | Fixed test-case for NaNHiroshi SHIBATA2021-05-101-2/+2
* | | | Use Ractor constant for ignoreing conditionHiroshi SHIBATA2021-05-101-1/+1