MCPcopy Create free account
hub / github.com/csskit/csskit / test_with_quotes_none

Function test_with_quotes_none

crates/css_lexer/src/token.rs:1432–1435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1430#[test]
1431#[should_panic]
1432fn 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]
1438fn test_new_dimension() {

Callers

nothing calls this directly

Calls 1

with_quotesMethod · 0.45

Tested by

no test coverage detected