Fixed: [Clixon fails to load yang with extension](https://github.com/clicon/clixon/issues/554)
This commit is contained in:
parent
a4225c43b4
commit
3108dfca1e
3 changed files with 5 additions and 1 deletions
|
|
@ -81,10 +81,12 @@ module $APPNAME{
|
|||
ex:e4 arg1{
|
||||
uses bar;
|
||||
}
|
||||
|
||||
extension posix-pattern {
|
||||
argument "pattern";
|
||||
}
|
||||
extension extra {
|
||||
argument "pattern"{} /* See https://github.com/clicon/clixon/issues/554 */
|
||||
}
|
||||
typedef dotted-quad {
|
||||
description "Only present for complex parsing of unknown-stmt";
|
||||
type string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue