Skip to content

Commit

Permalink
adding a space test
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed May 22, 2020
1 parent 7a366e0 commit 1d25791
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/0050.spaces.test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash
. ../ticktick.sh

``
people = {
"H R" : [
"Al ice",
"Bo b",
"Ca rol"
]
}
``

for employee in ``people["H R"].items()``; do
printf " - %s\n" "${!employee}"
done
3 changes: 3 additions & 0 deletions tests/expected/0050.spaces.test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Al ice
- Bo b
- Ca rol

0 comments on commit 1d25791

Please sign in to comment.