()
| 851 | |
| 852 | #[test] |
| 853 | fn test_options_prefix() { |
| 854 | let opts = DetectOptions::new().with_prefix("src/"); |
| 855 | |
| 856 | assert_eq!(opts.prefix, "src/"); |
| 857 | } |
| 858 | |
| 859 | #[test] |
| 860 | fn test_options_max_diff_size() { |
nothing calls this directly
no test coverage detected