Skip to content

Commit

Permalink
Issue SimonKagstrom#116: robot-framework: Add regression tests for he…
Browse files Browse the repository at this point in the history
…redoc, arithmetic issues
  • Loading branch information
Simon Kagstrom committed Oct 28, 2015
1 parent 6ac673d commit 46c9be7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion tests/bash/shell-main
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,17 @@ USAGE="usage: some message
--some-option Does something
"
echo "After usage"
echo "After usage"

# Issue 116
SUB=30
max=$[ 1 << (32 - SUB) ]

echo "$max covered?"

# Issue 116
cat <<-!
Middle
!

echo "Covered?"

0 comments on commit 46c9be7

Please sign in to comment.