Skip to content

Commit

Permalink
check_fc_files: support trailing optional version number
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
  • Loading branch information
cgzones committed Oct 30, 2024
1 parent a2b363f commit 8f975c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/check_fc_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
('[0-9]+', '0'), # Match at least one digit
('(\\.bin)?', ''), # Match an optional extension
('(-.*)?', ''), # Match an optional suffix with a minus sign
('(-[0-9\\.]+)?', ''), # Match an optional version suffix
)

# File types in a .fc file
Expand Down

0 comments on commit 8f975c6

Please sign in to comment.