()
| 918 | |
| 919 | #[test] |
| 920 | fn test_revise_with_reference() { |
| 921 | let revise = Revise::new().with_reference("@~1"); |
| 922 | assert_eq!(revise.reference, "@~1"); |
| 923 | } |
| 924 | |
| 925 | #[test] |
| 926 | fn test_revise_with_message() { |
nothing calls this directly
no test coverage detected