Skip to content

Commit e60468e

Browse files
Paolo Tranquillihvitved
authored andcommitted
Rust: add nested test file example
1 parent ed07da4 commit e60468e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

rust/ql/test/extractor-tests/File/File.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
| a_file.rs:0:0:0:0 | a_file.rs | fromSource: yes |
33
| another_file.rs:0:0:0:0 | another_file.rs | fromSource: yes |
44
| lib.rs:0:0:0:0 | lib.rs | fromSource: yes |
5+
| nested.rs:0:0:0:0 | nested.rs | fromSource: yes |
6+
| nested/file.rs:0:0:0:0 | nested/file.rs | fromSource: yes |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mod file;

rust/ql/test/extractor-tests/File/nested/file.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)