Skip to content
Novus Examples
txt424 B

Merge Conflict - Three Regions in One File

One file left with three independent unresolved regions and clean text between them, which is what a real deployment-values merge looks like. Editors that jump to 'the next conflict' and resolvers that report a boolean rather than a count both get exercised here.

Preview — first 25 linestxt
# ledger-service deployment values
replicas: 3
<<<<<<< HEAD
image: registry.example.invalid/ledger:4.3.0
=======
image: registry.example.invalid/ledger:4.2.9
>>>>>>> feature/retry-budget

resources:
<<<<<<< HEAD
  cpu: 500m
  memory: 512Mi
=======
  cpu: 250m
  memory: 1Gi
>>>>>>> feature/retry-budget

probes:
  readiness: /healthz
<<<<<<< HEAD
  liveness: /healthz
=======
  liveness: /livez
>>>>>>> feature/retry-budget

Specifications

Seed
20260807
Conflict Style
merge
Repository Name
deploy/values.yaml
Regions
3
Resolved Regions
0
Ours
main
Theirs
feature/retry-budget
Line Endings
LF
Encoding
UTF-8

Testing contract

Expected to pass
Scenario
Count and navigate the unresolved regions in a partially conflicted file.
Expected result
Exactly three regions are reported, at the image, resources and probes blocks; the text between them is not part of any region.

What is a .txt file?

TXT is a plain-text file containing unformatted character data with no styling or structure beyond line breaks. Its interpretation depends on character encoding, most commonly UTF-8, and on line-ending convention. It is the most universal and portable text container.

How to use this file

Use an example TXT to test encoding detection, line-ending (LF versus CRLF) handling, and any tool that reads or streams raw text input.

How to use this file for testing

“Merge Conflict - Three Regions in One File” is a deterministic Novus Examples fixture for Error handling, Visual diff / regression, Code parsing. Deliberately corrupt and invalid files, clearly labelled, for testing how your tool fails.

Documented properties for this file: seed 20260807 · UTF-8 · LF. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

Diff and patch fixtures name their target paths and the exact edge case they exercise — rename, mode change, binary hunk, CRLF↔LF, or missing trailing newline. Apply or render them against the documented before-state; every author, path, and hash is fictional.

Generated by generation/version_control.py. Free for any use, no attribution required — license.