Added test error for tag v2.62

This commit is contained in:
mieszkomakuch 2025-03-10 12:47:47 +01:00
parent a808149386
commit 9604cfbcf1

View File

@ -20,7 +20,7 @@ function [out_vector]=basicVectorOperations(in_vector, numerator, denominator, k
% out_vector - output vector that is the result of the operation
%
error('This is an intentional error. Application version: branch master (commit 10.03 12:09)');
error('This is an intentional error. Application version: branch master, tag v2.62 (commit 10.03 12:47)');
switch operation_type
case {'^', 'POWER'}