1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 21:32:10 +00:00
Files
types/mapper
Daishan Peng 0968d09296 fix regular expression
https://github.com/rancher/rancher/issues/14939.
Problems:
we are not using lazy match to match the group (!=|=) so that "foo !=
bar` can be parsed wrongly as (foo !) (=) (bar).
Solutions:
Use lazy match to match as less as possible the characters in the first
group. Also improved the whitespace matches.
2018-08-04 10:51:38 -07:00
..
2018-07-19 10:40:37 -07:00
2018-07-19 10:40:37 -07:00
2018-07-19 10:40:37 -07:00
2018-07-19 10:40:37 -07:00
2018-07-19 10:40:37 -07:00
2018-07-19 10:40:37 -07:00
2018-07-19 10:40:37 -07:00
2018-07-19 10:40:37 -07:00
2018-07-19 10:40:37 -07:00
2018-08-04 10:51:38 -07:00
2018-07-19 10:40:37 -07:00
2018-07-19 10:40:37 -07:00
2018-07-19 10:40:37 -07:00