Skip to content

Commit e606381

Browse files
authored
Add more tags (#1099)
* Add more tags * Update book_authors.clj * Update get_file.clj
1 parent bb9db59 commit e606381

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/battle_asserts/issues/biggest_square_sum.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
(def level :elementary)
55

6-
(def tags ["sicp" "math"])
6+
(def tags ["sicp" "math" "training"])
77

88
(def description
99
{:en "Implement function that take three numbers and returns sum of squares of two biggest ones."

src/battle_asserts/issues/book_authors.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(def level :elementary)
88

9-
(def tags ["training" "strings" "collections" "hash-maps"])
9+
(def tags ["training" "strings" "collections" "hash-maps" "sicp"])
1010

1111
(def description
1212
{:en "Implement a function that extracts authors from books."

src/battle_asserts/issues/get_file.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
:arguments ["C:/Projects/tests/texts/something.txt"]}
2727
{:expected "brain-games.exe"
2828
:arguments ["C:/brain-games.exe"]}
29+
{:expected "bar.sh"
30+
:arguments ["C:/Somedir/foo/bar.exe"]}
2931
{:expected "Beethoven_5.mp3"
3032
:arguments ["C:/Users/JohnDoe/Music/Beethoven_5.mp3"]}])
3133

0 commit comments

Comments
 (0)