Skip to content

Instantly share code, notes, and snippets.

@kzar
Created December 4, 2015 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kzar/69dcad68704f1186cda5 to your computer and use it in GitHub Desktop.
Save kzar/69dcad68704f1186cda5 to your computer and use it in GitHub Desktop.
Filter classes: Invalid filters (5, 18, 23)Rerun9 ms
##[-abp-properties='abc']@ 3 ms
Expected:
"hasReason
text=##[-abp-properties='abc']
type=invalid"
Result:
"text=##[-abp-properties='abc']
type=invalid"
Diff:
"hasReason
text=##[-abp-properties='abc']
"text=##[-abp-properties='abc']
type=invalid"
Source:
at chrome-extension://ljijjchcgknhinhknfmjkbiedmnjjjnf/qunit/qunit.js:1933:13
~foo.com##[-abp-properties='abc']@ 6 ms
Expected:
"hasReason
text=~foo.com##[-abp-properties='abc']
type=invalid"
Result:
"text=~foo.com##[-abp-properties='abc']
type=invalid"
Diff:
"hasReason
text=~foo.com##[-abp-properties='abc']
"text=~foo.com##[-abp-properties='abc']
type=invalid"
Source:
at chrome-extension://ljijjchcgknhinhknfmjkbiedmnjjjnf/qunit/qunit.js:1933:13
~foo.com,~bar.com##[-abp-properties='abc']@ 7 ms
Expected:
"hasReason
text=~foo.com,~bar.com##[-abp-properties='abc']
type=invalid"
Result:
"text=~foo.com,~bar.com##[-abp-properties='abc']
type=invalid"
Diff:
"hasReason
text=~foo.com,~bar.com##[-abp-properties='abc']
"text=~foo.com,~bar.com##[-abp-properties='abc']
type=invalid"
Source:
at chrome-extension://ljijjchcgknhinhknfmjkbiedmnjjjnf/qunit/qunit.js:1933:13
foo##[-abp-properties='abc']@ 7 ms
Expected:
"hasReason
text=foo##[-abp-properties='abc']
type=invalid"
Result:
"text=foo##[-abp-properties='abc']
type=invalid"
Diff:
"hasReason
text=foo##[-abp-properties='abc']
"text=foo##[-abp-properties='abc']
type=invalid"
Source:
at chrome-extension://ljijjchcgknhinhknfmjkbiedmnjjjnf/qunit/qunit.js:1933:13
~foo.com,bar##[-abp-properties='abc']@ 8 ms
Expected:
"hasReason
text=~foo.com,bar##[-abp-properties='abc']
type=invalid"
Result:
"text=~foo.com,bar##[-abp-properties='abc']
type=invalid"
Diff:
"hasReason
text=~foo.com,bar##[-abp-properties='abc']
"text=~foo.com,bar##[-abp-properties='abc']
type=invalid"
Source:
at chrome-extension://ljijjchcgknhinhknfmjkbiedmnjjjnf/qunit/qunit.js:1933:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment