mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Updating tests corresponding to changes in samples
This commit is contained in:
@@ -147,7 +147,7 @@ class TestHeuristcs < Minitest::Test
|
|||||||
# Only calling out '.h' filenames as these are the ones causing issues
|
# Only calling out '.h' filenames as these are the ones causing issues
|
||||||
assert_heuristics({
|
assert_heuristics({
|
||||||
"Objective-C" => all_fixtures("Objective-C", "*.h"),
|
"Objective-C" => all_fixtures("Objective-C", "*.h"),
|
||||||
"C++" => ["C++/scanner.h", "C++/v8.h", "C++/gdsdbreader.h"],
|
"C++" => ["C++/scanner.h", "C++/protocol-buffer.pb.h", "C++/v8.h", "C++/gdsdbreader.h"],
|
||||||
"C" => nil
|
"C" => nil
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user