()
| 2022 | |
| 2023 | #[test] |
| 2024 | fn parse_jsonc_empty_string() { |
| 2025 | let v = parse_jsonc(""); |
| 2026 | assert_eq!(v, serde_json::json!({})); |
| 2027 | } |
| 2028 | |
| 2029 | #[test] |
| 2030 | fn parse_jsonc_trailing_comma_with_whitespace() { |
nothing calls this directly
no test coverage detected