Skip to content

Commit

Permalink
add 2 more examples to snake case
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Díaz <[email protected]>
  • Loading branch information
juandspy authored and bjhargrave committed Apr 11, 2024
1 parent 8d940b0 commit b7f0b71
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ seed_examples:
question:
"Transform these words in Snake case: inexhaustibleness intermediateness
lexicographically copperas imperturbability electrophysiological balking aerothermodynamics"
- answer: this_is_a_long_text_string_that_needs_to_be_converted_into_snake_case
question: "Convert this text into its Snake case form: This Is A Long Text String That Needs To Be Converted Into Snake Case"

Check warning on line 17 in compositional_skills/writing/freeform/technical/text_casing/snake_case/qna.yaml

View workflow job for this annotation

GitHub Actions / lint

17:121 [line-length] line too long (129 > 120 characters)
- answer: snake_case_transformation_of_a_long_sentence_with_multiple_words
question: "I have this text 'Snake Case Transformation Of A Long Sentence With Multiple Words'. Convert it to snake case"

Check warning on line 19 in compositional_skills/writing/freeform/technical/text_casing/snake_case/qna.yaml

View workflow job for this annotation

GitHub Actions / lint

19:121 [line-length] line too long (125 > 120 characters)

0 comments on commit b7f0b71

Please sign in to comment.