Add failing test bad mac format

This commit is contained in:
Joshua Peek
2013-06-09 20:45:59 -05:00
parent e5cf7ac764
commit 91284e5530
2 changed files with 474 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ class TestBlob < Test::Unit::TestCase
def test_mac_format
assert blob("Text/mac.txt").mac_format?
assert !blob("Emacs Lisp/ess-julia.el").mac_format?
end
def test_lines_mac_format