* 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
|
|
@ -8,7 +8,7 @@ s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
|
|||
: ${clixon_util_json:="clixon_util_json"}
|
||||
|
||||
# Number of list/leaf-list entries in file
|
||||
: ${perfnr:=20000}
|
||||
: ${perfnr:=100000}
|
||||
|
||||
fjson=$dir/long.json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue