Skip to content

Commit 7fe12a7

Browse files
committed
Run doctests from Jason.Sigil
1 parent 468e111 commit 7fe12a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/sigil_test.exs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
defmodule Jason.SigilTest do
2+
use ExUnit.Case, async: true
3+
4+
import Jason.Sigil
5+
6+
doctest Jason.Sigil
7+
end

0 commit comments

Comments
 (0)