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 103 of 221; 24 results per page.

Show the canonical directory
Preview of ICU MessageFormat: Apostrophe and brace quoting
json
1.4 KB
Actual file preview for ICU MessageFormat: Apostrophe and brace quoting

ICU MessageFormat: Apostrophe and brace quoting

The quoting rules that make ICU messages surprising: a single quote starts a literal section only when the next character is one ICU cares about, a doubled '' is always one apostrophe, and '#' inside a plural branch is a literal hash. Every message is paired with the exact string it must produce.

File
JSON · Icu
Preview of ICU MessageFormat: Nested select/plural (Arabic)
json
2.1 KB
Actual file preview for ICU MessageFormat: Nested select/plural (Arabic)

ICU MessageFormat: Nested select/plural (Arabic)

Arabic ICU MessageFormat catalog whose messages nest a select inside a plural branch and a plural inside a select branch, shipped with the argument bindings and the exact output each one must produce. Includes the '#' binding trap: inside a nested plural, '#' refers to the inner argument, so the outer count is written explicitly.

File
JSON · Icu
Use case
InternationalizationLocalization catalogs+1· Conversion set
Preview of ICU MessageFormat: Nested select/plural (English)
json
2.6 KB
Actual file preview for ICU MessageFormat: Nested select/plural (English)

ICU MessageFormat: Nested select/plural (English)

English ICU MessageFormat catalog whose messages nest a select inside a plural branch and a plural inside a select branch, shipped with the argument bindings and the exact output each one must produce. Includes the '#' binding trap: inside a nested plural, '#' refers to the inner argument, so the outer count is written explicitly.

File
JSON · Icu
Use case
InternationalizationLocalization catalogs+1· Conversion set
Preview of ICU MessageFormat: Nested select/plural (Polish)
json
1.8 KB
Actual file preview for ICU MessageFormat: Nested select/plural (Polish)

ICU MessageFormat: Nested select/plural (Polish)

Polish ICU MessageFormat catalog whose messages nest a select inside a plural branch and a plural inside a select branch, shipped with the argument bindings and the exact output each one must produce. Includes the '#' binding trap: inside a nested plural, '#' refers to the inner argument, so the outer count is written explicitly.

File
JSON · Icu
Use case
InternationalizationLocalization catalogs+1· Conversion set
Preview of ICU MessageFormat: Plural offset (English)
json
1.9 KB
Actual file preview for ICU MessageFormat: Plural offset (English)

ICU MessageFormat: Plural offset (English)

The 'Rana and 5 others like this' pattern: ICU plural arguments with offset:1 and offset:2, where the explicit =0/=1/=2 selectors match the RAW value but '#' prints the value MINUS the offset. Ships every boundary case with its expected output.

File
JSON · Icu
Preview of ICU Plural-Category Probe: Welsh (six categories, both kinds)
json
1.6 KB
Actual file preview for ICU Plural-Category Probe: Welsh (six categories, both kinds)

ICU Plural-Category Probe: Welsh (six categories, both kinds)

Welsh is the only CLDR locale that uses all six plural categories for cardinals AND all six for ordinals, which makes it the strongest single probe for a plural-rule engine. Each branch names its own category so the assertion is about selection, not wording, and the two rule sets disagree for n = 4, 5, 7, 8 and 9.

File
JSON · Icu · Welsh
Preview of ICU selectordinal: English ordinal suffixes
json
1.5 KB
Actual file preview for ICU selectordinal: English ordinal suffixes

ICU selectordinal: English ordinal suffixes

English st/nd/rd/th suffixes done properly, via ICU selectordinal rather than a hand-written switch. The case list covers the teens (11th, 12th, 13th) and the wrap-around (21st, 102nd, 111th) that a naive n % 10 lookup gets wrong.

File
JSON · Icu
Preview of ID3-tagged MP3 (title / artist / album)
mp3
67.6 KB
Actual file preview for ID3-tagged MP3 (title / artist / album)

ID3-tagged MP3 (title / artist / album)

An MP3 with a full set of ID3v2.3 tags (title, artist, album, date, genre, comment) over a synthetic C-major melody. A fixture for testing tag readers, metadata editors, and music-library importers.

File
MP3 · Tagged · MP3 (LAME)
Preview of Idealised Rock-Salt Structure: Crystallographic CIF (.cif)
cif
1.1 KB
Actual file preview for Idealised Rock-Salt Structure: Crystallographic CIF (.cif)

Idealised Rock-Salt Structure: Crystallographic CIF (.cif)

A single-data-block CIF describing an idealised rock-salt lattice: cell parameters, space group, a symmetry-operation loop and an atom-site loop with fractional coordinates and occupancies. The '?' in the temperature field is CIF's marker for unknown, which is not the same as an empty value.

File
CIF · Chemistry
Use case
Scientific dataEditor testing· Conversion set
Preview of Identicon Avatar: Ada Lovelace
png
820 B
Actual file preview for Identicon Avatar: Ada Lovelace

Identicon Avatar: Ada Lovelace

A 256×256 identicon-style avatar generated deterministically from the seed “ada-lovelace”: a symmetric 5×5 block pattern like the default avatars on many sites. For testing avatar rendering, placeholder generation, and image pipelines.

File
PNG · Avatar
Use case
Thumbnail generationImage pipeline QA· Conversion set