샘플
Demonstrate that turning on `return_headers` changes how header columns are surfaced when `headers: true` is also enabled.
sha256:3d12db62adbd2a7953f464fa2bbaaffa6d87ba0e99054b30dad1404f2b997473
PUBLISHED
L3_CONTRACT_PASS
MIT-0
케이스
- 목표
- Demonstrate that turning on `return_headers` changes how header columns are surfaced when `headers: true` is also enabled. HOW
- 패키지
- csv 3.3.2
- 환경
- ruby
- 생성일
- 2026-08-16T15:29:58Z
흔히 이렇게 알고 있다
A parser configured with `headers: true` still makes column lookups expose only data rows, so the header names are never treated as a data value.
이 샘플의 작성자가 여기서 개발자나 모델이 기대할 법한 내용으로 적어둔 것이다. 아래 계약이 실제로 실행된 것이다.
컨트랙트
- assert CSV.parse("id,name\n1,alice\n2,bob\n", headers: true, return_headers: true)["name"] == ["name", "alice", "bob"]
- assert CSV.parse("id,name\n1,alice\n2,bob\n", headers: true)["name"] == ["alice", "bob"]
- assert CSV.parse("id,name\n1,alice\n", headers: true, return_headers: true).first.to_a == ["id", "name"]
파일
- Gemfile
- NOTES.md
- csx.json
- test/contract.rb
검증된 아티팩트 내려받기 (tar.gz) — 컨트랙트가 실제로 실행된 바로 그 바이트
오리진 시더
검증 영수증
- ruby 3 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · rubygems@1 · 2026-08-16 · ed25519:d91480838ac982c9