Skip to content

Instantly share code, notes, and snippets.

@fujiwara
Created May 11, 2009 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fujiwara/109851 to your computer and use it in GitHub Desktop.
Save fujiwara/109851 to your computer and use it in GitHub Desktop.
MATCH FAILED
input: [[% USE LinkTo -%]\n[% args = {\n href => '/link/to?foo=bar',\n hoge => 'huga',\n in => 'put',\n} -%]\n[% LinkTo.link_to('link_text', args) %]\n]
expect: [<a href="/link/to?foo=bar&amp;in=put&amp;hoge=huga">link_text</a>]
output: [<a href="/link/to?foo=bar&amp;hoge=huga&amp;in=put">link_text</a>]
FAILED 13: - template text 5 did not match expected
not ok 13 - template text 5 did not match expected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment