mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
assert_equal accepts an expected value as the first argument --- test/psych/test_coder.rb | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) Make the test pass with the old libyaml I have no idea what result is right, but it fails with libyaml 0.1.7 (bundled with Ubuntu 18.04) anyway. --- test/psych/test_coder.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) test/psych/test_coder.rb: Suppress non-parenthesis warnings http://rubyci.s3.amazonaws.com/debian9/ruby-master/log/20210518T093002Z.log.html.gz ``` /home/chkbuild/chkbuild/tmp/build/20210518T093002Z/ruby/test/psych/test_coder.rb:277: warning: ambiguity between regexp and two divisions: wrap regexp in parentheses or add a space after `/' operator ``` --- test/psych/test_coder.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) |
||
|---|---|---|
| .. | ||
| handlers | ||
| json | ||
| nodes | ||
| visitors | ||
| helper.rb | ||
| test_alias_and_anchor.rb | ||
| test_array.rb | ||
| test_boolean.rb | ||
| test_class.rb | ||
| test_coder.rb | ||
| test_date_time.rb | ||
| test_deprecated.rb | ||
| test_document.rb | ||
| test_emitter.rb | ||
| test_encoding.rb | ||
| test_exception.rb | ||
| test_hash.rb | ||
| test_json_tree.rb | ||
| test_marshalable.rb | ||
| test_merge_keys.rb | ||
| test_nil.rb | ||
| test_null.rb | ||
| test_numeric.rb | ||
| test_object.rb | ||
| test_object_references.rb | ||
| test_omap.rb | ||
| test_parser.rb | ||
| test_psych.rb | ||
| test_ractor.rb | ||
| test_safe_load.rb | ||
| test_scalar.rb | ||
| test_scalar_scanner.rb | ||
| test_serialize_subclasses.rb | ||
| test_set.rb | ||
| test_stream.rb | ||
| test_string.rb | ||
| test_struct.rb | ||
| test_symbol.rb | ||
| test_tree_builder.rb | ||
| test_yaml.rb | ||
| test_yaml_special_cases.rb | ||
| test_yamldbm.rb | ||
| test_yamlstore.rb | ||