Home / Function/ test_arbitrary_code_followed_by_classes() — tailwindcss Function Reference

test_arbitrary_code_followed_by_classes() — tailwindcss Function Reference

Architecture documentation for the test_arbitrary_code_followed_by_classes() function in haml.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  f9bb5206_b4a8_3e74_bf73_1e889541af81["test_arbitrary_code_followed_by_classes()"]
  a8f656ed_d21d_021d_f2d0_b35406335f14["haml.rs"]
  f9bb5206_b4a8_3e74_bf73_1e889541af81 -->|defined in| a8f656ed_d21d_021d_f2d0_b35406335f14
  style f9bb5206_b4a8_3e74_bf73_1e889541af81 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/oxide/src/extractor/pre_processors/haml.rs lines 446–453

    fn test_arbitrary_code_followed_by_classes() {
        let input = r#"
            %p
              = i < 3
              .flex.items-center
        "#;
        Haml::test_extract_contains(input, vec!["flex", "items-center"]);
    }

Domain

Subdomains

Frequently Asked Questions

What does test_arbitrary_code_followed_by_classes() do?
test_arbitrary_code_followed_by_classes() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/pre_processors/haml.rs.
Where is test_arbitrary_code_followed_by_classes() defined?
test_arbitrary_code_followed_by_classes() is defined in crates/oxide/src/extractor/pre_processors/haml.rs at line 446.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free