Skip to content

Commit

Permalink
Rust: add nested test file example
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Tranquilli authored and hvitved committed Jan 15, 2025
1 parent ed07da4 commit e60468e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/ql/test/extractor-tests/File/File.expected
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
| a_file.rs:0:0:0:0 | a_file.rs | fromSource: yes |
| another_file.rs:0:0:0:0 | another_file.rs | fromSource: yes |
| lib.rs:0:0:0:0 | lib.rs | fromSource: yes |
| nested.rs:0:0:0:0 | nested.rs | fromSource: yes |
| nested/file.rs:0:0:0:0 | nested/file.rs | fromSource: yes |
1 change: 1 addition & 0 deletions rust/ql/test/extractor-tests/File/nested.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mod file;
Empty file.

0 comments on commit e60468e

Please sign in to comment.