From 66455ad2d34c46650a798738c53bb550d250ab04 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 22 Aug 2009 11:31:35 +0200 Subject: Document rules of the language covered by each test --- tests/parser/test-004.cli | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'tests/parser/test-004.cli') diff --git a/tests/parser/test-004.cli b/tests/parser/test-004.cli index 5497dca..e913288 100644 --- a/tests/parser/test-004.cli +++ b/tests/parser/test-004.cli @@ -1,7 +1,8 @@ -class c1 +// option-def-seq +// +class c { + bool -a; + int -b; + float -c; }; - -class c2 -{ -}; \ No newline at end of file -- cgit