aboutsummaryrefslogtreecommitdiffstats
path: root/testdata
AgeCommit message (Collapse)Author
2016-08-06strip_key: Fix for values that contain ": "Teddy Wing
Values that contained ": " would not be parsed correctly for copying to the clipboard. If, for example, a password contained ": ", those characters and any following them wouldn't be copied. This change allows such passwords to be copied correctly.
2016-08-06Add a test file that can be piped to the programTeddy Wing