diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-03 09:15:47 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-03 09:15:47 +0300 |
commit | 448c45412600cd9844caf2336f5bf6c459145d08 (patch) | |
tree | a14ba06e9823772f97cd7f6e1e4429f9798864bf /a.awk | |
parent | 8d0b9648204d05537828e70ee1816834dc3b1d34 (diff) | |
download | egawk-448c45412600cd9844caf2336f5bf6c459145d08.tar.gz egawk-448c45412600cd9844caf2336f5bf6c459145d08.tar.bz2 egawk-448c45412600cd9844caf2336f5bf6c459145d08.zip |
Add some test file for use during development.
Diffstat (limited to 'a.awk')
-rw-r--r-- | a.awk | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +BEGIN { + f = "foo" + p = "o+" + fun = "match" + @fun(f, p) + print RSTART, RLENGTH +} |