Test 1 - Plain string : "A plain string" [A plain string ] Test 2 - Only media type : "Title (%c) and trimmed (%/c)" [Title (go/nuts) and trimmed (nuts) ] Test 3 - Only link number : "Title (%n) and more" [Title (42) and more ] Test 4 - Width : "Should be empty (%5c) should not (%10c)" [Should be empty () should not (go/nuts) ] Test 5 - Padding : "Title (%05n) and more" [Title (00042) and more ] Test 6a - Trimming : "Title (%10$t) and trimmed (%/c)" [Title (Some lo...) and trimmed (nuts) ] Test 6b - Trimming : "Title (%10^t) and trimmed (%/c)" [Title (...t title) and trimmed (nuts) ]