Skip to content
Novus Examples

Explore the test library

Find files, editable templates and browser test targets by what you need to make or test. Explore complete business kits for connected records, templates and expected results.

5297 results

Page 124 of 221; 24 results per page.

Show the canonical directory
Preview of Merge Conflict - Nested Markers From a Conflicted Resolution
txt
217 B
Actual file preview for Merge Conflict - Nested Markers From a Conflicted Resolution

Merge Conflict - Nested Markers From a Conflicted Resolution

Someone committed a file that still contained conflict markers, and merging that commit produced markers inside markers. Region matchers that pair the first `<<<<<<<` with the first `=======` split this file in the wrong place and produce two overlapping regions that cannot both be resolved.

File
TXT · Merges · UTF-8
Preview of Merge Conflict - Real Region Beside Marker Lookalikes
md
489 B
Actual file preview for Merge Conflict - Real Region Beside Marker Lookalikes

Merge Conflict - Real Region Beside Marker Lookalikes

Documentation about merge conflicts that quotes the markers inside a fenced code block, and then genuinely conflicts further down. A pre-commit hook that greps for `^<<<<<<<` reports two hits and blocks a clean commit; one that understands Markdown fences reports the one that matters.

File
MD · Merges · UTF-8
Preview of Merge Conflict - Three Regions in One File
txt
424 B
Actual file preview for Merge Conflict - Three Regions in One File

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.

File
TXT · Merges · UTF-8
Preview of Merge Conflict - Two-Way (merge) Marker Style
txt
128 B
Actual file preview for Merge Conflict - Two-Way (merge) Marker Style

Merge Conflict - Two-Way (merge) Marker Style

A working-tree file left mid-merge in git's default `merge` conflict style: our version, a row of equals signs, their version, and branch labels on the opening and closing markers. Both sides happen to end with the same line, which the zdiff3 twin in this group hoists out and this style repeats.

File
TXT · Merges · UTF-8
Use case
Error handlingVisual diff / regression+1· Conversion set
Preview of Merge Conflict - zdiff3 Marker Style
txt
161 B
Actual file preview for Merge Conflict - zdiff3 Marker Style

Merge Conflict - zdiff3 Marker Style

The identical merge under `merge.conflictStyle=zdiff3`, which hoists lines common to both sides out of the conflict region; here 'jitter: on' moves below the closing marker. Diff this against the diff3 twin to see that the same conflict produces different file contents depending on one config value.

File
TXT · Merges · UTF-8
Use case
Error handlingVisual diff / regression+1· Conversion set
Preview of MERGE_MSG - Merge Commit Template With a Conflicts Block
txt
462 B
Actual file preview for MERGE_MSG - Merge Commit Template With a Conflicts Block

MERGE_MSG - Merge Commit Template With a Conflicts Block

The message template git writes into .git/MERGE_MSG when a merge stops on conflicts: one real subject line followed by a commented list of the conflicted paths and the standard advice block. Everything after the first blank line is stripped by `git commit`, so a hook that lints the whole file rejects messages git would accept.

File
TXT · Merges · UTF-8
Preview of Mermaid Deployment State Diagram
mmd
621 B
Actual file preview for Mermaid Deployment State Diagram

Mermaid Deployment State Diagram

A Mermaid stateDiagram-v2 describing environment promotion with canary and rollback transitions, start and end pseudostates, and a note block. A second Mermaid diagram type, so a renderer is not only tested on flowcharts.

File
MMD · Dag Graphs
Preview of Mermaid Flowchart (MMD)
mmd
188 B
Actual file preview for Mermaid Flowchart (MMD)

Mermaid Flowchart (MMD)

A Mermaid flowchart of an order-fulfilment process as diagrams-as-code, for testing Mermaid rendering, diagram-to-image conversion, and Markdown pipelines that embed Mermaid.

File
MMD · Diagrams
Use case
Conversion testingEditor testing· Conversion set
Preview of Mermaid Pipeline Flowchart
mmd
714 B
Actual file preview for Mermaid Pipeline Flowchart

Mermaid Pipeline Flowchart

The shared six-task ETL topology as a Mermaid flowchart, with mixed node shapes, a subgraph, a classDef and %% comments. The Mermaid twin of the Graphviz fixture, for scoring diagram-format converters against one known answer.

File
MMD · Dag Graphs
Preview of Mesh Fence Hard Case: Input (512px)
png
83 KB
Actual file preview for Mesh Fence Hard Case: Input (512px)

Mesh Fence Hard Case: Input (512px)

Chain-link / mesh with interior holes. Tests whether a removers keeps background visible through the grid.

File
PNG · Background Removal · 512 × 512 px
Use case
Background removal· Conversion set