aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych/test_string.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-01 01:52:26 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-01 01:52:26 +0000
commit44320c5b8d780a1572206735a88212faf9428f11 (patch)
tree33badfda3fb40eae5ce52c0e4882ae887f3df3cd /test/psych/test_string.rb
parentb4070513dde45474486955fbe1a3f3e5d787a342 (diff)
downloadruby-44320c5b8d780a1572206735a88212faf9428f11.tar.gz
Merge psych-3.0.0.
See NEWS file for this update details. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/psych/test_string.rb')
-rw-r--r--test/psych/test_string.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/psych/test_string.rb b/test/psych/test_string.rb
index e80d19194b..973f38b9c2 100644
--- a/test/psych/test_string.rb
+++ b/test/psych/test_string.rb
@@ -37,13 +37,6 @@ module Psych
assert_equal str, Psych.load(yaml)
end
- def test_doublequotes_when_there_are_single_quotes_only
- str = "psych: Please don't escape ' with ' here."
- yaml = Psych.dump str
- assert_equal "--- \"psych: Please don't escape ' with ' here.\"\n", yaml
- assert_equal str, Psych.load(yaml)
- end
-
def test_plain_when_shorten_than_line_width_and_no_final_line_break
str = "Lorem ipsum"
yaml = Psych.dump str, line_width: 12