class TestActChristel

Public Instance Methods

test_all() click to toggle source
# File vendor/qwik/lib/qwik/act-christel.rb, line 99
def test_all
  ok_wi([:img, {:width=>'320',
            :src=>"http://gedo-style.com/crstl/crstl.php?m=a"}],
        "{{christel\na\n}}")
  ok_wi([:img, {:width=>'320',
            :src=>"http://gedo-style.com/crstl/crstl.php?m=a&u=b"}],
        "{{christel\na\nb\n}}")
  ok_wi([:img, {:width=>'640',
            :src=>"http://gedo-style.com/crstl/crstl.php?m=a"}],
        "{{christel(640)\na\n}}")
end