diff options
Diffstat (limited to 't/20emit.t')
-rwxr-xr-x | t/20emit.t | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,7 +61,7 @@ use constant TRANSACTIONS => ( card_number => '5111-1111-1111-1111', exp_date => '7/2004', - name => "Fr\x{e9}d\x{e9}ric Bri\x{e8}re", + name => "\x{201c}Fr\x{e9}d\x{e9}ric Bri\x{e8}re\x{201d}", amount => 12.95, description => "Box o' goodies", @@ -141,7 +141,7 @@ __DATA__ <CVV2>0</CVV2> <CVV2Indicator></CVV2Indicator> <Products>12.95::1::::Box o' goodies::{USD}{GST}{TEST}</Products> - <xxxName>Frédéric Brière</xxxName> + <xxxName>?Frédéric Brière?</xxxName> <xxxCompany></xxxCompany> <xxxAddress></xxxAddress> <xxxCity></xxxCity> |