Upper case type
This commit is contained in:
@@ -332,7 +332,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {Object} xmleqlOptions
|
* @typedef {Object} XMLEqlOptions
|
||||||
* @property {boolean} [includeWhiteSpace]
|
* @property {boolean} [includeWhiteSpace]
|
||||||
* @property {boolean} [ignoreElementOrder]
|
* @property {boolean} [ignoreElementOrder]
|
||||||
*/
|
*/
|
||||||
@@ -340,7 +340,7 @@
|
|||||||
/**
|
/**
|
||||||
* Checks if the XML document sort of equals another XML document.
|
* Checks if the XML document sort of equals another XML document.
|
||||||
* @param {Object} obj The other object.
|
* @param {Object} obj The other object.
|
||||||
* @param {xmleqlOptions} [options] The options.
|
* @param {XMLEqlOptions} [options] The options.
|
||||||
* @return {expect.Assertion} The assertion.
|
* @return {expect.Assertion} The assertion.
|
||||||
*/
|
*/
|
||||||
expect.Assertion.prototype.xmleql = function (obj, options) {
|
expect.Assertion.prototype.xmleql = function (obj, options) {
|
||||||
|
|||||||
Reference in New Issue
Block a user