diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-01 22:53:51 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-01 22:53:51 +0300 |
commit | 9698fd1ebff2bc3f76efbf498c28ce21aa515b7e (patch) | |
tree | 82d4d368ede5133d2eff3c7d535274c1f7eddccf /test/ignrcas3.ok | |
parent | de23ab7bfbea6ee03ef7386c6c203a4b2b7b7116 (diff) | |
parent | 385636c3da7f36ae020eeb7098485923168ccf4b (diff) | |
download | egawk-9698fd1ebff2bc3f76efbf498c28ce21aa515b7e.tar.gz egawk-9698fd1ebff2bc3f76efbf498c28ce21aa515b7e.tar.bz2 egawk-9698fd1ebff2bc3f76efbf498c28ce21aa515b7e.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test/ignrcas3.ok')
-rw-r--r-- | test/ignrcas3.ok | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/test/ignrcas3.ok b/test/ignrcas3.ok index 0d66ea1a..0222feb5 100644 --- a/test/ignrcas3.ok +++ b/test/ignrcas3.ok @@ -1,2 +1,18 @@ -0 -1 +data[1] ~ dfa[1] = ok +data[1] ~ regex[1] = ok +data[1] ~ dfa[2] = ok +data[1] ~ regex[2] = ok +data[1] ~ dfa[3] = ok +data[1] ~ regex[3] = ok +data[2] ~ dfa[1] = ok +data[2] ~ regex[1] = ok +data[2] ~ dfa[2] = ok +data[2] ~ regex[2] = ok +data[2] ~ dfa[3] = ok +data[2] ~ regex[3] = ok +data[3] ~ dfa[1] = ok +data[3] ~ regex[1] = ok +data[3] ~ dfa[2] = ok +data[3] ~ regex[2] = ok +data[3] ~ dfa[3] = ok +data[3] ~ regex[3] = ok |