diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-08-02 15:25:43 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-08-02 15:25:43 +0100 |
commit | b690a53ed619f5adfa532bf8cc9ab13c1c806b3c (patch) | |
tree | 8fe60e1b88093ff38b96ee1ded68a59fdbe6dc82 /test/stdout/0002 | |
parent | 1b9ab35f323121aabf029f0496c7227818efad14 (diff) |
Fix lsearch ret=full
Diffstat (limited to 'test/stdout/0002')
-rw-r--r-- | test/stdout/0002 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index df659d2d4..02ba087ba 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -527,13 +527,13 @@ newline tab\134backslash ~tilde\177DEL\200\201. > q6: "white space" > q7: "b\\s" > -> q1: abc "abc" -> q2: xyz: "xyz": -> q3: pqr : "pqr" : -> q4: a:b "a:b" abc continued data (make sure not key) -> q5: "quoted" "\"quoted\"" -> q6: white space "white space" -> q7: b\s "b\\s" +> q1f: abc "abc" +> q2f: xyz: "xyz": +> q3f: pqr : "pqr" : +> q4f: a:b "a:b" abc continued data (make sure not key) +> q5f: "quoted" "\"quoted\"" +> q6f: white space "white space" +> q7f: b\s "b\\s" > > abc: abc > a.b.c: *.b.c |