assert.sameValue(supported2.length,1,"#1.1: Presence of Unicode locale extension sequence affects whether locale "+locale+" is considered supported with matcher "+matcher+".");
assert.sameValue(supported3.length,1,"#1.2: Presence of Unicode locale extension sequence affects whether locale "+locale+" is considered supported with matcher "+matcher+".");
assert.sameValue(supported2[0],locale+validExtension,"#2.1: Unicode locale extension sequence is not correctly returned for locale "+locale+" with matcher "+matcher+".");
assert.sameValue(supported3[0],locale+invalidExtension,"#2.2: Unicode locale extension sequence is not correctly returned for locale "+locale+" with matcher "+matcher+".");
assert.sameValue(supported2.length,0,"#3.1: Presence of Unicode locale extension sequence affects whether locale "+locale+" is considered supported with matcher "+matcher+".");
assert.sameValue(supported3.length,0,"#3.2: Presence of Unicode locale extension sequence affects whether locale "+locale+" is considered supported with matcher "+matcher+".");