aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/codes_from_doc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs/codes_from_doc.lua')
-rw-r--r--spec/outputs/codes_from_doc.lua2
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({ }, {
689local a, b, c, d 689local a, b, c, d
690local _obj_0 = tb 690local _obj_0 = tb
691a, b, c, d = _obj_0.a, _obj_0.b, _obj_0[1], _obj_0[2] 691a, b, c, d = _obj_0.a, _obj_0.b, _obj_0[1], _obj_0[2]
692Constant = 123
692local some_string = "Here is a string\n that has a line break in it." 693local some_string = "Here is a string\n that has a line break in it."
693print("I am " .. tostring(math.random() * 100) .. "% sure.") 694print("I am " .. tostring(math.random() * 100) .. "% sure.")
694local integer = 1000000 695local integer = 1000000
@@ -2864,6 +2865,7 @@ local _ <close> = setmetatable({ }, {
2864local a, b, c, d 2865local a, b, c, d
2865local _obj_0 = tb 2866local _obj_0 = tb
2866a, b, c, d = _obj_0.a, _obj_0.b, _obj_0[1], _obj_0[2] 2867a, b, c, d = _obj_0.a, _obj_0.b, _obj_0[1], _obj_0[2]
2868Constant = 123
2867local some_string = "Here is a string\n that has a line break in it." 2869local some_string = "Here is a string\n that has a line break in it."
2868print("I am " .. tostring(math.random() * 100) .. "% sure.") 2870print("I am " .. tostring(math.random() * 100) .. "% sure.")
2869local integer = 1000000 2871local integer = 1000000