Skip to content

Commit

Permalink
Merge pull request #27 from gjtorikian/lets-keep-the-party-bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian authored Jul 21, 2016
2 parents 85b8ed9 + 9319ef6 commit 062c61a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/commonmarker/cmark
Submodule cmark updated from d4cb8e to e91dc1
2 changes: 1 addition & 1 deletion script/single_test
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e

bundle exec rake compile
ruby -I"lib:test" test/$1
bundle exec rake test TEST=test/$1
2 changes: 1 addition & 1 deletion test/test_attributes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_sourcepos
},
{
:start_line => 1,
:start_column => 4,
:start_column => 1,
:end_line => 1,
:end_column => 17
},
Expand Down

0 comments on commit 062c61a

Please sign in to comment.