()
| 2854 | |
| 2855 | #[test] |
| 2856 | fn test_cleanup_empty_styles_nonempty_kept() { |
| 2857 | let (result, _) = cleanup_empty_styles("{red|hello}", 999); |
| 2858 | assert_eq!(result, "{red|hello}"); |
| 2859 | } |
| 2860 | |
| 2861 | #[test] |
| 2862 | fn test_cleanup_preserves_text_after_empty() { |
nothing calls this directly
no test coverage detected