Skip to content

Commit

Permalink
Fix bracket string bug in example traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
singul4ri7y committed Aug 17, 2024
1 parent 58da3ab commit a0e8278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/examples_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ local function assert_example(example, expected_content)
cd %s
make clean --quiet
make debug --quiet
../../pt-lua main.lua
]], cdir))
../../pt-lua main.lua ]], cdir))
assert(ok, err)
assert.are.same(expected_content, output_content)
end
Expand Down

0 comments on commit a0e8278

Please sign in to comment.