corenova / yang-js

YANG parser and composer
Apache License 2.0
56 stars 18 forks source link

toString() namespace value without doublequotes #108

Closed nckbgov closed 5 years ago

nckbgov commented 5 years ago

if the schema contains a namespace, then toString() parses the value without double quotes or simple quotes. This make the exported YANG model dysfunctional.

sekur commented 5 years ago

Thanks, fixed and published new version as 0.22.26

nckbgov commented 4 years ago

Thanks!