~ubuntu-branches/ubuntu/raring/adacontrol/raring

« back to all changes in this revision

Viewing changes to test/conf/t_special_comments.aru

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2010-03-13 14:01:37 UTC
  • mfrom: (1.1.5 upstream) (9.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100313140137-50ia1bbb5qld97fd
Tags: 1.12~b1-1
New upstream beta version.  Really closes: #566061 even on i386.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Rule_Off: check special_comments (pattern, "##.* off ");
2
2
check special_comments (pattern, "tbsl");
3
3
 
 
4
check special_comments (terminating, "junk", begin, "^ok", end);
 
5
 
4
6
search special_comments (unnamed_begin, program_unit package);
5
7
search special_comments (unnamed_begin, procedure, declaration function);