Skip to content

Commit

Permalink
fix wdMismatchFinder report: suppress empty strings as external value
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkeil committed Nov 13, 2024
1 parent 8926485 commit 22a6138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Fixed
* fix `wdMismatchFinder` report: suppress empty strings as external value

## [3.1.0] - 2024-11-12

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@ WHERE {
av:comparedToResource ?external_urlX .
}
}
FILTER (STR(?external_valueX) != "")
}

0 comments on commit 22a6138

Please sign in to comment.