Commit f7cb07db authored by Adam Blank's avatar Adam Blank
Browse files

Update test.sh

parent ae045ff6
No related merge requests found
Showing with 3 additions and 2 deletions
+3 -2
...@@ -10,8 +10,9 @@ function do_test() { ...@@ -10,8 +10,9 @@ function do_test() {
} }
# Write Your Tests Here # Write Your Tests Here
# For example, to test if the pattern "adam" appears in # The do_test function tests if your program gives the
# the string "hello", you would write the following line: # same result as the reference implementation on the pattern
# and text provided.
do_test 'adam' 'hello' do_test 'adam' 'hello'
echo '-----------------'; echo '-----------------';
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment