Closed ktbyers closed 3 months ago
I get errors in the pyangbind tests on the double quoted patterns in openconfig-vlan-types.yang. For example:
https://github.com/openconfig/public/blob/master/release/models/vlan/openconfig-vlan-types.yang#L84
These patterns have a backslash escape which per this commit is now a failure (in other words, lax-quote-check now defaults to False):
https://github.com/mbj4668/pyang/commit/4c0402d6e920035ea92b6e2d183797d228787480
For more details see this pyangbind pull request: https://github.com/robshakir/pyangbind/pull/133
This issue is stale because it has been open 180 days with no activity. If you wish to keep this issue active, please remove the stale label or add a comment, otherwise will be closed in 14 days.
I get errors in the pyangbind tests on the double quoted patterns in openconfig-vlan-types.yang. For example:
https://github.com/openconfig/public/blob/master/release/models/vlan/openconfig-vlan-types.yang#L84
These patterns have a backslash escape which per this commit is now a failure (in other words, lax-quote-check now defaults to False):
https://github.com/mbj4668/pyang/commit/4c0402d6e920035ea92b6e2d183797d228787480
For more details see this pyangbind pull request: https://github.com/robshakir/pyangbind/pull/133