push
github
[json_syntax_generator] Support string regex in map keys (#2443) Follow up of https://github.com/dart-lang/native/pull/2441. This time adding support for regexes on the strings that are the keys of maps. In order to avoid duplicating: https://github.com/dart-lang/pub/blob/c3e50919d/lib/src/pubspec_parse.dart#L219-L226 Again, tested on the pubspec lock schema.
70 of 160 new or added lines in 4 files covered. (43.75%)
2 existing lines in 2 files now uncovered.9171 of 11505 relevant lines covered (79.71%)
22.32 hits per line