File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/battle_asserts/issues Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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."
Original file line number Diff line number Diff line change 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."
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments