You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// differences in counts explained by client.hostAnchoredExceptionHashSet->GetSize() underreporting when compared to client.numHostAnchoredExceptionFilters
1521
1530
constUBLOCK_UNBREAK:ListCounts = ListCounts{
@@ -1617,7 +1626,7 @@ mod legacy_rule_parsing_tests {
1617
1626
#[test]
1618
1627
fnparse_easylist(){
1619
1628
check_list_counts(
1620
-
["./data/test/easylist.txt"],
1629
+
["./data/easylist.to/easylist/easylist.txt"],
1621
1630
FilterFormat::Standard,
1622
1631
EASY_LIST,
1623
1632
);
@@ -1626,7 +1635,7 @@ mod legacy_rule_parsing_tests {
1626
1635
#[test]
1627
1636
fnparse_easyprivacy(){
1628
1637
check_list_counts(
1629
-
["./data/test/easyprivacy.txt"],
1638
+
["./data/easylist.to/easylist/easyprivacy.txt"],
1630
1639
FilterFormat::Standard,
1631
1640
EASY_PRIVACY,
1632
1641
);
@@ -1700,8 +1709,8 @@ mod legacy_rule_parsing_tests {
1700
1709
let expectation = EASY_LIST + EASY_PRIVACY + UBLOCK_UNBREAK + BRAVE_UNBREAK;
0 commit comments