Created
July 24, 2013 14:02
-
-
Save ericbmerritt/6070848 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
quote do | |
result = case content_type do | |
unquote(clauses) | |
end | |
end | |
resulting in error: | |
Compiled lib/vaquero.ex | |
Generated vaquero.app | |
/usr/local/bin/mix test | |
** (SyntaxError) /Users/emerrit/workspace/vaquero/test/cowboy_test.exs:6: expected pairs with -> for key do |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment