describe('Without quotes:', function() {
      var i, j, ref;
      for (i = j = 0, ref = withoutQuotes.length / 2 - 1; 0 <= ref ? j <= ref : j >= ref; i = 0 <= ref ? ++j : --j) {
        describe(withoutQuotes[i * 2], assertVersioned(withoutQuotes, i * 2));
      }