/test/language/error_warning_msg/bad_string1.msg
http://github.com/tybor/Liberty · Unknown · 14 lines · 12 code · 2 blank · 0 comment · 0 complexity · 14814b3fc5a57504c02c82001ab9a489 MD5 · raw file
- ****** Error: You must use an even number of hexadecimal digits
- to denote a sequence of CHARACTERs.
- Line 14 column 26 in BAD_STRING1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_string1.e):
- s := "Hi %/0x456/"
- ^
- ------
- ****** Fatal Error: Unexpected character in hexadecimal ascii
- code.
- Line 15 column 26 in BAD_STRING1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_string1.e):
- s := "Hi %/0x456G/"
- ^
- ------