Home / Function/ test_special_characters_are_valid_in_strings() — tailwindcss Function Reference

test_special_characters_are_valid_in_strings() — tailwindcss Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

crates/oxide/src/extractor/pre_processors/clojure.rs lines 285–293

    fn test_special_characters_are_valid_in_strings() {
        // In this case the `:` and `.` should not be replaced by ` ` because they are inside a
        // string.
        let input = r#"
            (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_special_characters_are_valid_in_strings() do?
test_special_characters_are_valid_in_strings() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/pre_processors/clojure.rs.
Where is test_special_characters_are_valid_in_strings() defined?
test_special_characters_are_valid_in_strings() is defined in crates/oxide/src/extractor/pre_processors/clojure.rs at line 285.

Analyze Your Own Codebase

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

Try Supermodel Free