Skip to content

Commit 0b06500

Browse files
committed
Ruby: Add tests for flow summary behaviour
These test cases are a companion to the flow summary docs, and ensure that the documentated behaviour matches reality.
1 parent c0501c1 commit 0b06500

File tree

4 files changed

+682
-0
lines changed

4 files changed

+682
-0
lines changed

ruby/ql/docs/flow_summaries.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ to a call to this fake definition.
4545
They use a custom string-based syntax which is similar but not identical to
4646
Models as Data. These strings are often referred to as access paths.
4747

48+
Note: The behaviour documented below is tested in
49+
`dataflow/flow-summaries/behaviour.ql`. Where specific quirks exist, we may
50+
reference a particular test case in this file which demonstrates the quirk.
51+
4852
# Syntax
4953

5054
Access paths consist of zero or more components separated by dots (`.`). The

0 commit comments

Comments
 (0)