mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-29 05:11:00 +00:00
Correct count
This commit is contained in:
@@ -64,7 +64,7 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
def test_lines
|
def test_lines
|
||||||
assert_equal ["module Foo", "end", ""], blob("Ruby/foo.rb").lines
|
assert_equal ["module Foo", "end", ""], blob("Ruby/foo.rb").lines
|
||||||
assert_equal ["line 1", "line 2", ""], blob("Text/mac.txt").lines
|
assert_equal ["line 1", "line 2", ""], blob("Text/mac.txt").lines
|
||||||
assert_equal 473, blob("Emacs Lisp/ess-julia.el").lines.length
|
assert_equal 475, blob("Emacs Lisp/ess-julia.el").lines.length
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_size
|
def test_size
|
||||||
|
|||||||
Reference in New Issue
Block a user