Newer
Older
libxmljs-extra / test / dataset / expected.js
@dreptin dreptin on 28 Apr 2021 116 bytes Initial commit
const correct = {
  grandchildrenText: 'Hello World',
  grandchildrenCount: 2,
};

module.exports = {
  correct,
};