lytlang/test/lytlang_test.exs
Daniel Flanagan f09f9d8edf WIP parsing
2019-05-11 14:00:46 -05:00

9 lines
167 B
Elixir

defmodule LytlangTest do
use ExUnit.Case
doctest Lytlang
doctest Lytlang.Transpiler
test "greets the world" do
assert Lytlang.hello() == :world
end
end