Ticket #550: t_pmc_codestrinh_t.patch
File t_pmc_codestrinh_t.patch, 0.6 KB (added by mikehh, 13 years ago) |
---|
-
t/pmc/codestring.t
19 19 20 20 .sub main :main 21 21 .include 'test_more.pir' 22 plan(3 8)22 plan(37) 23 23 24 24 create_codestring() 25 25 calls_to_unique() … … 186 186 is($I0, 0x266d, "MUSIC FLAT SIGN") 187 187 $I0 = code.'charname_to_ord'('RECYCLING SYMBOL FOR TYPE-1 PLASTICS') 188 188 is($I0, 0x2673, "RECYCLING SYMBOL FOR TYPE-1 PLASTICS") 189 $I0 = code.'charname_to_ord'('<no such symbol>')190 is($I0, -1, '<no such symbol>')191 189 .end 192 190 193 191 .sub 'lineof_tests'