Skip to content

Commit

Permalink
test_lengths_units should return a list of files
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartFinn committed Dec 2, 2023
1 parent f46e140 commit 28abaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test_decimal_size:
.PHONY: test_lengths_units
test_lengths_units:
# >>> Detecting lengths units
@! LC_ALL=C grep -E -r --include='*.svg' \
@! LC_ALL=C grep -E -rl --include='*.svg' \
-e '<svg[ ].*(width|height|viewBox)="[0-9]+(|\.[0-9]*)[a-z]+' \
$(ICON_THEMES)

Expand Down

0 comments on commit 28abaf3

Please sign in to comment.