/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

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