MCPcopy Create free account
hub / github.com/THUDM/AgentBench / string-match.py

File string-match.py

data/os_interaction/scripts/2/check/string-match.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from sys import argv
2
3def norm_newline(s):
4 return s.replace("\r\n", "\n").replace("\r", "\n")

Callers

nothing calls this directly

Calls 1

norm_newlineFunction · 0.70

Tested by

no test coverage detected