mirror of
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git
synced 2025-05-09 13:41:57 -04:00
test_lengths_units should return a list of files
This commit is contained in:
parent
f46e140e3f
commit
28abaf37f6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue