зеркало из https://github.com/github/ruby.git
* test/yaml/test_boolean.rb (test_n): fixing test name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
7b7d8f8732
Коммит
eadda0002a
|
@ -29,7 +29,7 @@ module YAML
|
|||
###
|
||||
# YAML spec says "n" and "N" may be used as false, but Syck treats them
|
||||
# as literal strings
|
||||
def test_y
|
||||
def test_n
|
||||
assert_equal "n", YAML.load("--- n")
|
||||
assert_equal "N", YAML.load("--- N")
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче