lint
This commit is contained in:
@ -5,9 +5,8 @@ describe "Shortcodes" do
|
||||
# TODO: Write tests
|
||||
|
||||
it "works" do
|
||||
input = "foo{{% bar %}}baz{{% /bar %}}qux"
|
||||
input = "foo{{% bar %}}baz{{% /bar %}}qux"
|
||||
result = parse(input)
|
||||
p! result.shortcodes
|
||||
result.shortcodes.size.should eq 1
|
||||
result.shortcodes[0].args.size.should eq 0
|
||||
result.shortcodes[0].name.should eq "bar"
|
||||
|
Reference in New Issue
Block a user