Project restart
This commit is contained in:
16
test/validation/items/common/syntax_robustness/test.tum
Normal file
16
test/validation/items/common/syntax_robustness/test.tum
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
# No name declared
|
||||
- sleep: {timeout: 0.2, key: $(test)_PASS}
|
||||
|
||||
# Empty name declared
|
||||
- sleep:
|
||||
name:
|
||||
timeout: 0.2
|
||||
key: $(test)_PASS
|
||||
|
||||
# Empty doc declared
|
||||
- sleep:
|
||||
name: Empty "doc:" declared (must PASS)
|
||||
doc:
|
||||
timeout: 0.2
|
||||
key: $(test)_PASS
|
||||
Reference in New Issue
Block a user