Loading ATS/B_matching_incoming_values/B01_template_matching/B0105_matching_character_pattern/B010505_pattern_compatibility/NegSyn_B010505_pattern_compatibility_001.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -13,7 +13,7 @@ module NegSyn_B010505_pattern_compatibility_001 { testcase TC_NegSyn_B010505_pattern_compatibility_001() runs on GeneralComp { testcase TC_NegSyn_B010505_pattern_compatibility_001() runs on GeneralComp { template charstring mw_matchingTemplate:= pattern "??riable reference"; template charstring mw_matchingTemplate:= pattern "??riable reference"; template charstring mw_matchingTemplate_2:= pattern mw_matchingTemplate; // error: Cannot assign a template to a non-template variable. var charstring mw_matchingTemplate_2:= pattern mw_matchingTemplate; // error: Cannot assign a template to a non-template variable. } } control{ control{ Loading Loading
ATS/B_matching_incoming_values/B01_template_matching/B0105_matching_character_pattern/B010505_pattern_compatibility/NegSyn_B010505_pattern_compatibility_001.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -13,7 +13,7 @@ module NegSyn_B010505_pattern_compatibility_001 { testcase TC_NegSyn_B010505_pattern_compatibility_001() runs on GeneralComp { testcase TC_NegSyn_B010505_pattern_compatibility_001() runs on GeneralComp { template charstring mw_matchingTemplate:= pattern "??riable reference"; template charstring mw_matchingTemplate:= pattern "??riable reference"; template charstring mw_matchingTemplate_2:= pattern mw_matchingTemplate; // error: Cannot assign a template to a non-template variable. var charstring mw_matchingTemplate_2:= pattern mw_matchingTemplate; // error: Cannot assign a template to a non-template variable. } } control{ control{ Loading