diff options
Diffstat (limited to 'spec/inputs')
| -rw-r--r-- | spec/inputs/cond.yue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/inputs/cond.yue b/spec/inputs/cond.yue index d33eec4..42b22a7 100644 --- a/spec/inputs/cond.yue +++ b/spec/inputs/cond.yue | |||
| @@ -200,6 +200,14 @@ do | |||
| 200 | elseif c | 200 | elseif c |
| 201 | d: e = tb | 201 | d: e = tb |
| 202 | 202 | ||
| 203 | if :pi = math | ||
| 204 | print pi | ||
| 205 | |||
| 206 | do | ||
| 207 | local math | ||
| 208 | if :pi = math | ||
| 209 | print pi | ||
| 210 | |||
| 203 | nil | 211 | nil |
| 204 | 212 | ||
| 205 | 213 | ||
