Skip to content

Commit

Permalink
Make the tests for hex-{encode,decode} more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
np committed Jan 16, 2015
1 parent 71094bc commit add76bc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/hex-decode.t/stdin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
636f7272656374206261747465727920686f72736520737461706c650a
636f727265637420686f727365206261747465727920737461706c65
2 changes: 1 addition & 1 deletion tests/hex-decode.t/stdout
Original file line number Diff line number Diff line change
@@ -1 +1 @@
correct battery horse staple
correct horse battery staple
2 changes: 1 addition & 1 deletion tests/hex-encode.t/TESTRECIPE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

testname=hex-encode.t
command=hx
args=( encode-hex )
args=( hex-encode )
exit_code=0
stdin_file=stdin
stdout_file=stdout
Expand Down
2 changes: 1 addition & 1 deletion tests/hex-encode.t/stdin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
correct battery horse staple
correct horse battery staple
2 changes: 1 addition & 1 deletion tests/hex-encode.t/stdout
Original file line number Diff line number Diff line change
@@ -1 +1 @@
636f7272656374206261747465727920686f72736520737461706c650a
636f727265637420686f727365206261747465727920737461706c65

0 comments on commit add76bc

Please sign in to comment.