Home / Function/ test_ignore_comments_with_invalid_strings() — tailwindcss Function Reference

test_ignore_comments_with_invalid_strings() — tailwindcss Function Reference

Architecture documentation for the test_ignore_comments_with_invalid_strings() function in clojure.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  f5894a4c_1379_f790_e4c8_b23231c4d4df["test_ignore_comments_with_invalid_strings()"]
  d5897009_a00e_cc82_ddfa_bf299b0bd83d["clojure.rs"]
  f5894a4c_1379_f790_e4c8_b23231c4d4df -->|defined in| d5897009_a00e_cc82_ddfa_bf299b0bd83d
  style f5894a4c_1379_f790_e4c8_b23231c4d4df fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/oxide/src/extractor/pre_processors/clojure.rs lines 296–303

    fn test_ignore_comments_with_invalid_strings() {
        let input = r#"
            ;; This is an unclosed string: "
            (dom/div {:class "hover:flex px-1.5"})
        "#;

        Clojure::test_extract_contains(input, vec!["hover:flex", "px-1.5"]);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free