Displaying 1 result from an estimated 1 matches for "u00a3500".
2007 Feb 12
6
Specs for Ajax partials with unicode characters
...ecify "the response should definitely have a p with ?500" do
response.should_have ''p'', :text => ''?500''
end
end
The error for the should_have_tag gives this error message:
Element.update("test_div", "<p>\u00a3500</p>"); should include
["[\"p\", {:content=>\"?500\"}]"]
I don''t know, well, anything about JavaScript but I''m informed by one
of our developers that the replacement string is in JSON format.
Either way the only way to make the sp...