We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f801f9 commit 24af14fCopy full SHA for 24af14f
src/features/dfdElements/outputPortBehaviorValidation.ts
@@ -32,7 +32,7 @@ export class PortBehaviorValidator {
32
33
// Regex that validates a term
34
// Has the label type and label value that should be set as capturing groups.
35
- private static readonly TERM_REGEX = /^(\s*|!|TRUE|FALSE|\|\||&&|\(|\)|([A-Za-z0-9_]*\.[A-Za-z0-9_]*))+$/;
+ private static readonly TERM_REGEX = /^(\s*|!|TRUE|FALSE|\|\||&&|\(|\)|([A-Za-z0-9_]+\.[A-Za-z0-9_]+))+$/;
36
37
private static readonly LABEL_REGEX = /([A-Za-z0-9_]+)\.([A-Za-z0-9_]+)/g;
38
0 commit comments