diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-03-21 05:36:33 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-03-21 05:36:33 +0200 |
commit | 3e92d06bebd53eba773749351641e3eaed7c117f (patch) | |
tree | 73a25fc10c399656589daa3ab7f0f81c483139b7 /test/profile10.ok | |
parent | dd0cfe0cb3138755733c6578366cebc239e7017d (diff) | |
download | egawk-3e92d06bebd53eba773749351641e3eaed7c117f.tar.gz egawk-3e92d06bebd53eba773749351641e3eaed7c117f.tar.bz2 egawk-3e92d06bebd53eba773749351641e3eaed7c117f.zip |
Improve pretty-printing comment after if statement.
Diffstat (limited to 'test/profile10.ok')
-rw-r--r-- | test/profile10.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/profile10.ok b/test/profile10.ok index 9d4840c2..13f0b67b 100644 --- a/test/profile10.ok +++ b/test/profile10.ok @@ -31,6 +31,9 @@ BEGIN { # Comment 0 if (1) { print "foo" } # Comment 25 + if (2) { + print "bar" + } # Comment 26 } |