======
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
  --------------------
  1140: Rule is empty.
        .bootstrap-select {
  1142: Unexpected token '220px\0' at line 1142, col 10.
        width: 220px\0;
  1196: Expected (<shadow>) but found '0'.
        box-shadow: 0;
  1440: Expected end of value but found '\9'.
        margin-top: 1px \9;
  1499: Expected end of value but found '\0'.
        line-height: 1.42857143 \0;
  --------------------------
  cdn/css/j01.form.forms.css
  --------------------------
  80: Expected end of value but found '\9'.
        margin-top: 1px \9;
  139: Expected end of value but found '\0'.
        line-height: 1.42857143 \0;
  ---------------------------
  cdn/css/j01.form.select.css
  ---------------------------
  51: Rule is empty.
        .bootstrap-select {
  53: Unexpected token '220px\0' at line 53, col 10.
        width: 220px\0;
  107: Expected (<shadow>) but found '0'.
        box-shadow: 0;
