aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-11-11 21:43:54 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-11-11 21:43:54 +0200
commitac700ecf05bd7f2f877be20311c39c0aefc4887a (patch)
tree602dcb5217616c92c2dd73a25383ac15fc169beb /test
parentf2e733ea2a3213e2571bffb269f80bd62f4448c3 (diff)
downloadegawk-ac700ecf05bd7f2f877be20311c39c0aefc4887a.tar.gz
egawk-ac700ecf05bd7f2f877be20311c39c0aefc4887a.tar.bz2
egawk-ac700ecf05bd7f2f877be20311c39c0aefc4887a.zip
More improvements on block comments.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/profile10.ok12
2 files changed, 9 insertions, 7 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 9530e000..f5d33346 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-11 Arnold D. Robbins <arnold@skeeve.com>
+
+ * profile10.ok: Updated after code change.
+
2018-10-14 Arnold D. Robbins <arnold@skeeve.com>
* profile0.ok: Updated after code change.
diff --git a/test/profile10.ok b/test/profile10.ok
index 13f0b67b..0f77bd38 100644
--- a/test/profile10.ok
+++ b/test/profile10.ok
@@ -17,14 +17,12 @@ BEGIN { # Comment 0
print "MNO" # Comment 16
} # Comment 17
switch (q) {
- case "a":
- # Comment 18
+ # Comment 18
+ case "a": # Comment 19
case "b":
- # Comment 19
- break # Comment 20
- # Comment 21
- default:
- # Comment 22
+ # Comment 20
+ break # Comment 21
+ default: # Comment 22
break # Comment 23
}
# Comment 24