Skip to content

Commit

Permalink
more spec
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Jun 22, 2021
1 parent aa96e77 commit 76e330c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/magick_spec.moon
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ describe "magick", ->
{"50%x50%", nil, "missing source width for percentage scale"}
{"50%x50%!", nil, "missing source width for percentage scale"}
{"x10", {h: 10}}
{"10x", {w: 10}}
{"10x%", {w: 10}}
{"10x10%#", nil, "missing source height for percentage scale"}
{"200x300", {w: 200, h: 300}}
Expand Down

0 comments on commit 76e330c

Please sign in to comment.