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 eace163a_e71a_c7bc_68ca_ebb41185d6d6["test_classes_containing_number_followed_by_dash_or_underscore()"] 322a5768_e6e0_c5e9_b1c2_7c6638e21f71["assert_extract_sorted_candidates()"] eace163a_e71a_c7bc_68ca_ebb41185d6d6 -->|calls| 322a5768_e6e0_c5e9_b1c2_7c6638e21f71 style eace163a_e71a_c7bc_68ca_ebb41185d6d6 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
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.
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