Erik Schmauss eab4fc423b ASLTS: exc: change test case to allow implicit conversion of strings with "0x" to hex
The ACPI spec's definition of implicit conversion does not allow
'0x' within strings that are converted to integers. Without '0x'
the number being converted could be mistaken as a decimal number.
Instead we are allowing with 0x or no 0x and both versions are
implicitly converted to hex.

Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
2017-08-10 14:35:01 -07:00
..