From e21704fe555e5e5143da8846db43ef7d6c0aca49 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 15 Jun 2018 11:48:01 +1000 Subject: [PATCH] misc: cleanup --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 724f01f..8e3ef88 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,11 +59,10 @@ Steps: 1. Write the test. - Naming is `test_func_name` - - Store the function output in a variable. + - Store the function output in a variable (`$result` or `${result[@]}`). - Use `assert_equals` to test equality between the variable and the expected output. -2. ??? -3. The test script will automatically execute it. :+1: +2. The test script will automatically execute it. :+1: ## Running the tests