ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1318.vhd ERROR: Parse error at line 43 column 5: 33: 34: ARCHITECTURE c08s04b00x00p07n01i01318arch OF c08s04b00x00p07n01i01318ent IS 35: signal s1, s2 : CHARACTER := NUL; 36: BEGIN 37: TESTING: PROCESS 38: type AT is array (INTEGER range <>) of CHARACTER; 39: variable av : AT(0 to 1) := ('1', '2'); 40: BEGIN 41: assert s1 = NUL; 42: assert s2 = NUL; 43: (s1, s2) <= av; ^ 44: wait on s1; 45: assert s1 = '1'; 46: assert s2 = '2'; 47: assert NOT( s1 = '1' and s2 = '2' ) 48: report "***PASSED TEST: c08s04b00x00p07n01i01318" 49: severity NOTE; 50: assert ( s1 = '1' and s2 = '2' ) 51: report "***FAILED TEST: c08s04b00x00p07n01i01318 - Aggregate (array type) signal assignment test failed." 52: severity ERROR; 53: wait; WARN: Missing blame information for the following files: WARN: * tc1318.vhd WARN: This may lead to missing/broken features in SonarQube