Add regression test

This commit is contained in:
Adam Stankiewicz
2020-10-18 13:34:01 +02:00
parent 8a790ac7bf
commit bb27d0efbf

View File

@@ -128,6 +128,10 @@ def load_data()
for package in packages
for filetype in package["filetypes"]
if ["context", "man"].include?(filetype["name"]) && package["remote"]
puts "context and man packages caused issues in past, are you sure?"
exit 1
end
if filetype["patterns"]
for pattern in filetype["patterns"]
for p in comma_expanson(pattern["pattern"])