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