Home / Function/ test_classes_containing_number_followed_by_dash_or_underscore() — tailwindcss Function Reference

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
  80b43673_f1e7_692a_d4c9_811734666808["test_classes_containing_number_followed_by_dash_or_underscore()"]
  c09b3ad8_e61d_4dcb_3819_2280661fbc5d["assert_extract_sorted_candidates()"]
  80b43673_f1e7_692a_d4c9_811734666808 -->|calls| c09b3ad8_e61d_4dcb_3819_2280661fbc5d
  style 80b43673_f1e7_692a_d4c9_811734666808 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

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