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.
2 parents 30d91d7 + a49cd58 commit da763b2Copy full SHA for da763b2
+dj/+internal/Header.m
@@ -93,7 +93,7 @@
93
attrs.sqlType{i} = attrs.type{i};
94
attrs.sqlComment{i} = attrs.comment{i};
95
special = regexp(attrs.comment{i}, ...
96
- '^:(?<type>[^: ,()]+):(?<comment>.*)', 'names');
+ '^:(?<type>[^:]+):(?<comment>.*)', 'names');
97
if ~isempty(special)
98
attrs.type{i} = special.type;
99
attrs.comment{i} = special.comment;
0 commit comments