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