diff options
Diffstat (limited to 'test/handler/test_cfn_python_lint_handler.vader')
-rw-r--r-- | test/handler/test_cfn_python_lint_handler.vader | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/handler/test_cfn_python_lint_handler.vader b/test/handler/test_cfn_python_lint_handler.vader index 1bbd6388..a053e84e 100644 --- a/test/handler/test_cfn_python_lint_handler.vader +++ b/test/handler/test_cfn_python_lint_handler.vader @@ -11,6 +11,8 @@ Execute(The cfn_python_lint handler should parse items correctly): \ { \ 'lnum': 96, \ 'col': 7, + \ 'end_lnum': 96, + \ 'end_col': 15, \ 'text': 'Property Resources/Sample/Properties/FromPort should be of type Integer', \ 'code': 'E3012', \ 'type': 'E', @@ -18,6 +20,8 @@ Execute(The cfn_python_lint handler should parse items correctly): \ { \ 'lnum': 97, \ 'col': 7, + \ 'end_lnum': 97, + \ 'end_col': 15, \ 'text': 'AllowedPattern and/or AllowedValues for Parameter should be specified at Parameters/SampleIpAddress. Example for AllowedPattern "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/([0-9]|[1-2][0-9]|3[0-2]))$"', \ 'code': 'W2509', \ 'type': 'W', |