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
  34408877_4985_6258_40f3_f7005b1ea4a8["test_classes_containing_number_followed_by_dash_or_underscore()"]
  0fcd0fda_f6d1_052f_9575_133f5b2763a7["mod.rs"]
  34408877_4985_6258_40f3_f7005b1ea4a8 -->|defined in| 0fcd0fda_f6d1_052f_9575_133f5b2763a7
  0b7ae7d0_7e0e_b8cd_767a_15a18e3d04c9["assert_extract_sorted_candidates()"]
  34408877_4985_6258_40f3_f7005b1ea4a8 -->|calls| 0b7ae7d0_7e0e_b8cd_767a_15a18e3d04c9
  style 34408877_4985_6258_40f3_f7005b1ea4a8 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, 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