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 /z.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 'z.awk')
-rw-r--r-- | z.awk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -0,0 +1 @@ +BEGIN { f = "foo" ; p = @/o/ ; gsub(p, "q", f); print f } |