Skip to content

Commit 68d6ba8

Browse files
committed
Add vendored detection test for XVBA path
1 parent 614b727 commit 68d6ba8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/linguist/vendor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,5 +392,5 @@
392392
# teamcity CI configuration
393393
- (^|/)\.teamcity/
394394

395-
# VBAX dependencies
395+
# XVBA dependencies
396396
- (^|/)xvba_modules/

test/test_file_blob.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,9 @@ def test_vendored
594594
assert sample_blob(".teamcity/Project_Name_CI/Project.kt").vendored?
595595
assert sample_blob(".teamcity/Project_Name_CI/settings.kts").vendored?
596596
assert sample_blob(".teamcity/Project_Name_CI/patches/projects/3b71d400-c5d6-4628-8164-c50b1254cf1d.kts").vendored?
597+
598+
# XVBA dependencies
599+
assert sample_blob("xvba_modules/excel-types/err.d.vb").vendored?
597600
end
598601

599602
def test_documentation

0 commit comments

Comments
 (0)