Skip to content

Commit

Permalink
Avoid using tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Shea committed Apr 28, 2009
1 parent 6b5f9a9 commit 855f24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_parsing.rb
Expand Up @@ -722,7 +722,7 @@ def test_days_in_november

def test_parse_strip_tokens_preserved_case
assert_equal Chronic.strip_tokens("Ham Sandwich"), "Ham Sandwich"
assert_equal Chronic.strip_tokens("Eat a Ham Sandwich for lunch tomorrow"), "Eat a Ham Sandwich for lunch"
assert_equal Chronic.strip_tokens("Eat a Ham Sandwich tomorrow"), "Eat a Ham Sandwich"
end

def test_parse_this_past
Expand Down

0 comments on commit 855f24d

Please sign in to comment.