Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
#218: Extended todo description
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Oct 17, 2023
1 parent 04fc11b commit 298bd48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Matcher that matches if the examined string contains the specified string anywhere.
# @todo #218:90min Enable the matcher when eo-strings with 0.32.0 eo-runtime
# will be released. Matcher contains-string uses text.contains
# object so it fails.
# object isnside so it fails.
[str] > contains-string-matcher
[a] > match
nop > @
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# @todo #218:90min Enable the tests when eo-strings with 0.32.0 eo-runtime
# will be released. Matcher contains-string uses text.contains
# object so it fails.
# object inside so it fails.
[] > simple-contains-string-failed
[] > suggestion
assert-that > @
Expand Down

8 comments on commit 298bd48

@0pdd
Copy link

@0pdd 0pdd commented on 298bd48 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 218-bb16def5 discovered in src/main/eo/org/eolang/hamcrest/matchers/contains-string-matcher.eo) and submitted as #221. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 298bd48 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 218-aa3eae3f discovered in src/test/eo/org/eolang/hamcrest/arrays-matchers-tests.eo) and submitted as #222. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 298bd48 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 218-f9cb1c9d discovered in src/test/eo/org/eolang/hamcrest/contains-string-tests.eo) and submitted as #223. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 298bd48 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 218-b18d8585 discovered in src/test/eo/org/eolang/hamcrest/failed-output/contains-string-failed-output.eo) and submitted as #224. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 298bd48 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 218-e738c098 discovered in src/test/eo/org/eolang/hamcrest/failed-output/string-ends-with-failed-output.eo) and submitted as #225. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 298bd48 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 218-1be25826 discovered in src/test/eo/org/eolang/hamcrest/failed-output/string-starts-with-failed-output.eo) and submitted as #226. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 298bd48 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 218-430194f1 discovered in src/test/eo/org/eolang/hamcrest/failed-output/string-starts-with-failed-output.eo) and submitted as #227. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 298bd48 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 218-f4bba266 discovered in src/test/eo/org/eolang/hamcrest/is-substring-tests.eo) and submitted as #228. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.