We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4267fc commit 59b6e76Copy full SHA for 59b6e76
test/issues/0350.js
@@ -6,7 +6,7 @@ var yaml = require('../../');
6
var readFileSync = require('fs').readFileSync;
7
8
9
-test('should allow cast integers as !!float', function () {
+test('should return parse docs from loadAll', function () {
10
var data = yaml.safeLoadAll(readFileSync(require('path').join(__dirname, '/0350.yml'), 'utf8'));
11
12
assert.deepEqual(data, [ { a: 1 }, { b: 2 } ]);
0 commit comments