Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Kimtaro/ve
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimtaro committed Jan 22, 2015
2 parents 7a90232 + ce53fec commit 65bbeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/providers/freeling_en.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def initialize(config = {})

def works?
p = parse('Wrote')
["Wrote write VBD 1", ""] == p.tokens.collect { |t| t[:raw] }
"Wrote write VBD 1" == p.tokens.collect { |t| t[:raw] }[0]
end

# Talks to the app and returns a parse object
Expand Down

0 comments on commit 65bbeba

Please sign in to comment.