Packages

Elixir binding for YAMLStar, a YAML 1.2 loader backed by libyamlstar

Current section

Files

Jump to
yamlstar test yamlstar_test.exs
Raw

test/yamlstar_test.exs

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