From 874d653d420ea98680dd820f3bdd60afb3931747 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 6 Aug 2016 20:43:09 -0400 Subject: strip_key: Fix for values that contain ": " 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. --- testdata/test-file.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'testdata') diff --git a/testdata/test-file.txt b/testdata/test-file.txt index a37ab5b..3ba15c0 100644 --- a/testdata/test-file.txt +++ b/testdata/test-file.txt @@ -10,3 +10,4 @@ p: qp4ntcq4i'yz/4hmy;4icmA $Y I$zw#On7i4 More description p: t ivyAKW$ Jybi3hz iq3'y +p: QV$OTJn4: q43 hiqb3i43hya43 -- cgit v1.2.3