You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vspec2ddsidl cannot handle string literals with included blanks, like below ( a blank after WITH_).
This is valid VSS (although not following VSS style guide), so vspec2ddsidl should preferably handle this, by ignoring/escaping so that the value becomes a legal DDSIDL value.
MySignal:
datatype: string[]
type: attribute
allowed: ['NO_BLANK', 'WITH_ BLANK', 'SMÖRGÅSTÅRTA']
description: string value with blank
The text was updated successfully, but these errors were encountered:
This is part of a longer discussion on allowed strings, where there are multiple aspects:
Strings generally allowed in VSS syntax (vss-tools VSPEC parser must be able to parse it, but expoertes/generators does not necessarily need to handle it
Strings allowed in standard VSS catalog - then also "supported" generators must be able to handle them in a coordinated way.
vspec2ddsidl cannot handle string literals with included blanks, like below ( a blank after
WITH_
).This is valid VSS (although not following VSS style guide), so vspec2ddsidl should preferably handle this, by ignoring/escaping so that the value becomes a legal DDSIDL value.
The text was updated successfully, but these errors were encountered: