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

     
    1919 
    2020.sub main :main 
    2121    .include 'test_more.pir' 
    22     plan(38) 
     22    plan(37) 
    2323 
    2424    create_codestring() 
    2525    calls_to_unique() 
     
    186186    is($I0, 0x266d, "MUSIC FLAT SIGN") 
    187187    $I0 = code.'charname_to_ord'('RECYCLING SYMBOL FOR TYPE-1 PLASTICS') 
    188188    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>') 
    191189.end 
    192190 
    193191.sub 'lineof_tests'