======
README
======

Let's test the source code with our custom checker:

  >>> import p01.checker
  >>> import j01.form

  >>> checker = p01.checker.Checker()
  >>> checker.check(j01.form)
  --------------------
  cdn/css/j01.form.css
  --------------------
  942: Expected end of value but found '\9'.
        border-top: 4px solid \9;
  1058: Expected end of value but found '\9'.
        border-bottom: 4px solid \9;
  1269: Expected end of value but found '\0'.
        width: 220px \0;
  1545: Expected end of value but found '\9'.
        margin-top: 1px \9;
  1675: Expected end of value but found '\9'.
        margin-top: 4px \9;
  2159: Expected end of value but found '\9'.
        margin-top: 1px \9;
  ------------------------------
  cdn/css/j01.form.dropdowns.css
  ------------------------------
  9: Expected end of value but found '\9'.
        border-top: 4px solid \9;
  125: Expected end of value but found '\9'.
        border-bottom: 4px solid \9;
  --------------------------
  cdn/css/j01.form.forms.css
  --------------------------
  33: Expected end of value but found '\9'.
        margin-top: 1px \9;
  163: Expected end of value but found '\9'.
        margin-top: 4px \9;
  647: Expected end of value but found '\9'.
        margin-top: 1px \9;
  ---------------------------
  cdn/css/j01.form.select.css
  ---------------------------
  21: Expected end of value but found '\0'.
        width: 220px \0;
