mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-30 03:02:30 +00:00
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. |
||
|---|---|---|
| .. | ||
| boxes.v | ||
| boxes_equals_name.ys | ||
| boxes_equals_operators.ys | ||
| boxes_equals_pattern.ys | ||
| boxes_equals_wildcard.ys | ||
| boxes_import.ys | ||
| boxes_no_equals.ys | ||
| boxes_no_equals_clean.ys | ||
| boxes_setattr.ys | ||
| boxes_stack.ys | ||
| internal_selects.ys | ||
| list_mod.ys | ||
| mod-attribute.ys | ||
| no_warn_assert.ys | ||
| no_warn_prefixed_arg_memb.ys | ||
| no_warn_prefixed_empty_select_arg.ys | ||
| run-test.sh | ||
| unset.ys | ||
| unset2.ys | ||
| warn_empty_select_arg.ys | ||