diff --git a/gherkin/flagd-json-evaluator.feature b/gherkin/flagd-json-evaluator.feature index 56de04a..769825e 100644 --- a/gherkin/flagd-json-evaluator.feature +++ b/gherkin/flagd-json-evaluator.feature @@ -24,10 +24,10 @@ Feature: flagd json evaluation Then the returned value should be Examples: | name | value | - | "jack" | "clubs" | - | "queen" | "diamonds" | - | "ace" | "hearts" | - | "joker" | "spades" | + | "jack" | "spades" | + | "queen" | "clubs" | + | "ten" | "diamonds" | + | "nine" | "hearts" | Scenario Outline: Substring operators When a string flag with key "starts-ends-flag" is evaluated with default value "fallback"