Make list sigil lessons a little more challenging

This commit is contained in:
Jay Hayes
2016-05-17 07:53:07 -05:00
parent 649c649084
commit e60a284e36
2 changed files with 6 additions and 6 deletions

View File

@@ -9,9 +9,9 @@ defmodule SigilsTests do
true,
"1 + 1 = 2",
~S(1 + 1 = #{1+1}),
{:multiple, ["Hello", "world"]},
{:multiple, ["Hello", "123"]},
~S(#{1+1}),
["Hello", "world"],
["Hello", "123"],
["Hello", ~S(#{1+1})],
]
test_all(Sigils, answers)