Skip to content

Instantly share code, notes, and snippets.

@headius
Created October 21, 2016 19:40
Show Gist options
  • Save headius/81dce0cf2e92239c0592f83fed3fd58f to your computer and use it in GitHub Desktop.
Save headius/81dce0cf2e92239c0592f83fed3fd58f to your computer and use it in GitHub Desktop.
19) Failure:
NokogiriSAXEngineTest#test_children_with_multiple_cdata [/Users/headius/projects/rails/activesupport/test/xml_mini/nokogirisax_engine_test.rb:171]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-{"root"=>{"products"=>{"__content__"=>"
- cdatablock1cdatablock2
+{"root"=>{"products"=>{"__content__"=>"cdatablock1cdatablock2
+
"}}}
20) Failure:
NokogiriSAXEngineTest#test_children_with_simple_cdata [/Users/headius/projects/rails/activesupport/test/xml_mini/nokogirisax_engine_test.rb:161]:
--- expected
+++ actual
@@ -1,3 +1,3 @@
-{"root"=>{"products"=>{"__content__"=>"
- cdatablock
+{"root"=>{"products"=>{"__content__"=>"cdatablock
+
"}}}
21) Failure:
NokogiriSAXEngineTest#test_children_with_text_and_cdata [/Users/headius/projects/rails/activesupport/test/xml_mini/nokogirisax_engine_test.rb:181]:
--- expected
+++ actual
@@ -1,4 +1,4 @@
-{"root"=>{"products"=>{"__content__"=>"
- hello cdatablock
+{"root"=>{"products"=>{"__content__"=>"cdatablock
+ hello
morning
"}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment