Commit 0c9447e
fix: add comment for Gherkin escape handling in testkit utils
Explain why the replace('\"', '"') is needed — pytest-bdd preserves
backslash escapes from Gherkin table cells.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Simon Schrottner <simon.schrottner@gmail.com>1 parent 87b71d2 commit 0c9447e
2 files changed
Lines changed: 4 additions & 1 deletion
File tree
- tools/openfeature-flagd-api-testkit
- src/openfeature/contrib/tools/flagd/testkit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments