diff src/testdir/test3.in @ 4187:171234e02b1e v7.3.845

updated for version 7.3.845 Problem: Enum indenting is not tested. Solution: Add tests. (Hong Xu)
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Mar 2013 13:21:32 +0100
parents c0c935956ac3
children ad005d0114c1
line wrap: on
line diff
--- a/src/testdir/test3.in
+++ b/src/testdir/test3.in
@@ -318,6 +318,20 @@ no,
 maybe
 } soppie;
 
+public static enum
+{
+yes = 0,
+no,
+maybe
+} soppie;
+
+static private enum
+{
+yes = 0,
+no,
+maybe
+} soppie;
+
 {
 	int a,
 		b;