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
  7faa37a8_9719_07d6_c1b5_258ceb8c45f3["test_arbitrary_code_followed_by_classes()"]
  ca2cb7f3_129e_2351_7658_5668e9773b08["haml.rs"]
  7faa37a8_9719_07d6_c1b5_258ceb8c45f3 -->|defined in| ca2cb7f3_129e_2351_7658_5668e9773b08
  style 7faa37a8_9719_07d6_c1b5_258ceb8c45f3 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