xref: /third_party/node/deps/npm/node_modules/jsonparse/test/unvalid.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/jsonparse/test/
11cb0ef41Sopenharmony_civar test = require('tape');
21cb0ef41Sopenharmony_civar Parser = require('../');
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_citest('unvalid', function (t) {
51cb0ef41Sopenharmony_ci  var count = 0;
61cb0ef41Sopenharmony_ci
71cb0ef41Sopenharmony_ci  var p = new Parser();
81cb0ef41Sopenharmony_ci  p.onError = function (value) {
91cb0ef41Sopenharmony_ci    count++;
101cb0ef41Sopenharmony_ci    t.equal(1, count);
111cb0ef41Sopenharmony_ci    t.end();
121cb0ef41Sopenharmony_ci  };
131cb0ef41Sopenharmony_ci
141cb0ef41Sopenharmony_ci  p.write('{"test": eer[');
151cb0ef41Sopenharmony_ci});
16

Indexes created Thu Nov 07 10:32:03 CST 2024