~ubuntu-branches/ubuntu/trusty/libintl-perl/trusty

« back to all changes in this revision

Viewing changes to tests/02ibm273.t

  • Committer: Package Import Robot
  • Author(s): Peter Eisentraut
  • Date: 2013-06-29 21:23:42 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20130629212342-3te0y4h5x26hb79b
Tags: 1.23-1
* New upstream release
* Updated standards version
* Changed to Debhelper level 9
* Added build-arch and build-indep targets
* Fixed application of Debian build flags for hardening

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
# Check handling of unknown characters.
76
76
my $test_string1 = [ unpack 'c*', ' Supergirl ' ];
77
77
$test_string1->[0] = 0xad0be;
78
 
$test_string1->[-1] = 0xbeefbabe;
 
78
$test_string1->[-1] = 0xad0be;
79
79
my $test_string2 = [ unpack 'c*', 'Supergirl' ];
80
80
 
81
81
my $unknown = "\x6f"; # Unknown character!