diff options
Diffstat (limited to 'spec/util/quick.lua')
| -rw-r--r-- | spec/util/quick.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/util/quick.lua b/spec/util/quick.lua index 80c75848..257f570e 100644 --- a/spec/util/quick.lua +++ b/spec/util/quick.lua | |||
| @@ -245,6 +245,8 @@ local function parse(filename) | |||
| 245 | block_start_arg("STDOUT", cur_op, "stdout") | 245 | block_start_arg("STDOUT", cur_op, "stdout") |
| 246 | elseif cmd == "NOT_STDOUT" then | 246 | elseif cmd == "NOT_STDOUT" then |
| 247 | block_start_arg("NOT_STDOUT", cur_op, "not_stdout") | 247 | block_start_arg("NOT_STDOUT", cur_op, "not_stdout") |
| 248 | elseif cmd == "PENDING" then | ||
| 249 | bool_arg("PENDING", cur_test, "pending", arg) | ||
| 248 | elseif cmd == "TEST" then | 250 | elseif cmd == "TEST" then |
| 249 | table.remove(stack) | 251 | table.remove(stack) |
| 250 | start_test(arg) | 252 | start_test(arg) |
