Skip to content

Commit

Permalink
Finish isogram
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jul 29, 2024
1 parent 98eab98 commit f37f8df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion exercises/practice/isogram/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": [],
"authors": [
"ingydotnet"
],
"files": {
"solution": [
"isogram.ys"
Expand Down
11 changes: 6 additions & 5 deletions exercises/practice/isogram/test/test-1.ys
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,13 @@ test::
uuid: 310ac53d-8932-47bc-bbb4-b2b94f25a83e

- name: Word with duplicated character and with two hyphens
code:
want:
code: isogram?('up-to-date')
want: false
uuid: 0d0b8644-0a1e-4a31-a432-2b3ee270d847
SKIP: true

# (test-true "longest reported english isogram"
# (isogram? "subdermatoglyphic"))
- name: Longest reported english isogram
code: isogram?("subdermatoglyphic")
want: true
uuid: a15ff557-dd04-4764-99e7-02cc1a385863

done:

0 comments on commit f37f8df

Please sign in to comment.