diff options
Diffstat (limited to 'spec')
| -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 889105a..d74ac16 100644 --- a/spec/outputs/codes_from_doc.lua +++ b/spec/outputs/codes_from_doc.lua | |||
| @@ -1325,7 +1325,7 @@ local obj2 = { | |||
| 1325 | height = 13.5 | 1325 | height = 13.5 |
| 1326 | } | 1326 | } |
| 1327 | } | 1327 | } |
| 1328 | local first, second = obj2.numbers[1], obj2.numbers[2] | 1328 | local first, second, color = obj2.numbers[1], obj2.numbers[2], obj2.properties.color |
| 1329 | print(first, second, color) | 1329 | print(first, second, color) |
| 1330 | local first, second, color | 1330 | local first, second, color |
| 1331 | local _obj_0 = obj2 | 1331 | local _obj_0 = obj2 |
diff --git a/spec/outputs/codes_from_doc_zh.lua b/spec/outputs/codes_from_doc_zh.lua index f4ef2c7..650d923 100644 --- a/spec/outputs/codes_from_doc_zh.lua +++ b/spec/outputs/codes_from_doc_zh.lua | |||
| @@ -1325,7 +1325,7 @@ local obj2 = { | |||
| 1325 | height = 13.5 | 1325 | height = 13.5 |
| 1326 | } | 1326 | } |
| 1327 | } | 1327 | } |
| 1328 | local first, second = obj2.numbers[1], obj2.numbers[2] | 1328 | local first, second, color = obj2.numbers[1], obj2.numbers[2], obj2.properties.color |
| 1329 | print(first, second, color) | 1329 | print(first, second, color) |
| 1330 | local first, second, color | 1330 | local first, second, color |
| 1331 | local _obj_0 = obj2 | 1331 | local _obj_0 = obj2 |
