corenova / yang-js

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

add tests for import and include statements #9

Closed demonicblue closed 8 years ago

demonicblue commented 8 years ago

The second test is a tricky case where a submodule references its parent in a container.

sekur commented 8 years ago

Thanks for the test cases! I'll merge them now but I think the second case (include submodule with parent reference) might be broken in the yang-js module. Will check on it soon.