diff options
Diffstat (limited to '')
| -rw-r--r-- | spec/outputs/codes_from_doc.lua | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/outputs/codes_from_doc.lua b/spec/outputs/codes_from_doc.lua index 3ee20bb..c7a2d50 100644 --- a/spec/outputs/codes_from_doc.lua +++ b/spec/outputs/codes_from_doc.lua | |||
| @@ -339,6 +339,14 @@ func({ | |||
| 339 | 2, | 339 | 2, |
| 340 | 3 | 340 | 3 |
| 341 | }) | 341 | }) |
| 342 | local f | ||
| 343 | f = function() | ||
| 344 | return { | ||
| 345 | 1, | ||
| 346 | 2, | ||
| 347 | 3 | ||
| 348 | } | ||
| 349 | end | ||
| 342 | local tb = { | 350 | local tb = { |
| 343 | name = "abc", | 351 | name = "abc", |
| 344 | values = { | 352 | values = { |
| @@ -2548,6 +2556,14 @@ func({ | |||
| 2548 | 2, | 2556 | 2, |
| 2549 | 3 | 2557 | 3 |
| 2550 | }) | 2558 | }) |
| 2559 | local f | ||
| 2560 | f = function() | ||
| 2561 | return { | ||
| 2562 | 1, | ||
| 2563 | 2, | ||
| 2564 | 3 | ||
| 2565 | } | ||
| 2566 | end | ||
| 2551 | local tb = { | 2567 | local tb = { |
| 2552 | name = "abc", | 2568 | name = "abc", |
| 2553 | values = { | 2569 | values = { |
