Commit b37fb071 authored by Axel Rennoch's avatar Axel Rennoch
Browse files

Aktualisieren...

Aktualisieren ATS/core_language/A_BNF/A0102_TrailingCommas/Syn_A0102_TrailingCommas_001.ttcn, ATS/core_language/27_specifying_attributes/2701_attribute_mechanism/270101_scope_of_attributes/Syn_270101_ScopeOfAttributes_005.ttcn
parent 0cad5c93
Loading
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
/***************************************************
 ** @author   TTF T023
 ** @version  0.0.1
 ** @purpose  1:A.1.2a, Ensure that the IUT properly evaluates trailing commas
 ** @verdict  pass  accept, noexecution
 ***************************************************/
module Syn_A0102_TrailingCommas_001 {

    type record MyRecord {
     integer field1,
     record {
	  integer innerField1,
	  boolean innerField2,   // allow trailing comma
     } field2,               // allow trailing comma
    }

}
 No newline at end of file
+1 −1

File changed.

Contains only whitespace changes.