Skip to content

Commit

Permalink
test adding a choice in option list using a value that is not previou…
Browse files Browse the repository at this point in the history
…sly used in the data file.
  • Loading branch information
DE MERINGO Olivier committed Jul 19, 2024
1 parent 24f6e28 commit 4a23099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/csv/data/project-list.resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ schema:
# /!\ we have to better way to express it than to replicate the pattern
# e.g. : ^(rust|python|docker|other\ tek)?(\+(rust|python|docker|other\ tek))*$
constraints:
pattern: ^(rust|python|docker|other\ tek)?(\+(rust|python|docker|other\ tek))*$
pattern: ^(rust|python|docker|other\ tek|esoteric\ language)?(\+(rust|python|docker|other\ tek|esoteric\ language))*$
- name: comment
type: string
- name: review
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"rust",
"python",
"docker",
"other tek"
"other tek",
"esoteric language"
]
}
}
Expand Down

0 comments on commit 4a23099

Please sign in to comment.