commit | d999db2f1e5ec51042883d35ca44f0d751324b19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 07 13:21:32 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 07 13:21:32 2013 +0100 |
tree | 5e8ecdd02d18acb143f060497ef3aa8d93760d54 | |
parent | 34700a6a15323a499d56b2f66a286fc368783371 [diff] [blame] |
updated for version 7.3.845 Problem: Enum indenting is not tested. Solution: Add tests. (Hong Xu)
diff --git a/src/testdir/test3.ok b/src/testdir/test3.ok index 011751b..d73a5e1 100644 --- a/src/testdir/test3.ok +++ b/src/testdir/test3.ok
@@ -306,6 +306,20 @@ maybe } soppie; +public static enum +{ + yes = 0, + no, + maybe +} soppie; + +static private enum +{ + yes = 0, + no, + maybe +} soppie; + { int a, b;