Skip to content

Commit

Permalink
Negative test case for key-as-segment
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed May 16, 2024
1 parent 6fb8f40 commit 5bd43cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions abnf/odata-abnf-testcases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3475,6 +3475,11 @@ TestCases:
Rule: context
Input: "#SingletonEntity/Orders(3)/Items"

- Name: Context URL - Forbidden key-as-segment
Rule: context
FailAt: 8
Input: "#Orders/3/Items"

- Name: Context URL - collection with containment
Rule: context
Input: "#Customers('ALFKI')/Orders"
Expand Down

0 comments on commit 5bd43cf

Please sign in to comment.