Skip to content

Commit

Permalink
Adds DF
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr committed Feb 26, 2020
1 parent c692db5 commit 7c5baeb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/fixtures/db/dynamic_finders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76606,6 +76606,13 @@ plugins:
path: includes/languages/wpjm-opening-hours.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WPJM Opening Hours (?<v>\d+\.[\.\d]+)/i'
version: true
wpjobboard:
QueryParameter:
files:
- public/css/wpjb-glyphs.css
- public/css/frontend.css
- public/js/frontend.js
version: true
wpkitchen-fb-album:
TranslationFile:
class: BodyPattern
Expand Down
9 changes: 9 additions & 0 deletions spec/fixtures/dynamic_finders/expected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48977,6 +48977,15 @@ plugins:
interesting_entries:
- 'http://wp.lab/wp-content/plugins/wpjm-opening-hours/includes/languages/wpjm-opening-hours.pot,
Match: ''"Project-Id-Version: WPJM Opening Hours 1.0.0'''
wpjobboard:
QueryParameter:
number: 5.5.3
found_by: Query Parameter (Passive Detection)
interesting_entries:
- https://wp.lab/wp-content/plugins/wpjobboard/public/css/wpjb-glyphs.css?ver=5.5.3
- https://wp.lab/wp-content/plugins/wpjobboard/public/css/frontend.css?ver=5.5.3
- https://wp.lab/wp-content/plugins/wpjobboard/public/js/frontend.js?ver=5.5.3
confidence: 30
wpkitchen-fb-album:
TranslationFile:
number: '1.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18160,6 +18160,12 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wpideaforge/js/frontend.js?ver=0.5.0"></script>


<!-- wpjobboard -->
<link rel="stylesheet" id="wpjb-glyphs-css" href="https://wp.lab/wp-content/plugins/wpjobboard/public/css/wpjb-glyphs.css?ver=5.5.3" type="text/css" media="all">
<link rel="stylesheet" id="wpjb-css-css" href="https://wp.lab/wp-content/plugins/wpjobboard/public/css/frontend.css?ver=5.5.3" type="text/css" media="all">
<script type="text/javascript" src="https://wp.lab/wp-content/plugins/wpjobboard/public/js/frontend.js?ver=5.5.3"></script>


<!-- wplauncher -->
<link rel="stylesheet" id="wplauncher-css" href="http://wp.lab/wp-content/plugins/wplauncher/public/css/wplauncher-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wplauncher/public/js/wplauncher-public.js?ver=1.0.0"></script>
Expand Down

0 comments on commit 7c5baeb

Please sign in to comment.