comparison src/testdir/test3.in @ 828:01583c79d5f4 v7.0d03

updated for version 7.0d03
author vimboss
date Thu, 13 Apr 2006 20:37:35 +0000
parents fd1b3406fd1c
children dc8197342755
comparison
equal deleted inserted replaced
827:fd1b3406fd1c 828:01583c79d5f4
740 2; 740 2;
741 else 3; 741 else 3;
742 next_line_of_code(); 742 next_line_of_code();
743 } 743 }
744 744
745 barry()
746 {
747 Foo::Foo (int one,
748 int two)
749 : something(4)
750 {}
751 }
752
753 barry()
754 {
755 Foo::Foo (int one, int two)
756 : something(4)
757 {}
758 }
759
760 Constructor::Constructor(int a,
761 int b
762 ) :
763 BaseClass(a,
764 b,
765 c),
766 mMember(b)
767 {
768 }
769
745 /* end of AUTO */ 770 /* end of AUTO */
746 771
747 STARTTEST 772 STARTTEST
748 :set tw=0 wm=60 columns=80 noai fo=croq 773 :set tw=0 wm=60 columns=80 noai fo=croq
749 /serious/e 774 /serious/e
1190 public: // comment 1215 public: // comment
1191 void testfall(); 1216 void testfall();
1192 protected: 1217 protected:
1193 void testfall(); 1218 void testfall();
1194 }; 1219 };
1220
1221 STARTTEST
1222 :set cino=+20
1223 2kdd]]=][
1224 ENDTEST
1225
1226 void
1227 foo()
1228 {
1229 if (a)
1230 {
1231 } else
1232 asdf;
1233 }
1195 1234
1196 STARTTEST 1235 STARTTEST
1197 :set cino=(0,W2s 1236 :set cino=(0,W2s
1198 2kdd]]=][ 1237 2kdd]]=][
1199 ENDTEST 1238 ENDTEST