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