Home / Function/ test_haml_full_file_17051() — tailwindcss Function Reference

test_haml_full_file_17051() — tailwindcss Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

crates/oxide/src/extractor/pre_processors/haml.rs lines 429–434

    fn test_haml_full_file_17051() {
        let actual = Haml::extract_annotated(include_bytes!("./test-fixtures/haml/src-17051.haml"));
        let expected = include_str!("./test-fixtures/haml/dst-17051.haml");

        assert_eq!(actual.replace("\r\n", "\n"), expected.replace("\r\n", "\n"));
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free