===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-character-parser-3.1.0/test/index.js-39-
node-character-parser-3.1.0/test/index.js:40:    var section = parser.parseUntil('x = `foo${`)`}`)', ')');
node-character-parser-3.1.0/test/index.js-41-    assert.deepEqual(section, {
##############################################
node-character-parser-3.1.0/test/index.js-43-      end: 15,
node-character-parser-3.1.0/test/index.js:44:      src: 'x = `foo${`)`}`'
node-character-parser-3.1.0/test/index.js-45-    });
node-character-parser-3.1.0/test/index.js-46-
node-character-parser-3.1.0/test/index.js:47:    var section = parser.parseUntil('x = `foo${`)`}`])', /^[\])]/);
node-character-parser-3.1.0/test/index.js-48-    assert.deepEqual(section, {
##############################################
node-character-parser-3.1.0/test/index.js-50-      end: 15,
node-character-parser-3.1.0/test/index.js:51:      src: 'x = `foo${`)`}`'
node-character-parser-3.1.0/test/index.js-52-    });
##############################################
node-character-parser-3.1.0/test/index.js-54-    try {
node-character-parser-3.1.0/test/index.js:55:      var section = parser.parseUntil('x = `foo${)}`)', ')');
node-character-parser-3.1.0/test/index.js-56-    } catch (ex) {