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/scripts | |
parent | 1b9ab35f323121aabf029f0496c7227818efad14 (diff) |
Fix lsearch ret=full
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0002 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/scripts/0000-Basic/0002 b/test/scripts/0000-Basic/0002 index 4d170ec68..70b4e5f94 100644 --- a/test/scripts/0000-Basic/0002 +++ b/test/scripts/0000-Basic/0002 @@ -563,13 +563,13 @@ q5: ${lookup{"quoted"} lsearch{DIR/aux-fixed/0002.quoted}} q6: ${lookup{white space}lsearch{DIR/aux-fixed/0002.quoted}} q7: ${lookup{b\\s} lsearch{DIR/aux-fixed/0002.quoted}} -q1: ${lookup{abc} lsearch,ret=full{DIR/aux-fixed/0002.quoted}} -q2: ${lookup{xyz} lsearch,ret=full{DIR/aux-fixed/0002.quoted}} -q3: ${lookup{pqr} lsearch,ret=full{DIR/aux-fixed/0002.quoted}} -q4: ${lookup{a:b} lsearch,ret=full{DIR/aux-fixed/0002.quoted}} -q5: ${lookup{"quoted"} lsearch,ret=full{DIR/aux-fixed/0002.quoted}} -q6: ${lookup{white space}lsearch,ret=full{DIR/aux-fixed/0002.quoted}} -q7: ${lookup{b\\s} lsearch,ret=full{DIR/aux-fixed/0002.quoted}} +q1f: ${lookup{abc} lsearch,ret=full{DIR/aux-fixed/0002.quoted}} +q2f: ${lookup{xyz} lsearch,ret=full{DIR/aux-fixed/0002.quoted}} +q3f: ${lookup{pqr} lsearch,ret=full{DIR/aux-fixed/0002.quoted}} +q4f: ${lookup{a:b} lsearch,ret=full{DIR/aux-fixed/0002.quoted}} +q5f: ${lookup{"quoted"} lsearch,ret=full{DIR/aux-fixed/0002.quoted}} +q6f: ${lookup{white space}lsearch,ret=full{DIR/aux-fixed/0002.quoted}} +q7f: ${lookup{b\\s} lsearch,ret=full{DIR/aux-fixed/0002.quoted}} abc: ${lookup{abc}wildlsearch{DIR/aux-var/0002.wild}} a.b.c: ${lookup{a.b.c}wildlsearch{DIR/aux-var/0002.wild}} |