* Partly Fixed: [String concatenation in YANG model leads to syntax error](https://github.com/clicon/clixon/issues/265)
* In this case, eg "uses", single quotes can now be used, but not `qstring + qstring` in this case
This commit is contained in:
parent
392e6679c5
commit
6b357dc038
5 changed files with 28 additions and 15 deletions
|
|
@ -174,7 +174,7 @@ module example{
|
|||
}
|
||||
container c{
|
||||
description "transitive type- exists in ex3";
|
||||
uses ex2:gr2;
|
||||
uses 'ex2:gr2';
|
||||
}
|
||||
leaf digit4{
|
||||
type string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue