mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge test cases
This commit is contained in:
@@ -63,9 +63,6 @@ class TestBlob < Test::Unit::TestCase
|
||||
|
||||
def test_lines
|
||||
assert_equal ["module Foo", "end", ""], blob("Ruby/foo.rb").lines
|
||||
end
|
||||
|
||||
def test_lines_mac_format
|
||||
assert_equal ["line 1", "line 2", ""], blob("Text/mac.txt").lines
|
||||
assert_equal 473, blob("Emacs Lisp/ess-julia.el").lines.length
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user