Packages

Converts Arabic/NonPersian characters to pure Persian.

Current section

Files

Jump to
persian test studio54_test.exs
Raw

test/studio54_test.exs

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