test_haml_full_file_17813() — tailwindcss Function Reference
Architecture documentation for the test_haml_full_file_17813() function in haml.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 04541338_e8df_d653_b92e_cec1f98f05fc["test_haml_full_file_17813()"] ca2cb7f3_129e_2351_7658_5668e9773b08["haml.rs"] 04541338_e8df_d653_b92e_cec1f98f05fc -->|defined in| ca2cb7f3_129e_2351_7658_5668e9773b08 style 04541338_e8df_d653_b92e_cec1f98f05fc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/oxide/src/extractor/pre_processors/haml.rs lines 438–443
fn test_haml_full_file_17813() {
let actual = Haml::extract_annotated(include_bytes!("./test-fixtures/haml/src-17813.haml"));
let expected = include_str!("./test-fixtures/haml/dst-17813.haml");
assert_eq!(actual.replace("\r\n", "\n"), expected.replace("\r\n", "\n"));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does test_haml_full_file_17813() do?
test_haml_full_file_17813() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/pre_processors/haml.rs.
Where is test_haml_full_file_17813() defined?
test_haml_full_file_17813() is defined in crates/oxide/src/extractor/pre_processors/haml.rs at line 438.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free