test_lengths_units should return a list of files

This commit is contained in:
Serhii Yeremenko 2023-12-02 20:16:32 +02:00
parent f46e140e3f
commit 28abaf37f6
No known key found for this signature in database
GPG key ID: AB6D54C1C16D2507

View file

@ -79,7 +79,7 @@ test_decimal_size:
.PHONY: test_lengths_units .PHONY: test_lengths_units
test_lengths_units: test_lengths_units:
# >>> Detecting 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]+' \ -e '<svg[ ].*(width|height|viewBox)="[0-9]+(|\.[0-9]*)[a-z]+' \
$(ICON_THEMES) $(ICON_THEMES)