Loading 15_templates/1511_concatenating_templates_of_string_and_list_types/NegSem_1511_ConcatenatingTemplatesOfStringAndListTypes_001.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ type component GeneralComp { } testcase TC_NegSem_1511_ConcatenatingTemplatesOfStringAndListTypes_001() runs on GeneralComp { var template octetstring v_str := 'ABCD'O & '?'O & '?E'O; // shall cause an error as it would denote 7 (i.e., uneven) number of digits // shall cause an error as it would denote 9 (i.e., uneven) number of digits setverdict(fail); } Loading 15_templates/1511_concatenating_templates_of_string_and_list_types/Sem_1511_ConcatenatingTemplatesOfStringAndListTypes_005.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ type component GeneralComp { } testcase TC_Sem_1511_ConcatenatingTemplatesOfStringAndListTypes_005() runs on GeneralComp { var template octetstring v_template := 'ABCD'O & * length(2) & 'EF'O; if (match('ABCDAAEF'O, v_template)) { if (match('ABCDAABBEF'O, v_template)) { setverdict(pass); } else { setverdict(fail); Loading Loading
15_templates/1511_concatenating_templates_of_string_and_list_types/NegSem_1511_ConcatenatingTemplatesOfStringAndListTypes_001.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ type component GeneralComp { } testcase TC_NegSem_1511_ConcatenatingTemplatesOfStringAndListTypes_001() runs on GeneralComp { var template octetstring v_str := 'ABCD'O & '?'O & '?E'O; // shall cause an error as it would denote 7 (i.e., uneven) number of digits // shall cause an error as it would denote 9 (i.e., uneven) number of digits setverdict(fail); } Loading
15_templates/1511_concatenating_templates_of_string_and_list_types/Sem_1511_ConcatenatingTemplatesOfStringAndListTypes_005.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ type component GeneralComp { } testcase TC_Sem_1511_ConcatenatingTemplatesOfStringAndListTypes_005() runs on GeneralComp { var template octetstring v_template := 'ABCD'O & * length(2) & 'EF'O; if (match('ABCDAAEF'O, v_template)) { if (match('ABCDAABBEF'O, v_template)) { setverdict(pass); } else { setverdict(fail); Loading