Home / Function/ test_skip_comments() — tailwindcss Function Reference

test_skip_comments() — tailwindcss Function Reference

Architecture documentation for the test_skip_comments() function in ruby.rs from the tailwindcss codebase.

Entity Profile

Relationship Graph

Source Code

crates/oxide/src/extractor/pre_processors/ruby.rs lines 392–401

    fn test_skip_comments() {
        let input = r#"
          # From activerecord-8.1.1/lib/active_record/errors.rb:147
          # Rails uses RDoc cross-reference syntax in inline documentation:
          # {ActiveRecord::Base#save!}[rdoc-ref:Persistence#save!]
        "#;

        // Nothing should be extracted from comments, so expect an empty array.
        Ruby::test_extract_exact(input, vec![]);
    }

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free