diff options
Diffstat (limited to 'spec/outputs/codes_from_doc.lua')
-rw-r--r-- | spec/outputs/codes_from_doc.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/outputs/codes_from_doc.lua b/spec/outputs/codes_from_doc.lua index 644b7c3..177c33d 100644 --- a/spec/outputs/codes_from_doc.lua +++ b/spec/outputs/codes_from_doc.lua | |||
@@ -689,6 +689,7 @@ local _ <close> = setmetatable({ }, { | |||
689 | local a, b, c, d | 689 | local a, b, c, d |
690 | local _obj_0 = tb | 690 | local _obj_0 = tb |
691 | a, b, c, d = _obj_0.a, _obj_0.b, _obj_0[1], _obj_0[2] | 691 | a, b, c, d = _obj_0.a, _obj_0.b, _obj_0[1], _obj_0[2] |
692 | Constant = 123 | ||
692 | local some_string = "Here is a string\n that has a line break in it." | 693 | local some_string = "Here is a string\n that has a line break in it." |
693 | print("I am " .. tostring(math.random() * 100) .. "% sure.") | 694 | print("I am " .. tostring(math.random() * 100) .. "% sure.") |
694 | local integer = 1000000 | 695 | local integer = 1000000 |
@@ -2864,6 +2865,7 @@ local _ <close> = setmetatable({ }, { | |||
2864 | local a, b, c, d | 2865 | local a, b, c, d |
2865 | local _obj_0 = tb | 2866 | local _obj_0 = tb |
2866 | a, b, c, d = _obj_0.a, _obj_0.b, _obj_0[1], _obj_0[2] | 2867 | a, b, c, d = _obj_0.a, _obj_0.b, _obj_0[1], _obj_0[2] |
2868 | Constant = 123 | ||
2867 | local some_string = "Here is a string\n that has a line break in it." | 2869 | local some_string = "Here is a string\n that has a line break in it." |
2868 | print("I am " .. tostring(math.random() * 100) .. "% sure.") | 2870 | print("I am " .. tostring(math.random() * 100) .. "% sure.") |
2869 | local integer = 1000000 | 2871 | local integer = 1000000 |