aboutsummaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)Author
2022-05-25100-increment-decrement: Add tests for integers with leading zeroTeddy Wing
2021-09-07100-increment-decrement: Swap "want" and "got"Teddy Wing
2021-08-28100-increment-decrement: Want to return real start position from incdecTeddy Wing
2021-08-28incdec.pm: Return both line and start positionTeddy Wing
2021-08-28incdec.pm: Fix an issue where first number wasn't incremented backwardsTeddy Wing
2021-08-28100-increment-decrement: Add failing test for backward first numberTeddy Wing
2021-08-24Add license (GNU GPLv3+)Teddy Wing
2021-08-22100-increment-decrement: Add new second number negative integer testsTeddy Wing
2021-08-21100-increment-decrement: Add test to decrement a negative integerTeddy Wing
2021-08-21100-increment-decrement: Doesn't work for negative numbersTeddy Wing
2021-08-19100-increment-decrement: Add a few new test casesTeddy Wing
2021-08-19incdec: Add increment step argumentTeddy Wing
2021-08-19100-increment-decrement: Fix test nameTeddy Wing
2021-08-19incdec: Get backward incrementing working in all casesTeddy Wing
2021-08-19incdec: Get backward incrementing working in middle of a numberTeddy Wing
2021-08-19incdec: Get backward-search incrementing working for last numberTeddy Wing
2021-08-15incdec: Correctly handle middle-of-number point for third numberTeddy Wing
2021-08-15100-increment-decrement: Test middle-of-number point for third numberTeddy Wing
2021-08-08100-increment-decrement: Need to handle cursor within for subsequent #sTeddy Wing
2021-08-08incdec: Test for cursor point in between a numberTeddy Wing
2021-08-08incdec.pm: Add some tests and ideas for incrementing substringsTeddy Wing
2021-08-08Add a Perl module for performing the actionTeddy Wing