Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions test/JPP_TestUsecases.csv
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,17 @@ JPP_2055|PARAMETER_SCOPE|BADCASE|JSON file containing a parameter with missing s
JPP_2056|PARAMETER_SCOPE|BADCASE|JSON file containing a parameter with missing scope (7)
JPP_2057|PARAMETER_SCOPE|BADCASE|JSON file containing a parameter with missing scope (8)
JPP_2058|PARAMETER_SCOPE|BADCASE|JSON file containing a parameter with missing scope (9)
JPP_2100|INLINE_CODE|GOODCASE|JSON file containing Python inline code with simple data types
JPP_2101|INLINE_CODE|GOODCASE|JSON file containing Python inline code with composite data types
JPP_2102|INLINE_CODE|GOODCASE|JSON file containing Python inline code with simple conditions
JPP_2103|INLINE_CODE|GOODCASE|JSON file containing Python inline code within lists and dictionaries
JPP_2105|INLINE_CODE|GOODCASE|JSON file containing Python inline code in more complex scenarios
JPP_2107|INLINE_CODE|GOODCASE|JSON file containing Python inline code with import paths
JPP_2150|INLINE_CODE|BADCASE|Python inline code as embedded part of a string (1)
JPP_2151|INLINE_CODE|BADCASE|Python inline code as embedded part of a string (2)
JPP_2152|INLINE_CODE|BADCASE|Python inline code as embedded part of a string (3)
JPP_2180|INLINE_CODE|BADCASE|Python inline code with additional leading angle bracket
JPP_2184|INLINE_CODE|BADCASE|Python inline code inside a dictionary with additional leading angle bracket
JPP_2192|INLINE_CODE|BADCASE|Python inline code is parameter name
JPP_2193|INLINE_CODE|BADCASE|Python inline code is parameter name inside a list
JPP_2194|INLINE_CODE|BADCASE|Python inline code is parameter name inside a dictionary
Loading