diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-11-10 22:19:05 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-11-10 22:19:05 -0500 |
commit | 5ce883daaafc69f83b01dac5db0647e9662a6e87 (patch) | |
tree | 4ea0e556c3943f59ad21090f39b15f2146937655 /tests/bfs/high_byte.sh | |
parent | 0f76e46e79748277a22303dae82dcb91c551863e (diff) | |
download | bfs-5ce883daaafc69f83b01dac5db0647e9662a6e87.tar.xz |
typo: Array bounds are exclusive, not inclusive
Diffstat (limited to 'tests/bfs/high_byte.sh')
-rw-r--r-- | tests/bfs/high_byte.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bfs/high_byte.sh b/tests/bfs/high_byte.sh new file mode 100644 index 0000000..222f24b --- /dev/null +++ b/tests/bfs/high_byte.sh @@ -0,0 +1 @@ +fail invoke_bfs -$'\xFF' |