diff options
Diffstat (limited to '')
-rw-r--r-- | spec/outputs/codes_from_doc_zh.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/outputs/codes_from_doc_zh.lua b/spec/outputs/codes_from_doc_zh.lua index aa53926..f251450 100644 --- a/spec/outputs/codes_from_doc_zh.lua +++ b/spec/outputs/codes_from_doc_zh.lua | |||
@@ -71,6 +71,7 @@ if cond then | |||
71 | end | 71 | end |
72 | print("yuescript") | 72 | print("yuescript") |
73 | print(3) | 73 | print(3) |
74 | print("有效的枚举类型:", "Static") | ||
74 | if tb ~= nil then | 75 | if tb ~= nil then |
75 | tb:func() | 76 | tb:func() |
76 | end | 77 | end |
@@ -2062,6 +2063,7 @@ if cond then | |||
2062 | end | 2063 | end |
2063 | print("yuescript") | 2064 | print("yuescript") |
2064 | print(3) | 2065 | print(3) |
2066 | print("有效的枚举类型:", "Static") | ||
2065 | if tb ~= nil then | 2067 | if tb ~= nil then |
2066 | tb:func() | 2068 | tb:func() |
2067 | end | 2069 | end |