test_classes_containing_number_followed_by_dash_or_underscore() — tailwindcss Function Reference
Architecture documentation for the test_classes_containing_number_followed_by_dash_or_underscore() function in mod.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 693e7655_e004_52dc_025d_06d502773df8["test_classes_containing_number_followed_by_dash_or_underscore()"] eb5f3ab1_80da_abe4_f35c_a91e8e409b69["mod.rs"] 693e7655_e004_52dc_025d_06d502773df8 -->|defined in| eb5f3ab1_80da_abe4_f35c_a91e8e409b69 80ff0a5a_eb98_52e8_b801_bcc7263c7a89["assert_extract_sorted_candidates()"] 693e7655_e004_52dc_025d_06d502773df8 -->|calls| 80ff0a5a_eb98_52e8_b801_bcc7263c7a89 style 693e7655_e004_52dc_025d_06d502773df8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/oxide/src/extractor/mod.rs lines 1037–1042
fn test_classes_containing_number_followed_by_dash_or_underscore() {
assert_extract_sorted_candidates(
r#"<div class="text-Title1_Strong"></div>"#,
vec!["class", "text-Title1_Strong"],
);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does test_classes_containing_number_followed_by_dash_or_underscore() do?
test_classes_containing_number_followed_by_dash_or_underscore() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/mod.rs.
Where is test_classes_containing_number_followed_by_dash_or_underscore() defined?
test_classes_containing_number_followed_by_dash_or_underscore() is defined in crates/oxide/src/extractor/mod.rs at line 1037.
What does test_classes_containing_number_followed_by_dash_or_underscore() call?
test_classes_containing_number_followed_by_dash_or_underscore() calls 1 function(s): assert_extract_sorted_candidates.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free