/test/language/error_warning_msg/bad_hexadecimal1.msg

http://github.com/tybor/Liberty · Unknown · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · 237efeab15132c6d1d73b98e15f8e034 MD5 · raw file

  1. ****** Fatal Error: Incorrect hexadecimal notation. Wrong number
  2. of hexadecimal digits (3 digits). You must use exactly 2, 4,
  3. 8 or 16 digits only. A 2 digit value denotes an INTEGER_8, a 4
  4. digit value denotes an INTEGER_16, an 8 digit value denotes an
  5. INTEGER_32, and, finally, a 16 digit value denotes an INTEGER_64.
  6. (See examples in file "tutorial/manifest_notation.e".)
  7. Line 14 column 20 in BAD_HEXADECIMAL1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_hexadecimal1.e):
  8. i := 0xfff
  9. ^------