diff options
Diffstat (limited to 'spec/outputs/codes_from_doc.lua')
-rw-r--r-- | spec/outputs/codes_from_doc.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/outputs/codes_from_doc.lua b/spec/outputs/codes_from_doc.lua index 6f61569..4073056 100644 --- a/spec/outputs/codes_from_doc.lua +++ b/spec/outputs/codes_from_doc.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("Valid enum type:", "Static") | ||
74 | if tb ~= nil then | 75 | if tb ~= nil then |
75 | tb:func() | 76 | tb:func() |
76 | end | 77 | end |
@@ -2068,6 +2069,7 @@ if cond then | |||
2068 | end | 2069 | end |
2069 | print("yuescript") | 2070 | print("yuescript") |
2070 | print(3) | 2071 | print(3) |
2072 | print("Valid enum type:", "Static") | ||
2071 | if tb ~= nil then | 2073 | if tb ~= nil then |
2072 | tb:func() | 2074 | tb:func() |
2073 | end | 2075 | end |