Packages

Easy PDF to HTML conversion.

Current section

Files

Jump to
pdf_pal test pdf_pal_test.exs
Raw

test/pdf_pal_test.exs

defmodule PdfPalTest do
use ExUnit.Case
doctest PdfPal
test "greets the world" do
assert PdfPal.hello() == :world
end
end