/test/language/error_warning_msg/bad_string1.msg
Unknown | 14 lines | 12 code | 2 blank | 0 comment | 0 complexity | 14814b3fc5a57504c02c82001ab9a489 MD5 | raw file
1****** Error: You must use an even number of hexadecimal digits 2to denote a sequence of CHARACTERs. 3 4Line 14 column 26 in BAD_STRING1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_string1.e): 5 s := "Hi %/0x456/" 6 ^ 7------ 8****** Fatal Error: Unexpected character in hexadecimal ascii 9code. 10 11Line 15 column 26 in BAD_STRING1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_string1.e): 12 s := "Hi %/0x456G/" 13 ^ 14------