* 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:
Olof hagsand 2021-09-20 22:54:14 +02:00
parent 392e6679c5
commit 6b357dc038
5 changed files with 28 additions and 15 deletions

View file

@ -174,7 +174,7 @@ module example{
}
container c{
description "transitive type- exists in ex3";
uses ex2:gr2;
uses 'ex2:gr2';
}
leaf digit4{
type string {