Skip to content

Commit

Permalink
Fix and update cleanupListOfValues tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GreLI committed Sep 16, 2018
1 parent e7bdce6 commit ed75e56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/cleanupListOfValues.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ exports.fn = function(item, params) {
// if attribute value is "new"(only enable-background).
else if (matchNew) {
roundedListArr.push('new');
} else {
} else if (elem) {
roundedListArr.push(elem);
}

Expand Down
8 changes: 8 additions & 0 deletions test/plugins/cleanupListOfValues.02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ed75e56

Please sign in to comment.