spec/antelope/template_spec.rb in antelope-0.1.9 vs spec/antelope/template_spec.rb in antelope-0.1.10
- old
+ new
@@ -27,12 +27,12 @@
_out ||= ""
_out << "hello\\n"
_out << begin
something
end.to_s
-_out << "world\\n\\n"
+_out << "\\nworld\\n\\n"
thing
-_out << "a\\n\\n"
+_out << "\\na\\n\\n"
_out
TEST
end
end
end