======
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
  --------------------
  33: Expected end of value but found '\9'.
        margin-top: 1px \9;
  163: Expected end of value but found '\9'.
        margin-top: 4px \9;
  1523: Expected end of value but found '\9'.
        border-top: 4px solid \9;
  1639: Expected end of value but found '\9'.
        border-bottom: 4px solid \9;
  1848: Expected end of value but found '\0'.
        width: 220px \0;
  2145: 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
  --------------------------
  38: Expected end of value but found '\9'.
        margin-top: 1px \9;
  168: 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;
