test_skip_comments() — tailwindcss Function Reference
Architecture documentation for the test_skip_comments() function in ruby.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 9496f73e_5864_1986_7b8f_683f23348428["test_skip_comments()"] 7c0d4cec_4adf_c5af_98ca_2b77fd576491["ruby.rs"] 9496f73e_5864_1986_7b8f_683f23348428 -->|defined in| 7c0d4cec_4adf_c5af_98ca_2b77fd576491 style 9496f73e_5864_1986_7b8f_683f23348428 fill:#6366f1,stroke:#818cf8,color:#fff
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
Source
Frequently Asked Questions
What does test_skip_comments() do?
test_skip_comments() is a function in the tailwindcss codebase, defined in crates/oxide/src/extractor/pre_processors/ruby.rs.
Where is test_skip_comments() defined?
test_skip_comments() is defined in crates/oxide/src/extractor/pre_processors/ruby.rs at line 392.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free