We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5c75c commit 6f931a0Copy full SHA for 6f931a0
test/parse.js
@@ -19,7 +19,7 @@ describe('parse()', function () {
19
describe('null', function () {
20
it('should parse a <null> node into a null value', function () {
21
var parsed = parseFixture('<null/>');
22
- assert.strictEqual(parsed, undefined);
+ assert.strictEqual(parsed, null);
23
});
24
25
0 commit comments