# EDGE-001: Empty File # # Edge case test - an empty file should not crash the extractor # and should produce no claims. [metadata] id = "edge-001" name = "Empty file handling" category = "edge" language = "python" difficulty = "easy" source = "hand-curated" created = "2025-02-05" notes = "Edge case - tests graceful handling of empty input" [input] filename = "empty.py" content = "" [expected] # Empty file should produce no claims must_contain = [] must_not_contain = [] [scoring] weight = 0.5 min_confidence = 0.5