aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile10.ok
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/profile10.ok
parentf2e733ea2a3213e2571bffb269f80bd62f4448c3 (diff)
downloadegawk-ac700ecf05bd7f2f877be20311c39c0aefc4887a.tar.gz
egawk-ac700ecf05bd7f2f877be20311c39c0aefc4887a.tar.bz2
egawk-ac700ecf05bd7f2f877be20311c39c0aefc4887a.zip
More improvements on block comments.
Diffstat (limited to 'test/profile10.ok')
-rw-r--r--test/profile10.ok12
1 files changed, 5 insertions, 7 deletions
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