Skip to content

Commit 6f06263

Browse files
committed
Ruby: add more properties for ordering nodes in graph tests
1 parent d9a1046 commit 6f06263

File tree

4 files changed

+1256
-1256
lines changed

4 files changed

+1256
-1256
lines changed

ruby/ql/lib/codeql/ruby/controlflow/internal/ControlFlowGraphImplShared.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ module TestOutput {
894894
p
895895
order by
896896
l.getFile().getBaseName(), l.getFile().getAbsolutePath(), l.getStartLine(),
897-
l.getStartColumn()
897+
l.getStartColumn(), l.getEndLine(), l.getEndColumn(), p.toString()
898898
)
899899
).toString()
900900
}

0 commit comments

Comments
 (0)