|
1 | | -testdata/python-plugin-test.yang:20: error: invalid pattern "ipv4" matches type "string" |
2 | | -testdata/python-plugin-test.yang:21: error: valid pattern "ipv6" does not match type "string" |
| 1 | +testdata/python-plugin-test.yang:20: error: type "string" accepted invalid pattern: "ipv4" |
| 2 | +testdata/python-plugin-test.yang:21: error: type "string" rejected valid pattern: "ipv6" |
3 | 3 | testdata/python-plugin-test.yang:23: error: leaf "ipv4-2" does not have any test cases |
4 | 4 | testdata/python-plugin-test.yang:31: error: leaf "string" has unrestricted string type |
5 | 5 | testdata/python-plugin-test.yang:34: error: leaf "union" has unrestricted string type |
6 | | -testdata/python-plugin-test.yang:54: error: invalid pattern "ipv4" matches type "union" |
7 | | -testdata/python-plugin-test.yang:55: error: valid pattern "ipv5" does not match type "union" |
8 | | -testdata/python-plugin-test.yang:64: error: invalid pattern "ipv4" matches type "t:ip-string" |
9 | | -testdata/python-plugin-test.yang:65: error: valid pattern "ipv5" does not match type "t:ip-string" |
10 | | -testdata/python-plugin-test.yang:74: error: invalid pattern "ipv4" matches type "t:ip-string-typedef" |
11 | | -testdata/python-plugin-test.yang:75: error: valid pattern "ipv5" does not match type "t:ip-string-typedef" |
12 | | -testdata/python-plugin-test.yang:91: error: invalid pattern "ipv4" matches type "union" |
13 | | -testdata/python-plugin-test.yang:92: error: valid pattern "hehe" does not match type "union" |
14 | | -testdata/python-plugin-test.yang:93: error: invalid pattern "ipV5" matches type "union" |
15 | | -testdata/python-plugin-test.yang:94: error: invalid pattern "ipv6" matches type "union" |
16 | | -testdata/python-plugin-test.yang:104: error: valid pattern "ipv6" does not match type "t:ipv4-str" |
| 6 | +testdata/python-plugin-test.yang:54: error: type "union" accepted invalid pattern: "ipv4" |
| 7 | +testdata/python-plugin-test.yang:55: error: type "union" rejected valid pattern: "ipv5" |
| 8 | +testdata/python-plugin-test.yang:64: error: type "t:ip-string" accepted invalid pattern: "ipv4" |
| 9 | +testdata/python-plugin-test.yang:65: error: type "t:ip-string" rejected valid pattern: "ipv5" |
| 10 | +testdata/python-plugin-test.yang:74: error: type "t:ip-string-typedef" accepted invalid pattern: "ipv4" |
| 11 | +testdata/python-plugin-test.yang:75: error: type "t:ip-string-typedef" rejected valid pattern: "ipv5" |
| 12 | +testdata/python-plugin-test.yang:91: error: type "union" accepted invalid pattern: "ipv4" |
| 13 | +testdata/python-plugin-test.yang:92: error: type "union" rejected valid pattern: "hehe" |
| 14 | +testdata/python-plugin-test.yang:93: error: type "union" accepted invalid pattern: "ipV5" |
| 15 | +testdata/python-plugin-test.yang:94: error: type "union" accepted invalid pattern: "ipv6" |
| 16 | +testdata/python-plugin-test.yang:104: error: type "t:ipv4-str" rejected valid pattern: "ipv6" |
0 commit comments