diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-11-28 21:23:25 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-11-28 21:23:25 +0200 |
commit | bc16d450354d41c95e9d8a4a72654e98d16ba185 (patch) | |
tree | 1f3f64ef141a205d00d85a70b4479c839fd470ab /test | |
parent | 10bbf2bd8efce5d262e79592b5b5340a1148ce8a (diff) | |
download | egawk-bc16d450354d41c95e9d8a4a72654e98d16ba185.tar.gz egawk-bc16d450354d41c95e9d8a4a72654e98d16ba185.tar.bz2 egawk-bc16d450354d41c95e9d8a4a72654e98d16ba185.zip |
More adjustments. profile11 now gets all the comments!
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/profile11.ok | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 846be8ff..cd6626e6 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2018-11-28 Arnold D. Robbins <arnold@skeeve.com> + + * profile11.ok: Updated after code change. + 2018-11-27 Arnold D. Robbins <arnold@skeeve.com> * profile11.awk: Disambiguate some comments. diff --git a/test/profile11.ok b/test/profile11.ok index 5daf7ccc..77f4dd7f 100644 --- a/test/profile11.ok +++ b/test/profile11.ok @@ -1,3 +1,5 @@ +@load "filefuncs" # get file functions + # comments/for.awk BEGIN { for (i = 1; i <= 10; i++) { @@ -291,6 +293,7 @@ BEGIN { } } +# comments/exp.awk # range comment # range comment 2 |