This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
add missing matchers test file
tags/v0.4.2
Jonathan Cobb
5 years ago
parent
da59faea11
commit
5c7d8656f0
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
bubble-server/src/test/resources/models/apps/user_block/hn_test/bubbleApp_userBlock_hn_matchers.json
+ 13
- 0
bubble-server/src/test/resources/models/apps/user_block/hn_test/bubbleApp_userBlock_hn_matchers.json
View File
@@ -0,0 +1,13 @@
[{
"name": "UserBlocker",
"children": {
"AppMatcher": [{
"name": "HNCommentMatcher",
"site": "HackerNews",
"template": true,
"fqdn": "news.ycombinator.com",
"urlRegex": "/item\\?id=\\d+",
"rule": "hn_user_blocker"
}]
}
}]
Write
Preview
Loading…
Cancel
Save