Skip to content

Instantly share code, notes, and snippets.

@soawesomeman
Created December 15, 2008 14:30
Show Gist options
  • Save soawesomeman/35965 to your computer and use it in GitHub Desktop.
Save soawesomeman/35965 to your computer and use it in GitHub Desktop.
103 def test_lst
104 assert_equal {5 => "line"}, @builder.lst({1 => {}, 2 => {:meta => {:list => {5 => "line"}}}})
105 end
$ ruby test/test_builder.rb
test/test_builder.rb:104: syntax error, unexpected tASSOC, expecting '}'
assert_equal {5 => "line"}, @builder.lst({1 => {}, 2 => {:meta => {:list => {5 => "line"}}}})
^
test/test_builder.rb:104: syntax error, unexpected ',', expecting kEND
assert_equal {5 => "line"}, @builder.lst({1 => {}, 2 => {:meta => {:list => {5 => "line"}}}})
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment