()
| 830 | |
| 831 | #[test] |
| 832 | fn test_options_detect_moves() { |
| 833 | let opts = DetectOptions::new().with_detect_moves(false); |
| 834 | |
| 835 | assert!(!opts.detect_moves); |
| 836 | } |
| 837 | |
| 838 | #[test] |
| 839 | fn test_options_detect_encoding_changes() { |
nothing calls this directly
no test coverage detected