Repositories / agent-snapshot.git
test_programs/read_peculiar_text_names.py
Clone (read-only): git clone http://git.guha-anderson.com/git/agent-snapshot.git
import os
from pathlib import Path
testdata = Path(os.environ["AGENT_SNAPSHOT_TEST_REPO"])
(testdata / "name with spaces.txt").read_text()
(testdata / "name with\nnewline.txt").read_text()