mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +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
|
||||
assert_heuristics({
|
||||
"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
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user