Skip to content

Instantly share code, notes, and snippets.

@der-flo
Created April 22, 2009 19:08
Show Gist options
  • Save der-flo/99988 to your computer and use it in GitHub Desktop.
Save der-flo/99988 to your computer and use it in GitHub Desktop.
it "should escape text values in url" do
title = 'Chart & Title'
legend = ['first data & set label', 'n data set label']
chart = Gchart.line(:title => title, :legend => legend)
chart.include?(Gchart.jstize("chdl=first+data+%26+set+label|n+data+set+label")).should be_true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment