summaryrefslogtreecommitdiff
path: root/src/testdir/test3.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-03-07 13:21:32 +0100
committerBram Moolenaar <Bram@vim.org>2013-03-07 13:21:32 +0100
commitd999db2f1e5ec51042883d35ca44f0d751324b19 (patch)
tree5e8ecdd02d18acb143f060497ef3aa8d93760d54 /src/testdir/test3.ok
parent34700a6a15323a499d56b2f66a286fc368783371 (diff)
downloadvim-git-d999db2f1e5ec51042883d35ca44f0d751324b19.tar.gz
updated for version 7.3.845v7.3.845
Problem: Enum indenting is not tested. Solution: Add tests. (Hong Xu)
Diffstat (limited to 'src/testdir/test3.ok')
-rw-r--r--src/testdir/test3.ok14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/testdir/test3.ok b/src/testdir/test3.ok
index 011751be8..d73a5e123 100644
--- a/src/testdir/test3.ok
+++ b/src/testdir/test3.ok
@@ -306,6 +306,20 @@ static enum
maybe
} soppie;
+public static enum
+{
+ yes = 0,
+ no,
+ maybe
+} soppie;
+
+static private enum
+{
+ yes = 0,
+ no,
+ maybe
+} soppie;
+
{
int a,
b;