MCPcopy Create free account
hub / github.com/boostorg/build / match_exact

Method match_exact

v2/test/TestCmd.py:314–316  ·  view source on GitHub ↗

Compare actual and expected file content exactly.

(self, lines, matches)

Source from the content-addressed store, hash-verified

312 return self.match_func(lines, matches)
313
314 def match_exact(self, lines, matches):
315 """Compare actual and expected file content exactly."""
316 return match_exact(lines, matches)
317
318 def match_re(self, lines, res):
319 """Compare file content with a regular expression."""

Callers

nothing calls this directly

Calls 1

match_exactFunction · 0.85

Tested by

no test coverage detected