case 'error:children':
          errMsg = 'Error: Instruction parser error: Children below scope';
          assert.equal(error.toString().slice(0, errMsg.length), errMsg, `error:scopes:${msg}`);
          break;