- Fixed deviate keywords as strings: https://github.com/clicon/clixon/issues/211
This commit is contained in:
parent
866d8d1d0a
commit
1c5c5a71f2
3 changed files with 44 additions and 16 deletions
|
|
@ -175,7 +175,7 @@ module example-deviations{
|
|||
prefix base;
|
||||
}
|
||||
deviation /base:system/base:daytime {
|
||||
deviate not-supported;
|
||||
deviate "not-supported"; // Note a string
|
||||
}
|
||||
}
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue