-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathlua51-lua52.diff.txt
More file actions
30 lines (27 loc) · 849 Bytes
/
lua51-lua52.diff.txt
File metadata and controls
30 lines (27 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- lua51.txt 2015-10-02 21:20:24.111083425 +0200
+++ lua52.txt 2015-10-02 21:20:28.406922550 +0200
@@ -1,4 +1,4 @@
-tested: [Lua 5.1]
+tested: [Lua 5.2]
with require from _G
mod.true boolean true
@@ -9,7 +9,7 @@
modi.nil string modi.nil
modnil.true boolean true
modnil.false boolean false
-modnil.nil nil nil
+modnil.nil boolean true
with require from require.lua:require51
mod.true boolean true
@@ -24,10 +24,10 @@
with require from require.lua:require52
mod.true boolean true
-mod.false ERROR ./require.lua:77: bad argument #1 to 'ipairs' (table expected, got nil)
+mod.false boolean false
mod.nil boolean true
modi.true boolean true
-modi.false ERROR ./require.lua:77: bad argument #1 to 'ipairs' (table expected, got nil)
+modi.false boolean false
modi.nil string modi.nil
modnil.true boolean true
modnil.false boolean true