diff options
-rw-r--r-- | spec/outputs/codes_from_doc.lua | 2 | ||||
-rw-r--r-- | spec/outputs/codes_from_doc_zh.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/outputs/codes_from_doc.lua b/spec/outputs/codes_from_doc.lua index ca54086..b2ba836 100644 --- a/spec/outputs/codes_from_doc.lua +++ b/spec/outputs/codes_from_doc.lua | |||
@@ -522,7 +522,7 @@ local obj2 = { | |||
522 | height = 13.5 | 522 | height = 13.5 |
523 | } | 523 | } |
524 | } | 524 | } |
525 | local first, second = obj2.numbers[1], obj2.numbers[2] | 525 | local first, second, color = obj2.numbers[1], obj2.numbers[2], obj2.properties.color |
526 | print(first, second, color) | 526 | print(first, second, color) |
527 | local first, second, color | 527 | local first, second, color |
528 | local _obj_0 = obj2 | 528 | local _obj_0 = obj2 |
diff --git a/spec/outputs/codes_from_doc_zh.lua b/spec/outputs/codes_from_doc_zh.lua index dfa6efd..3f9615f 100644 --- a/spec/outputs/codes_from_doc_zh.lua +++ b/spec/outputs/codes_from_doc_zh.lua | |||
@@ -522,7 +522,7 @@ local obj2 = { | |||
522 | height = 13.5 | 522 | height = 13.5 |
523 | } | 523 | } |
524 | } | 524 | } |
525 | local first, second = obj2.numbers[1], obj2.numbers[2] | 525 | local first, second, color = obj2.numbers[1], obj2.numbers[2], obj2.properties.color |
526 | print(first, second, color) | 526 | print(first, second, color) |
527 | local first, second, color | 527 | local first, second, color |
528 | local _obj_0 = obj2 | 528 | local _obj_0 = obj2 |