Skip to content

Commit

Permalink
test-pandoc-utils.lua - add diagnostic for windows test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed May 9, 2018
1 parent 9f2af30 commit 691f38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lua/test-pandoc-utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ end
function test_pipe ()
if os_is_windows() then
local pipe_result = pandoc.pipe('find', {'hi'}, 'hi')
print(pipe_result)
return pipe_result == 'hi\n' or pipe_result == 'hi'
else
local pipe_result = pandoc.pipe('tr', {'a', 'b'}, 'abc')
Expand Down

0 comments on commit 691f38f

Please sign in to comment.