Skip to content

Commit 9b0307c

Browse files
asgerfCopilot
andcommitted
JS: Add missing dependencies in has_parentheses stats
The LanguageVersionTests require all relations with multiple columns to have dependency stats between each pair of columns. The has_parentheses relation was missing these dependency entries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 164e89f commit 9b0307c

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

javascript/ql/lib/semmlecode.javascript.dbscheme.stats

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7981,7 +7981,40 @@
79817981
<v>1</v>
79827982
</e>
79837983
</columnsizes>
7984-
<dependencies/>
7984+
<dependencies>
7985+
<dep>
7986+
<src>expr</src>
7987+
<trg>depth</trg>
7988+
<val>
7989+
<hist>
7990+
<budget>12</budget>
7991+
<bs>
7992+
<b>
7993+
<a>1</a>
7994+
<b>2</b>
7995+
<v>1</v>
7996+
</b>
7997+
</bs>
7998+
</hist>
7999+
</val>
8000+
</dep>
8001+
<dep>
8002+
<src>depth</src>
8003+
<trg>expr</trg>
8004+
<val>
8005+
<hist>
8006+
<budget>12</budget>
8007+
<bs>
8008+
<b>
8009+
<a>1</a>
8010+
<b>2</b>
8011+
<v>1</v>
8012+
</b>
8013+
</bs>
8014+
</hist>
8015+
</val>
8016+
</dep>
8017+
</dependencies>
79858018
</relation>
79868019
<relation>
79878020
<name>expr_contains_template_tag_location</name>

0 commit comments

Comments
 (0)