Browse Source

readme: Correct note and asterisk about integer assertions

Ole 10 years ago
parent
commit
313a58e5fd
1 changed files with 5 additions and 5 deletions
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -17,9 +17,9 @@ Lua headers and library.
 
 
 So far all tests have been run on recent versions of Arch Linux and FreeBSD, with following results.
 So far all tests have been run on recent versions of Arch Linux and FreeBSD, with following results.
 
 
- Compiler    | Lua 5.1 <sup>*</sup>  | Lua 5.2 <sup>*</sup> | Lua 5.3
--------------|-----------------------|----------------------|----------
- clang++ 3.6 | passes                | passes               | passes
- g++ 5.1     | passes                | passes               | passes
+ Compiler    | Lua 5.1             | Lua 5.2             | Lua 5.3
+-------------|---------------------|---------------------|---------
+ clang++ 3.6 | partial<sup>*</sup> | partial<sup>*</sup> | passes
+ g++ 5.1     | partial<sup>*</sup> | partial<sup>*</sup> | passes
 
 
-<sup>*</sup> Assertions relying on integers are ignored, due to integer quirks in Lua.
+<sup>*</sup> Assertions relying on integers will fail, due to integer quirks in Lua.