diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/54compmatch.ztst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/54compmatch.ztst b/Test/54compmatch.ztst index 8ffbe6dda..6d0452380 100644 --- a/Test/54compmatch.ztst +++ b/Test/54compmatch.ztst @@ -471,7 +471,7 @@ test_code 'r:|[A-Z0-9]=** r:|=*' example6_list comptest $'tst H\t' -0:Documentation example using "r:|[A-Z0-9]=* r:|=*", input 2 +0:Documentation example using "r:|[A-Z0-9]=** r:|=*", input H >line: {tst H}{} >COMPADD:{} >INSERT_POSITIONS:{4} @@ -480,7 +480,7 @@ test_code 'r:|[A-Z0-9]=** r:|=*' example6_list comptest $'tst 2\t\t' -0:Documentation example using "r:|[A-Z0-9]=* r:|=*", input 2 +0:Documentation example using "r:|[A-Z0-9]=** r:|=*", input 2 >line: {tst 5}{23} >COMPADD:{} >INSERT_POSITIONS:{5:7} |