diff options
Diffstat (limited to 'test/functional/cases/001_merged/101_lua.robot')
-rw-r--r-- | test/functional/cases/001_merged/101_lua.robot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/functional/cases/001_merged/101_lua.robot b/test/functional/cases/001_merged/101_lua.robot index 23637396a..ac4f8677a 100644 --- a/test/functional/cases/001_merged/101_lua.robot +++ b/test/functional/cases/001_merged/101_lua.robot @@ -34,6 +34,11 @@ Option Order Expect Symbol With Exact Options OPTION_ORDER one two three 4 5 a Expect Symbol With Exact Options TBL_OPTION_ORDER one two three 4 5 a +Remove Result + Scan File ${MESSAGE} Settings={symbols_enabled = [REMOVE_RESULT_EXPECTED, REMOVE_RESULT_UNEXPECTED]} + Expect Symbol REMOVE_RESULT_EXPECTED + Do Not Expect Symbol REMOVE_RESULT_UNEXPECTED + Rule conditions Scan File ${MESSAGE} Settings={symbols_enabled = [ANY_A]} Expect Symbol With Option ANY_A hello3 |