diff options
Diffstat (limited to 'spec/outputs/codes_from_doc_zh.lua')
-rw-r--r-- | spec/outputs/codes_from_doc_zh.lua | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/outputs/codes_from_doc_zh.lua b/spec/outputs/codes_from_doc_zh.lua index 52204b7..fcde41f 100644 --- a/spec/outputs/codes_from_doc_zh.lua +++ b/spec/outputs/codes_from_doc_zh.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 = { |
@@ -2542,6 +2550,14 @@ func({ | |||
2542 | 2, | 2550 | 2, |
2543 | 3 | 2551 | 3 |
2544 | }) | 2552 | }) |
2553 | local f | ||
2554 | f = function() | ||
2555 | return { | ||
2556 | 1, | ||
2557 | 2, | ||
2558 | 3 | ||
2559 | } | ||
2560 | end | ||
2545 | local tb = { | 2561 | local tb = { |
2546 | name = "abc", | 2562 | name = "abc", |
2547 | values = { | 2563 | values = { |