3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-10 09:48:06 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Krystine Sherwin
1248af1e02
Tests: Prefer single quotes for regex
Replaces double quotes on problematic regex strings (mostly ones that have escape sequences that are easier to preserve in single quotes).  Necessitates also changing single quotes to `.`, i.e match any.
For some (mostly ones that only have a single escaped character, or were using `\.` to match a literal fullstop) keep the double quotes and fix the regex instead.
2025-10-06 14:22:33 +13:00
Krystine Sherwin
ab6bdb50a9
tests/scripts: Use logger -check-expected 2025-09-24 17:26:55 +12:00
Krystine Sherwin
0a88c159c1
tests/scripts: Also check hashes in quotes
i.e. they should be part of the quote instead of starting a comment
2025-09-24 14:03:49 +12:00
Krystine Sherwin
5c1dd0c5b2
Testing quoted strings 2025-09-24 12:07:30 +12:00