Skip to content

Commit

Permalink
Test for transpose-chars at end of line
Browse files Browse the repository at this point in the history
Signed-off-by: Apocalypse <perl@0ne.us>
  • Loading branch information
hinrik authored and apocalypse committed Apr 18, 2011
1 parent d3e2add commit 871d5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/POE/Test/Loops/wheel_readline.pm
Expand Up @@ -111,10 +111,10 @@ my @tests = (
"\eb\eb", "\eb\eb",
"\et", # transpose-words "\et", # transpose-words
"\cA\cT", # transpose-chars (fail bol) "\cA\cT", # transpose-chars (fail bol)
"\cE\cT", # transpose-chars (fail eol) "\cE12\cT", # transpose-chars (at eol
"\cJ", "\cJ",
], ],
done => "two one 21", done => "two one 2121",
}, },
); );


Expand Down

0 comments on commit 871d5bc

Please sign in to comment.