diff options
| author | Teddy Wing | 2021-08-29 01:42:40 +0200 |
|---|---|---|
| committer | Teddy Wing | 2021-08-29 01:46:34 +0200 |
| commit | 05b741a6147fdbb89b5bdffb2e3e1090e1df9d34 (patch) | |
| tree | bdc067def9b3b3dc2107c1880f9604c3a0d7777c | |
| parent | 16e297f319d45f34bc5142236ab9f3e81109d4b6 (diff) | |
| download | readline-incdec-05b741a6147fdbb89b5bdffb2e3e1090e1df9d34.tar.bz2 | |
Remove pos.pl
No longer need this test file.
| -rw-r--r-- | pos.pl | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1,11 +0,0 @@ -#!/usr/bin/env perl -w - -use strict; - -my $test = 'test 12 0 45'; - -$test =~ /(\d+)/g; -pos($test) = 7; -$test =~ s/\G([^\d]*)(\d+)/$1 . ($2 + 1)/e; - -print "$test\n"; |
