()
| 1430 | #[test] |
| 1431 | #[should_panic] |
| 1432 | fn test_with_quotes_none() { |
| 1433 | Token::new_string(QuoteStyle::Single, false, true, 4).with_quotes(QuoteStyle::None); |
| 1434 | Token::new_string(QuoteStyle::Double, false, true, 4).with_quotes(QuoteStyle::None); |
| 1435 | } |
| 1436 | |
| 1437 | #[test] |
| 1438 | fn test_new_dimension() { |
nothing calls this directly
no test coverage detected