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 <[email protected]>
  • Loading branch information
cgzones committed Oct 30, 2024
1 parent b91d8c1 commit 9df4a7c
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 9df4a7c

Please sign in to comment.