We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c1729 commit 4e81d41Copy full SHA for 4e81d41
extensions/ql-vscode/src/stories/common/SuggestBox.stories.tsx
@@ -148,6 +148,8 @@ AccessPath.args = {
148
const diagnostics: Diagnostic[] = [];
149
150
while (index !== -1) {
151
+ // For testing in this Storybook, disallow pipe characters to avoid a dependency on the
152
+ // real access path validation.
153
index = value.indexOf("|", index + 1);
154
155
diagnostics.push({
0 commit comments