Skip to content

Commit

Permalink
Adding output for #37
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Jun 14, 2016
1 parent 39655e7 commit 7645ed4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/0037.includes.test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash
. ../ticktick.sh
. 0037a.includes.sh

``
people = {
"HR" : [
"Alice",
"BoB",
"Carol"
]
}
``

firstPerson

echo "Second Person"
echo `` people.HR[1] ``

exit
6 changes: 6 additions & 0 deletions tests/0037a.includes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

firstPerson() {
echo "First Person"
echo `` people.HR[0] ``
}

0 comments on commit 7645ed4

Please sign in to comment.