{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "\"use strict\"",
        "range": [
          0,
          12
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "range": [
        0,
        13
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Rx",
            "range": [
              18,
              20
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 4
              },
              "end": {
                "line": 2,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                23,
                30
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 9
                },
                "end": {
                  "line": 2,
                  "column": 16
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/Rx",
                "raw": "'../../dist/cjs/Rx'",
                "range": [
                  31,
                  50
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 17
                  },
                  "end": {
                    "line": 2,
                    "column": 36
                  }
                }
              }
            ],
            "range": [
              23,
              51
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 37
              }
            }
          },
          "range": [
            18,
            51
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 4
            },
            "end": {
              "line": 2,
              "column": 37
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        14,
        52
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 38
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Observable",
            "range": [
              57,
              67
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 4
              },
              "end": {
                "line": 3,
                "column": 14
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "Rx",
              "range": [
                70,
                72
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 17
                },
                "end": {
                  "line": 3,
                  "column": 19
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "Observable",
              "range": [
                73,
                83
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 20
                },
                "end": {
                  "line": 3,
                  "column": 30
                }
              }
            },
            "range": [
              70,
              83
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 17
              },
              "end": {
                "line": 3,
                "column": 30
              }
            }
          },
          "range": [
            57,
            83
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 3,
              "column": 30
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        53,
        84
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 31
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "* @test {combineLatest} ",
          "range": [
            85,
            113
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 28
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            114,
            122
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "Observable.prototype.combineLatest",
            "raw": "'Observable.prototype.combineLatest'",
            "range": [
              123,
              159
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 45
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "asDiagram",
                        "range": [
                          179,
                          188
                        ],
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 4
                          },
                          "end": {
                            "line": 6,
                            "column": 13
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "value": "combineLatest",
                          "raw": "'combineLatest'",
                          "range": [
                            189,
                            204
                          ],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 14
                            },
                            "end": {
                              "line": 6,
                              "column": 29
                            }
                          }
                        }
                      ],
                      "range": [
                        179,
                        205
                      ],
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 4
                        },
                        "end": {
                          "line": 6,
                          "column": 30
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should combine events from two cold observables",
                        "raw": "'should combine events from two cold observables'",
                        "range": [
                          206,
                          255
                        ],
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 31
                          },
                          "end": {
                            "line": 6,
                            "column": 80
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      283,
                                      285
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 7,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 7,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        288,
                                        292
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 7,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 7,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-a--b-----c-d-e-|",
                                        "raw": "'-a--b-----c-d-e-|'",
                                        "range": [
                                          293,
                                          312
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 7,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 7,
                                            "column": 41
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      288,
                                      313
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 7,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 7,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    283,
                                    313
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 7,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 7,
                                      "column": 42
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                279,
                                314
                              ],
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 8
                                },
                                "end": {
                                  "line": 7,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      327,
                                      329
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        332,
                                        336
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--1--2-3-4---|   ",
                                        "raw": "'--1--2-3-4---|   '",
                                        "range": [
                                          337,
                                          356
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 8,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 8,
                                            "column": 41
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      332,
                                      357
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    327,
                                    357
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 42
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                323,
                                358
                              ],
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 8
                                },
                                "end": {
                                  "line": 8,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      371,
                                      379
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--A-BC-D-EF-G-H-|",
                                    "raw": "'--A-BC-D-EF-G-H-|'",
                                    "range": [
                                      382,
                                      401
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    371,
                                    401
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 42
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                367,
                                402
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      415,
                                      421
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          424,
                                          426
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          427,
                                          440
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        424,
                                        440
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          441,
                                          443
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "a",
                                            "range": [
                                              455,
                                              456
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "b",
                                            "range": [
                                              458,
                                              459
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "name": "String",
                                                    "range": [
                                                      470,
                                                      476
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 10,
                                                        "column": 67
                                                      },
                                                      "end": {
                                                        "line": 10,
                                                        "column": 73
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "a",
                                                      "range": [
                                                        477,
                                                        478
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 10,
                                                          "column": 74
                                                        },
                                                        "end": {
                                                          "line": 10,
                                                          "column": 75
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    470,
                                                    479
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 10,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 10,
                                                      "column": 76
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "name": "String",
                                                    "range": [
                                                      482,
                                                      488
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 10,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 10,
                                                        "column": 85
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "b",
                                                      "range": [
                                                        489,
                                                        490
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 10,
                                                          "column": 86
                                                        },
                                                        "end": {
                                                          "line": 10,
                                                          "column": 87
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    482,
                                                    491
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 10,
                                                      "column": 79
                                                    },
                                                    "end": {
                                                      "line": 10,
                                                      "column": 88
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  470,
                                                  491
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 10,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 10,
                                                    "column": 88
                                                  }
                                                }
                                              },
                                              "range": [
                                                463,
                                                492
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 10,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 10,
                                                  "column": 89
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            461,
                                            494
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 91
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          445,
                                          494
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 91
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      424,
                                      495
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 92
                                      }
                                    }
                                  },
                                  "range": [
                                    415,
                                    495
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 92
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                411,
                                496
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 93
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        505,
                                        521
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          522,
                                          528
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      505,
                                      529
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      530,
                                      534
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    505,
                                    534
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      535,
                                      543
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "A",
                                          "range": [
                                            559,
                                            560
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "a1",
                                          "raw": "'a1'",
                                          "range": [
                                            562,
                                            566
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 19
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          559,
                                          566
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 19
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "B",
                                          "range": [
                                            568,
                                            569
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "b1",
                                          "raw": "'b1'",
                                          "range": [
                                            571,
                                            575
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          568,
                                          575
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 28
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "C",
                                          "range": [
                                            577,
                                            578
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "b2",
                                          "raw": "'b2'",
                                          "range": [
                                            580,
                                            584
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          577,
                                          584
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 37
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "D",
                                          "range": [
                                            586,
                                            587
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 40
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "b3",
                                          "raw": "'b3'",
                                          "range": [
                                            589,
                                            593
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 46
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          586,
                                          593
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 46
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "E",
                                          "range": [
                                            595,
                                            596
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 49
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "b4",
                                          "raw": "'b4'",
                                          "range": [
                                            598,
                                            602
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          595,
                                          602
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 55
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "F",
                                          "range": [
                                            604,
                                            605
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 58
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "c4",
                                          "raw": "'c4'",
                                          "range": [
                                            607,
                                            611
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 64
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          604,
                                          611
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 64
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "G",
                                          "range": [
                                            613,
                                            614
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 67
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "d4",
                                          "raw": "'d4'",
                                          "range": [
                                            616,
                                            620
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 73
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          613,
                                          620
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 73
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "H",
                                          "range": [
                                            622,
                                            623
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 76
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "e4",
                                          "raw": "'e4'",
                                          "range": [
                                            625,
                                            629
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 78
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 82
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          622,
                                          629
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 75
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 82
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      545,
                                      639
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  505,
                                  640
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                505,
                                641
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            269,
                            647
                          ],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 94
                            },
                            "end": {
                              "line": 14,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          257,
                          647
                        ],
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 82
                          },
                          "end": {
                            "line": 14,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      179,
                      648
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 4
                      },
                      "end": {
                        "line": 14,
                        "column": 6
                      }
                    }
                  },
                  "range": [
                    179,
                    649
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 4
                    },
                    "end": {
                      "line": 14,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        654,
                        656
                      ],
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with two nevers",
                        "raw": "'should work with two nevers'",
                        "range": [
                          657,
                          686
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 7
                          },
                          "end": {
                            "line": 15,
                            "column": 36
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      714,
                                      716
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        719,
                                        723
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-",
                                        "raw": "'-'",
                                        "range": [
                                          724,
                                          727
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 25
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      719,
                                      728
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    714,
                                    728
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                710,
                                729
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      742,
                                      748
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^",
                                    "raw": "'^'",
                                    "range": [
                                      751,
                                      754
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    742,
                                    754
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                738,
                                755
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      768,
                                      770
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        773,
                                        777
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-",
                                        "raw": "'-'",
                                        "range": [
                                          778,
                                          781
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 25
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      773,
                                      782
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    768,
                                    782
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                764,
                                783
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      796,
                                      802
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^",
                                    "raw": "'^'",
                                    "range": [
                                      805,
                                      808
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    796,
                                    808
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                792,
                                809
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 8
                                },
                                "end": {
                                  "line": 19,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      822,
                                      830
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "-",
                                    "raw": "'-'",
                                    "range": [
                                      833,
                                      836
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    822,
                                    836
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                818,
                                837
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 8
                                },
                                "end": {
                                  "line": 20,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      850,
                                      856
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          859,
                                          861
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          862,
                                          875
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        859,
                                        875
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          876,
                                          878
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              890,
                                              891
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              893,
                                              894
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    905,
                                                    906
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 21,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 21,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    909,
                                                    910
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 21,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 21,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  905,
                                                  910
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 21,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 21,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                898,
                                                911
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            896,
                                            913
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          880,
                                          913
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      859,
                                      914
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    850,
                                    914
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                846,
                                915
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 8
                                },
                                "end": {
                                  "line": 21,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        924,
                                        940
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          941,
                                          947
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      924,
                                      948
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      949,
                                      953
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    924,
                                    953
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      954,
                                      962
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 46
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  924,
                                  963
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 47
                                  }
                                }
                              },
                              "range": [
                                924,
                                964
                              ],
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 8
                                },
                                "end": {
                                  "line": 22,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        973,
                                        992
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            993,
                                            995
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            996,
                                            1009
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          993,
                                          1009
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      973,
                                      1010
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1011,
                                      1015
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    973,
                                    1015
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      1016,
                                      1022
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  973,
                                  1023
                                ],
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                973,
                                1024
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        1033,
                                        1052
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            1053,
                                            1055
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            1056,
                                            1069
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          1053,
                                          1069
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1033,
                                      1070
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1071,
                                      1075
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    1033,
                                    1075
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      1076,
                                      1082
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1033,
                                  1083
                                ],
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                1033,
                                1084
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 8
                                },
                                "end": {
                                  "line": 24,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            700,
                            1090
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 50
                            },
                            "end": {
                              "line": 25,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          688,
                          1090
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 38
                          },
                          "end": {
                            "line": 25,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      654,
                      1091
                    ],
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 25,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 715,
                    "_esdocTestName": "it715"
                  },
                  "range": [
                    654,
                    1092
                  ],
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 4
                    },
                    "end": {
                      "line": 25,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1097,
                        1099
                      ],
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 4
                        },
                        "end": {
                          "line": 26,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with never and empty",
                        "raw": "'should work with never and empty'",
                        "range": [
                          1100,
                          1134
                        ],
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 7
                          },
                          "end": {
                            "line": 26,
                            "column": 41
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      1162,
                                      1164
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        1167,
                                        1171
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-",
                                        "raw": "'-'",
                                        "range": [
                                          1172,
                                          1175
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 25
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1167,
                                      1176
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    1162,
                                    1176
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1158,
                                1177
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      1190,
                                      1196
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^",
                                    "raw": "'^'",
                                    "range": [
                                      1199,
                                      1202
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    1190,
                                    1202
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1186,
                                1203
                              ],
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 28,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      1216,
                                      1218
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        1221,
                                        1225
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "|",
                                        "raw": "'|'",
                                        "range": [
                                          1226,
                                          1229
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 25
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1221,
                                      1230
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    1216,
                                    1230
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1212,
                                1231
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 8
                                },
                                "end": {
                                  "line": 29,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      1244,
                                      1250
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "(^!)",
                                    "raw": "'(^!)'",
                                    "range": [
                                      1253,
                                      1259
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    1244,
                                    1259
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 27
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1240,
                                1260
                              ],
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 28
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      1273,
                                      1281
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "-",
                                    "raw": "'-'",
                                    "range": [
                                      1284,
                                      1287
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    1273,
                                    1287
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1269,
                                1288
                              ],
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      1301,
                                      1307
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          1310,
                                          1312
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          1313,
                                          1326
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        1310,
                                        1326
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          1327,
                                          1329
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              1341,
                                              1342
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              1344,
                                              1345
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    1356,
                                                    1357
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 32,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 32,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    1360,
                                                    1361
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 32,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 32,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1356,
                                                  1361
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                1349,
                                                1362
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1347,
                                            1364
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1331,
                                          1364
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1310,
                                      1365
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    1301,
                                    1365
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1297,
                                1366
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        1375,
                                        1391
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          1392,
                                          1398
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1375,
                                      1399
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1400,
                                      1404
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    1375,
                                    1404
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      1405,
                                      1413
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 46
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1375,
                                  1414
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 47
                                  }
                                }
                              },
                              "range": [
                                1375,
                                1415
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 8
                                },
                                "end": {
                                  "line": 33,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        1424,
                                        1443
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            1444,
                                            1446
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            1447,
                                            1460
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          1444,
                                          1460
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1424,
                                      1461
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1462,
                                      1466
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    1424,
                                    1466
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      1467,
                                      1473
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1424,
                                  1474
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                1424,
                                1475
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 8
                                },
                                "end": {
                                  "line": 34,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        1484,
                                        1503
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            1504,
                                            1506
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            1507,
                                            1520
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          1504,
                                          1520
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1484,
                                      1521
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1522,
                                      1526
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    1484,
                                    1526
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      1527,
                                      1533
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1484,
                                  1534
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                1484,
                                1535
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            1148,
                            1541
                          ],
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 55
                            },
                            "end": {
                              "line": 36,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1136,
                          1541
                        ],
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 43
                          },
                          "end": {
                            "line": 36,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1097,
                      1542
                    ],
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 4
                      },
                      "end": {
                        "line": 36,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 716,
                    "_esdocTestName": "it716"
                  },
                  "range": [
                    1097,
                    1543
                  ],
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 4
                    },
                    "end": {
                      "line": 36,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1548,
                        1550
                      ],
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 4
                        },
                        "end": {
                          "line": 37,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with empty and never",
                        "raw": "'should work with empty and never'",
                        "range": [
                          1551,
                          1585
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 7
                          },
                          "end": {
                            "line": 37,
                            "column": 41
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      1613,
                                      1615
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        1618,
                                        1622
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "|",
                                        "raw": "'|'",
                                        "range": [
                                          1623,
                                          1626
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 25
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1618,
                                      1627
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    1613,
                                    1627
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1609,
                                1628
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      1641,
                                      1647
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "(^!)",
                                    "raw": "'(^!)'",
                                    "range": [
                                      1650,
                                      1656
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    1641,
                                    1656
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 27
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1637,
                                1657
                              ],
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 28
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      1670,
                                      1672
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        1675,
                                        1679
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-",
                                        "raw": "'-'",
                                        "range": [
                                          1680,
                                          1683
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 25
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1675,
                                      1684
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    1670,
                                    1684
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1666,
                                1685
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 40,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      1698,
                                      1704
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^",
                                    "raw": "'^'",
                                    "range": [
                                      1707,
                                      1710
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    1698,
                                    1710
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1694,
                                1711
                              ],
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      1724,
                                      1732
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "-",
                                    "raw": "'-'",
                                    "range": [
                                      1735,
                                      1738
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    1724,
                                    1738
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1720,
                                1739
                              ],
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 8
                                },
                                "end": {
                                  "line": 42,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      1752,
                                      1758
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          1761,
                                          1763
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          1764,
                                          1777
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        1761,
                                        1777
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          1778,
                                          1780
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              1792,
                                              1793
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              1795,
                                              1796
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    1807,
                                                    1808
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    1811,
                                                    1812
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1807,
                                                  1812
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                1800,
                                                1813
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1798,
                                            1815
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1782,
                                          1815
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1761,
                                      1816
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    1752,
                                    1816
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1748,
                                1817
                              ],
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 8
                                },
                                "end": {
                                  "line": 43,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        1826,
                                        1842
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          1843,
                                          1849
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1826,
                                      1850
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1851,
                                      1855
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    1826,
                                    1855
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      1856,
                                      1864
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 46
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1826,
                                  1865
                                ],
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 47
                                  }
                                }
                              },
                              "range": [
                                1826,
                                1866
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 44,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        1875,
                                        1894
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            1895,
                                            1897
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            1898,
                                            1911
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          1895,
                                          1911
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1875,
                                      1912
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1913,
                                      1917
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    1875,
                                    1917
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      1918,
                                      1924
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1875,
                                  1925
                                ],
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                1875,
                                1926
                              ],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 8
                                },
                                "end": {
                                  "line": 45,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        1935,
                                        1954
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            1955,
                                            1957
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            1958,
                                            1971
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          1955,
                                          1971
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1935,
                                      1972
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      1973,
                                      1977
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    1935,
                                    1977
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      1978,
                                      1984
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1935,
                                  1985
                                ],
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                1935,
                                1986
                              ],
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            1599,
                            1992
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 55
                            },
                            "end": {
                              "line": 47,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1587,
                          1992
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 43
                          },
                          "end": {
                            "line": 47,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1548,
                      1993
                    ],
                    "loc": {
                      "start": {
                        "line": 37,
                        "column": 4
                      },
                      "end": {
                        "line": 47,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 717,
                    "_esdocTestName": "it717"
                  },
                  "range": [
                    1548,
                    1994
                  ],
                  "loc": {
                    "start": {
                      "line": 37,
                      "column": 4
                    },
                    "end": {
                      "line": 47,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1999,
                        2001
                      ],
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with empty and empty",
                        "raw": "'should work with empty and empty'",
                        "range": [
                          2002,
                          2036
                        ],
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 7
                          },
                          "end": {
                            "line": 48,
                            "column": 41
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      2064,
                                      2066
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        2069,
                                        2073
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "|",
                                        "raw": "'|'",
                                        "range": [
                                          2074,
                                          2077
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 25
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2069,
                                      2078
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    2064,
                                    2078
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2060,
                                2079
                              ],
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 8
                                },
                                "end": {
                                  "line": 49,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      2092,
                                      2098
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "(^!)",
                                    "raw": "'(^!)'",
                                    "range": [
                                      2101,
                                      2107
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    2092,
                                    2107
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 27
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2088,
                                2108
                              ],
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 28
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      2121,
                                      2123
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "cold",
                                      "range": [
                                        2126,
                                        2130
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "|",
                                        "raw": "'|'",
                                        "range": [
                                          2131,
                                          2134
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 25
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2126,
                                      2135
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    2121,
                                    2135
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2117,
                                2136
                              ],
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 8
                                },
                                "end": {
                                  "line": 51,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      2149,
                                      2155
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "(^!)",
                                    "raw": "'(^!)'",
                                    "range": [
                                      2158,
                                      2164
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    2149,
                                    2164
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 27
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2145,
                                2165
                              ],
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 8
                                },
                                "end": {
                                  "line": 52,
                                  "column": 28
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      2178,
                                      2186
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "|",
                                    "raw": "'|'",
                                    "range": [
                                      2189,
                                      2192
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    2178,
                                    2192
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2174,
                                2193
                              ],
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 8
                                },
                                "end": {
                                  "line": 53,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      2206,
                                      2212
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          2215,
                                          2217
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          2218,
                                          2231
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        2215,
                                        2231
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          2232,
                                          2234
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              2246,
                                              2247
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              2249,
                                              2250
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    2261,
                                                    2262
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    2265,
                                                    2266
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2261,
                                                  2266
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                2254,
                                                2267
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2252,
                                            2269
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2236,
                                          2269
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2215,
                                      2270
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    2206,
                                    2270
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2202,
                                2271
                              ],
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 8
                                },
                                "end": {
                                  "line": 54,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        2280,
                                        2296
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          2297,
                                          2303
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2280,
                                      2304
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      2305,
                                      2309
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    2280,
                                    2309
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      2310,
                                      2318
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 46
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2280,
                                  2319
                                ],
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 47
                                  }
                                }
                              },
                              "range": [
                                2280,
                                2320
                              ],
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 8
                                },
                                "end": {
                                  "line": 55,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        2329,
                                        2348
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            2349,
                                            2351
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            2352,
                                            2365
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          2349,
                                          2365
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2329,
                                      2366
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      2367,
                                      2371
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    2329,
                                    2371
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      2372,
                                      2378
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2329,
                                  2379
                                ],
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                2329,
                                2380
                              ],
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 8
                                },
                                "end": {
                                  "line": 56,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        2389,
                                        2408
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            2409,
                                            2411
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            2412,
                                            2425
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          2409,
                                          2425
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2389,
                                      2426
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      2427,
                                      2431
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    2389,
                                    2431
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      2432,
                                      2438
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2389,
                                  2439
                                ],
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                2389,
                                2440
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 8
                                },
                                "end": {
                                  "line": 57,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            2050,
                            2446
                          ],
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 55
                            },
                            "end": {
                              "line": 58,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2038,
                          2446
                        ],
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 43
                          },
                          "end": {
                            "line": 58,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1999,
                      2447
                    ],
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 4
                      },
                      "end": {
                        "line": 58,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 718,
                    "_esdocTestName": "it718"
                  },
                  "range": [
                    1999,
                    2448
                  ],
                  "loc": {
                    "start": {
                      "line": 48,
                      "column": 4
                    },
                    "end": {
                      "line": 58,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        2453,
                        2455
                      ],
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 4
                        },
                        "end": {
                          "line": 59,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with hot-empty and hot-single",
                        "raw": "'should work with hot-empty and hot-single'",
                        "range": [
                          2456,
                          2499
                        ],
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 7
                          },
                          "end": {
                            "line": 59,
                            "column": 50
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      2527,
                                      2533
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            2550,
                                            2551
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 1,
                                          "raw": "1",
                                          "range": [
                                            2553,
                                            2554
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          2550,
                                          2554
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 61,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 61,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            2568,
                                            2569
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 2,
                                          "raw": "2",
                                          "range": [
                                            2571,
                                            2572
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          2568,
                                          2572
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "c",
                                          "range": [
                                            2586,
                                            2587
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 3,
                                          "raw": "3",
                                          "range": [
                                            2589,
                                            2590
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          2586,
                                          2590
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "r",
                                          "range": [
                                            2604,
                                            2605
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "BinaryExpression",
                                          "operator": "+",
                                          "left": {
                                            "type": "Literal",
                                            "value": 1,
                                            "raw": "1",
                                            "range": [
                                              2607,
                                              2608
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "value": 3,
                                            "raw": "3",
                                            "range": [
                                              2611,
                                              2612
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 20
                                              }
                                            }
                                          },
                                          "range": [
                                            2607,
                                            2612
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          2604,
                                          2612
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 20
                                          }
                                        },
                                        "trailingComments": [
                                          {
                                            "type": "Line",
                                            "value": "a + c",
                                            "range": [
                                              2613,
                                              2620
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 28
                                              }
                                            }
                                          }
                                        ]
                                      }
                                    ],
                                    "range": [
                                      2536,
                                      2630
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    2527,
                                    2630
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2523,
                                2631
                              ],
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 8
                                },
                                "end": {
                                  "line": 65,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      2644,
                                      2646
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        2649,
                                        2652
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-a-^-|",
                                        "raw": "'-a-^-|'",
                                        "range": [
                                          2653,
                                          2661
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 29
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "values",
                                        "range": [
                                          2663,
                                          2669
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2649,
                                      2670
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    2644,
                                    2670
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2640,
                                2671
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 8
                                },
                                "end": {
                                  "line": 66,
                                  "column": 39
                                }
                              },
                              "leadingComments": [
                                {
                                  "type": "Line",
                                  "value": "a + c",
                                  "range": [
                                    2613,
                                    2620
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 28
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      2684,
                                      2690
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      2693,
                                      2698
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    2684,
                                    2698
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2680,
                                2699
                              ],
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 8
                                },
                                "end": {
                                  "line": 67,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      2712,
                                      2714
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        2717,
                                        2720
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-b-^-c-|",
                                        "raw": "'-b-^-c-|'",
                                        "range": [
                                          2721,
                                          2731
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 31
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "values",
                                        "range": [
                                          2733,
                                          2739
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 39
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2717,
                                      2740
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    2712,
                                    2740
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2708,
                                2741
                              ],
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 8
                                },
                                "end": {
                                  "line": 68,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      2754,
                                      2760
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^   !",
                                    "raw": "'^   !'",
                                    "range": [
                                      2763,
                                      2770
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    2754,
                                    2770
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2750,
                                2771
                              ],
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 8
                                },
                                "end": {
                                  "line": 69,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      2784,
                                      2792
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "----|",
                                    "raw": "'----|'",
                                    "range": [
                                      2795,
                                      2802
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    2784,
                                    2802
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 30
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2780,
                                2803
                              ],
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 8
                                },
                                "end": {
                                  "line": 70,
                                  "column": 31
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      2816,
                                      2822
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          2825,
                                          2827
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          2828,
                                          2841
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        2825,
                                        2841
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          2842,
                                          2844
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              2856,
                                              2857
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              2859,
                                              2860
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    2871,
                                                    2872
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    2875,
                                                    2876
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2871,
                                                  2876
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                2864,
                                                2877
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2862,
                                            2879
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2846,
                                          2879
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2825,
                                      2880
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    2816,
                                    2880
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2812,
                                2881
                              ],
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 8
                                },
                                "end": {
                                  "line": 71,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        2890,
                                        2906
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          2907,
                                          2913
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2890,
                                      2914
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      2915,
                                      2919
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    2890,
                                    2919
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      2920,
                                      2928
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      2930,
                                      2936
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 54
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2890,
                                  2937
                                ],
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 55
                                  }
                                }
                              },
                              "range": [
                                2890,
                                2938
                              ],
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 8
                                },
                                "end": {
                                  "line": 72,
                                  "column": 56
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        2947,
                                        2966
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            2967,
                                            2969
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            2970,
                                            2983
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          2967,
                                          2983
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2947,
                                      2984
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      2985,
                                      2989
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    2947,
                                    2989
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      2990,
                                      2996
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2947,
                                  2997
                                ],
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                2947,
                                2998
                              ],
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 8
                                },
                                "end": {
                                  "line": 73,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        3007,
                                        3026
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 74,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            3027,
                                            3029
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            3030,
                                            3043
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          3027,
                                          3043
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3007,
                                      3044
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      3045,
                                      3049
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    3007,
                                    3049
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      3050,
                                      3056
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3007,
                                  3057
                                ],
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                3007,
                                3058
                              ],
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 8
                                },
                                "end": {
                                  "line": 74,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            2513,
                            3064
                          ],
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 64
                            },
                            "end": {
                              "line": 75,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2501,
                          3064
                        ],
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 52
                          },
                          "end": {
                            "line": 75,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2453,
                      3065
                    ],
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 4
                      },
                      "end": {
                        "line": 75,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 719,
                    "_esdocTestName": "it719"
                  },
                  "range": [
                    2453,
                    3066
                  ],
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 4
                    },
                    "end": {
                      "line": 75,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        3071,
                        3073
                      ],
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 4
                        },
                        "end": {
                          "line": 76,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with hot-single and hot-empty",
                        "raw": "'should work with hot-single and hot-empty'",
                        "range": [
                          3074,
                          3117
                        ],
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 7
                          },
                          "end": {
                            "line": 76,
                            "column": 50
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      3145,
                                      3151
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            3168,
                                            3169
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 1,
                                          "raw": "1",
                                          "range": [
                                            3171,
                                            3172
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          3168,
                                          3172
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            3174,
                                            3175
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 19
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 2,
                                          "raw": "2",
                                          "range": [
                                            3177,
                                            3178
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          3174,
                                          3178
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 22
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "c",
                                          "range": [
                                            3180,
                                            3181
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 25
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 3,
                                          "raw": "3",
                                          "range": [
                                            3183,
                                            3184
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          3180,
                                          3184
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 28
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3154,
                                      3194
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    3145,
                                    3194
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3141,
                                3195
                              ],
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 8
                                },
                                "end": {
                                  "line": 79,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      3208,
                                      3210
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        3213,
                                        3216
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-a-^-|",
                                        "raw": "'-a-^-|'",
                                        "range": [
                                          3217,
                                          3225
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 29
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "values",
                                        "range": [
                                          3227,
                                          3233
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3213,
                                      3234
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    3208,
                                    3234
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3204,
                                3235
                              ],
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 8
                                },
                                "end": {
                                  "line": 80,
                                  "column": 39
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      3248,
                                      3254
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      3257,
                                      3262
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    3248,
                                    3262
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3244,
                                3263
                              ],
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 8
                                },
                                "end": {
                                  "line": 81,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      3276,
                                      3278
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        3281,
                                        3284
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-b-^-c-|",
                                        "raw": "'-b-^-c-|'",
                                        "range": [
                                          3285,
                                          3295
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 31
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "values",
                                        "range": [
                                          3297,
                                          3303
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 39
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3281,
                                      3304
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    3276,
                                    3304
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3272,
                                3305
                              ],
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 8
                                },
                                "end": {
                                  "line": 82,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      3318,
                                      3324
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^   !",
                                    "raw": "'^   !'",
                                    "range": [
                                      3327,
                                      3334
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    3318,
                                    3334
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3314,
                                3335
                              ],
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 8
                                },
                                "end": {
                                  "line": 83,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      3348,
                                      3356
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "----|",
                                    "raw": "'----|'",
                                    "range": [
                                      3359,
                                      3366
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    3348,
                                    3366
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 30
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3344,
                                3367
                              ],
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 8
                                },
                                "end": {
                                  "line": 84,
                                  "column": 31
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      3380,
                                      3386
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          3389,
                                          3391
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          3392,
                                          3405
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        3389,
                                        3405
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          3406,
                                          3408
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              3420,
                                              3421
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              3423,
                                              3424
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    3435,
                                                    3436
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    3439,
                                                    3440
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3435,
                                                  3440
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                3428,
                                                3441
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 85,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3426,
                                            3443
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          3410,
                                          3443
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3389,
                                      3444
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    3380,
                                    3444
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3376,
                                3445
                              ],
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 8
                                },
                                "end": {
                                  "line": 85,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        3454,
                                        3470
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          3471,
                                          3477
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3454,
                                      3478
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      3479,
                                      3483
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    3454,
                                    3483
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      3484,
                                      3492
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      3494,
                                      3500
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 54
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3454,
                                  3501
                                ],
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 55
                                  }
                                }
                              },
                              "range": [
                                3454,
                                3502
                              ],
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 8
                                },
                                "end": {
                                  "line": 86,
                                  "column": 56
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        3511,
                                        3530
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 87,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 87,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            3531,
                                            3533
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 87,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            3534,
                                            3547
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 87,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          3531,
                                          3547
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 87,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 87,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3511,
                                      3548
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      3549,
                                      3553
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    3511,
                                    3553
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      3554,
                                      3560
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3511,
                                  3561
                                ],
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                3511,
                                3562
                              ],
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 8
                                },
                                "end": {
                                  "line": 87,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        3571,
                                        3590
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            3591,
                                            3593
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            3594,
                                            3607
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          3591,
                                          3607
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3571,
                                      3608
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      3609,
                                      3613
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    3571,
                                    3613
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      3614,
                                      3620
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3571,
                                  3621
                                ],
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                3571,
                                3622
                              ],
                              "loc": {
                                "start": {
                                  "line": 88,
                                  "column": 8
                                },
                                "end": {
                                  "line": 88,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            3131,
                            3628
                          ],
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 64
                            },
                            "end": {
                              "line": 89,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          3119,
                          3628
                        ],
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 52
                          },
                          "end": {
                            "line": 89,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      3071,
                      3629
                    ],
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 4
                      },
                      "end": {
                        "line": 89,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 720,
                    "_esdocTestName": "it720"
                  },
                  "range": [
                    3071,
                    3630
                  ],
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 4
                    },
                    "end": {
                      "line": 89,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        3635,
                        3637
                      ],
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 4
                        },
                        "end": {
                          "line": 90,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with hot-single and never",
                        "raw": "'should work with hot-single and never'",
                        "range": [
                          3638,
                          3677
                        ],
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 7
                          },
                          "end": {
                            "line": 90,
                            "column": 46
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      3705,
                                      3711
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            3728,
                                            3729
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 1,
                                          "raw": "1",
                                          "range": [
                                            3731,
                                            3732
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          3728,
                                          3732
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 16
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3714,
                                      3742
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    3705,
                                    3742
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 91,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3701,
                                3743
                              ],
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 8
                                },
                                "end": {
                                  "line": 93,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      3756,
                                      3758
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        3761,
                                        3764
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-a-^-|",
                                        "raw": "'-a-^-|'",
                                        "range": [
                                          3765,
                                          3773
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 29
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "values",
                                        "range": [
                                          3775,
                                          3781
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3761,
                                      3782
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    3756,
                                    3782
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3752,
                                3783
                              ],
                              "loc": {
                                "start": {
                                  "line": 94,
                                  "column": 8
                                },
                                "end": {
                                  "line": 94,
                                  "column": 39
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      3796,
                                      3802
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      3805,
                                      3810
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    3796,
                                    3810
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3792,
                                3811
                              ],
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 8
                                },
                                "end": {
                                  "line": 95,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      3824,
                                      3826
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        3829,
                                        3832
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "------",
                                        "raw": "'------'",
                                        "range": [
                                          3833,
                                          3841
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 29
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "values",
                                        "range": [
                                          3843,
                                          3849
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3829,
                                      3850
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    3824,
                                    3850
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3820,
                                3851
                              ],
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 8
                                },
                                "end": {
                                  "line": 96,
                                  "column": 39
                                }
                              },
                              "trailingComments": [
                                {
                                  "type": "Line",
                                  "value": "never",
                                  "range": [
                                    3852,
                                    3859
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 47
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      3872,
                                      3878
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^  ",
                                    "raw": "'^  '",
                                    "range": [
                                      3881,
                                      3886
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    3872,
                                    3886
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3868,
                                3887
                              ],
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 8
                                },
                                "end": {
                                  "line": 97,
                                  "column": 27
                                }
                              },
                              "leadingComments": [
                                {
                                  "type": "Line",
                                  "value": "never",
                                  "range": [
                                    3852,
                                    3859
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 47
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      3900,
                                      3908
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "-",
                                    "raw": "'-'",
                                    "range": [
                                      3911,
                                      3914
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    3900,
                                    3914
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3896,
                                3915
                              ],
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 8
                                },
                                "end": {
                                  "line": 98,
                                  "column": 27
                                }
                              },
                              "trailingComments": [
                                {
                                  "type": "Line",
                                  "value": "never",
                                  "range": [
                                    3916,
                                    3923
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 35
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      3936,
                                      3942
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          3945,
                                          3947
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          3948,
                                          3961
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        3945,
                                        3961
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          3962,
                                          3964
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              3976,
                                              3977
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              3979,
                                              3980
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    3991,
                                                    3992
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    3995,
                                                    3996
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3991,
                                                  3996
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                3984,
                                                3997
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3982,
                                            3999
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          3966,
                                          3999
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3945,
                                      4000
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    3936,
                                    4000
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3932,
                                4001
                              ],
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 8
                                },
                                "end": {
                                  "line": 99,
                                  "column": 77
                                }
                              },
                              "leadingComments": [
                                {
                                  "type": "Line",
                                  "value": "never",
                                  "range": [
                                    3916,
                                    3923
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 35
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        4010,
                                        4026
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          4027,
                                          4033
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4010,
                                      4034
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      4035,
                                      4039
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    4010,
                                    4039
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      4040,
                                      4048
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      4050,
                                      4056
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 54
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4010,
                                  4057
                                ],
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 55
                                  }
                                }
                              },
                              "range": [
                                4010,
                                4058
                              ],
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 8
                                },
                                "end": {
                                  "line": 100,
                                  "column": 56
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        4067,
                                        4086
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            4087,
                                            4089
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            4090,
                                            4103
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          4087,
                                          4103
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4067,
                                      4104
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      4105,
                                      4109
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    4067,
                                    4109
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      4110,
                                      4116
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4067,
                                  4117
                                ],
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                4067,
                                4118
                              ],
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 8
                                },
                                "end": {
                                  "line": 101,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        4127,
                                        4146
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            4147,
                                            4149
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            4150,
                                            4163
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          4147,
                                          4163
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4127,
                                      4164
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      4165,
                                      4169
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    4127,
                                    4169
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      4170,
                                      4176
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4127,
                                  4177
                                ],
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                4127,
                                4178
                              ],
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 8
                                },
                                "end": {
                                  "line": 102,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            3691,
                            4184
                          ],
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 60
                            },
                            "end": {
                              "line": 103,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          3679,
                          4184
                        ],
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 48
                          },
                          "end": {
                            "line": 103,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      3635,
                      4185
                    ],
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 4
                      },
                      "end": {
                        "line": 103,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 721,
                    "_esdocTestName": "it721"
                  },
                  "range": [
                    3635,
                    4186
                  ],
                  "loc": {
                    "start": {
                      "line": 90,
                      "column": 4
                    },
                    "end": {
                      "line": 103,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        4191,
                        4193
                      ],
                      "loc": {
                        "start": {
                          "line": 104,
                          "column": 4
                        },
                        "end": {
                          "line": 104,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with never and hot-single",
                        "raw": "'should work with never and hot-single'",
                        "range": [
                          4194,
                          4233
                        ],
                        "loc": {
                          "start": {
                            "line": 104,
                            "column": 7
                          },
                          "end": {
                            "line": 104,
                            "column": 46
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      4261,
                                      4267
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            4284,
                                            4285
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 1,
                                          "raw": "1",
                                          "range": [
                                            4287,
                                            4288
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          4284,
                                          4288
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            4290,
                                            4291
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 19
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 2,
                                          "raw": "2",
                                          "range": [
                                            4293,
                                            4294
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          4290,
                                          4294
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 22
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4270,
                                      4304
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    4261,
                                    4304
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 107,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4257,
                                4305
                              ],
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 8
                                },
                                "end": {
                                  "line": 107,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      4318,
                                      4320
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        4323,
                                        4326
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--------",
                                        "raw": "'--------'",
                                        "range": [
                                          4327,
                                          4337
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 31
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "values",
                                        "range": [
                                          4339,
                                          4345
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 39
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4323,
                                      4346
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    4318,
                                    4346
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4314,
                                4347
                              ],
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 8
                                },
                                "end": {
                                  "line": 108,
                                  "column": 41
                                }
                              },
                              "trailingComments": [
                                {
                                  "type": "Line",
                                  "value": "never",
                                  "range": [
                                    4348,
                                    4355
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 49
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      4368,
                                      4374
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^    ",
                                    "raw": "'^    '",
                                    "range": [
                                      4377,
                                      4384
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    4368,
                                    4384
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4364,
                                4385
                              ],
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 8
                                },
                                "end": {
                                  "line": 109,
                                  "column": 29
                                }
                              },
                              "leadingComments": [
                                {
                                  "type": "Line",
                                  "value": "never",
                                  "range": [
                                    4348,
                                    4355
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 49
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      4398,
                                      4400
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        4403,
                                        4406
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-a-^-b-|",
                                        "raw": "'-a-^-b-|'",
                                        "range": [
                                          4407,
                                          4417
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 31
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "values",
                                        "range": [
                                          4419,
                                          4425
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 39
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4403,
                                      4426
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    4398,
                                    4426
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4394,
                                4427
                              ],
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 8
                                },
                                "end": {
                                  "line": 110,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      4440,
                                      4446
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^   !",
                                    "raw": "'^   !'",
                                    "range": [
                                      4449,
                                      4456
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    4440,
                                    4456
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4436,
                                4457
                              ],
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 8
                                },
                                "end": {
                                  "line": 111,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      4470,
                                      4478
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "-----",
                                    "raw": "'-----'",
                                    "range": [
                                      4481,
                                      4488
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    4470,
                                    4488
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 30
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4466,
                                4489
                              ],
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 8
                                },
                                "end": {
                                  "line": 112,
                                  "column": 31
                                }
                              },
                              "trailingComments": [
                                {
                                  "type": "Line",
                                  "value": "never",
                                  "range": [
                                    4490,
                                    4497
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 39
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      4510,
                                      4516
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          4519,
                                          4521
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          4522,
                                          4535
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        4519,
                                        4535
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 113,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 113,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          4536,
                                          4538
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              4550,
                                              4551
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              4553,
                                              4554
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    4565,
                                                    4566
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    4569,
                                                    4570
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4565,
                                                  4570
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                4558,
                                                4571
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            4556,
                                            4573
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          4540,
                                          4573
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4519,
                                      4574
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    4510,
                                    4574
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4506,
                                4575
                              ],
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 8
                                },
                                "end": {
                                  "line": 113,
                                  "column": 77
                                }
                              },
                              "leadingComments": [
                                {
                                  "type": "Line",
                                  "value": "never",
                                  "range": [
                                    4490,
                                    4497
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 39
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        4584,
                                        4600
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          4601,
                                          4607
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4584,
                                      4608
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      4609,
                                      4613
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    4584,
                                    4613
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      4614,
                                      4622
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      4624,
                                      4630
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 54
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4584,
                                  4631
                                ],
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 55
                                  }
                                }
                              },
                              "range": [
                                4584,
                                4632
                              ],
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 8
                                },
                                "end": {
                                  "line": 114,
                                  "column": 56
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        4641,
                                        4660
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            4661,
                                            4663
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            4664,
                                            4677
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          4661,
                                          4677
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4641,
                                      4678
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      4679,
                                      4683
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    4641,
                                    4683
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      4684,
                                      4690
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4641,
                                  4691
                                ],
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                4641,
                                4692
                              ],
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 8
                                },
                                "end": {
                                  "line": 115,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        4701,
                                        4720
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            4721,
                                            4723
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            4724,
                                            4737
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          4721,
                                          4737
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4701,
                                      4738
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      4739,
                                      4743
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    4701,
                                    4743
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      4744,
                                      4750
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4701,
                                  4751
                                ],
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                4701,
                                4752
                              ],
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 8
                                },
                                "end": {
                                  "line": 116,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            4247,
                            4758
                          ],
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 60
                            },
                            "end": {
                              "line": 117,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          4235,
                          4758
                        ],
                        "loc": {
                          "start": {
                            "line": 104,
                            "column": 48
                          },
                          "end": {
                            "line": 117,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      4191,
                      4759
                    ],
                    "loc": {
                      "start": {
                        "line": 104,
                        "column": 4
                      },
                      "end": {
                        "line": 117,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 722,
                    "_esdocTestName": "it722"
                  },
                  "range": [
                    4191,
                    4760
                  ],
                  "loc": {
                    "start": {
                      "line": 104,
                      "column": 4
                    },
                    "end": {
                      "line": 117,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        4765,
                        4767
                      ],
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 4
                        },
                        "end": {
                          "line": 118,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with hot and hot",
                        "raw": "'should work with hot and hot'",
                        "range": [
                          4768,
                          4798
                        ],
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 7
                          },
                          "end": {
                            "line": 118,
                            "column": 37
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      4826,
                                      4828
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        4831,
                                        4834
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--a--^--b--c--|",
                                        "raw": "'--a--^--b--c--|'",
                                        "range": [
                                          4835,
                                          4852
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 38
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                4856,
                                                4857
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "a",
                                              "raw": "'a'",
                                              "range": [
                                                4859,
                                                4862
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 48
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              4856,
                                              4862
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 48
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                4864,
                                                4865
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 51
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "b",
                                              "raw": "'b'",
                                              "range": [
                                                4867,
                                                4870
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 56
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              4864,
                                              4870
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 56
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "c",
                                              "range": [
                                                4872,
                                                4873
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 59
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "c",
                                              "raw": "'c'",
                                              "range": [
                                                4875,
                                                4878
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 64
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              4872,
                                              4878
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 64
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          4854,
                                          4880
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 66
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4831,
                                      4881
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 67
                                      }
                                    }
                                  },
                                  "range": [
                                    4826,
                                    4881
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 67
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4822,
                                4882
                              ],
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 8
                                },
                                "end": {
                                  "line": 119,
                                  "column": 68
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      4895,
                                      4901
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^        !",
                                    "raw": "'^        !'",
                                    "range": [
                                      4904,
                                      4916
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    4895,
                                    4916
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 33
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4891,
                                4917
                              ],
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 8
                                },
                                "end": {
                                  "line": 120,
                                  "column": 34
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      4930,
                                      4932
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        4935,
                                        4938
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 121,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---e-^---f--g--|",
                                        "raw": "'---e-^---f--g--|'",
                                        "range": [
                                          4939,
                                          4957
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 39
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "e",
                                              "range": [
                                                4961,
                                                4962
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "e",
                                              "raw": "'e'",
                                              "range": [
                                                4964,
                                                4967
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 49
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              4961,
                                              4967
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 49
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "f",
                                              "range": [
                                                4969,
                                                4970
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "f",
                                              "raw": "'f'",
                                              "range": [
                                                4972,
                                                4975
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 57
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              4969,
                                              4975
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 57
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "g",
                                              "range": [
                                                4977,
                                                4978
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 60
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "g",
                                              "raw": "'g'",
                                              "range": [
                                                4980,
                                                4983
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 65
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              4977,
                                              4983
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 65
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          4959,
                                          4985
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 67
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4935,
                                      4986
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 68
                                      }
                                    }
                                  },
                                  "range": [
                                    4930,
                                    4986
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 121,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 68
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4926,
                                4987
                              ],
                              "loc": {
                                "start": {
                                  "line": 121,
                                  "column": 8
                                },
                                "end": {
                                  "line": 121,
                                  "column": 69
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      5000,
                                      5006
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^         !",
                                    "raw": "'^         !'",
                                    "range": [
                                      5009,
                                      5022
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    5000,
                                    5022
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4996,
                                5023
                              ],
                              "loc": {
                                "start": {
                                  "line": 122,
                                  "column": 8
                                },
                                "end": {
                                  "line": 122,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      5036,
                                      5044
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "----x-yz--|",
                                    "raw": "'----x-yz--|'",
                                    "range": [
                                      5047,
                                      5060
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    5036,
                                    5060
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5032,
                                5061
                              ],
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 8
                                },
                                "end": {
                                  "line": 123,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      5074,
                                      5080
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          5083,
                                          5085
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          5086,
                                          5099
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        5083,
                                        5099
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          5100,
                                          5102
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              5114,
                                              5115
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              5117,
                                              5118
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    5129,
                                                    5130
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 124,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 124,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    5133,
                                                    5134
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 124,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 124,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  5129,
                                                  5134
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 124,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 124,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                5122,
                                                5135
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 124,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            5120,
                                            5137
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          5104,
                                          5137
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5083,
                                      5138
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    5074,
                                    5138
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5070,
                                5139
                              ],
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 8
                                },
                                "end": {
                                  "line": 124,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        5148,
                                        5164
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          5165,
                                          5171
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5148,
                                      5172
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      5173,
                                      5177
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    5148,
                                    5177
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      5178,
                                      5186
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "x",
                                          "range": [
                                            5190,
                                            5191
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "bf",
                                          "raw": "'bf'",
                                          "range": [
                                            5193,
                                            5197
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 57
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5190,
                                          5197
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 57
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            5199,
                                            5200
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 60
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cf",
                                          "raw": "'cf'",
                                          "range": [
                                            5202,
                                            5206
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 66
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5199,
                                          5206
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 66
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "z",
                                          "range": [
                                            5208,
                                            5209
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 69
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cg",
                                          "raw": "'cg'",
                                          "range": [
                                            5211,
                                            5215
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5208,
                                          5215
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5188,
                                      5217
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 77
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5148,
                                  5218
                                ],
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 78
                                  }
                                }
                              },
                              "range": [
                                5148,
                                5219
                              ],
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 8
                                },
                                "end": {
                                  "line": 125,
                                  "column": 79
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        5228,
                                        5247
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            5248,
                                            5250
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            5251,
                                            5264
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          5248,
                                          5264
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5228,
                                      5265
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      5266,
                                      5270
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    5228,
                                    5270
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      5271,
                                      5277
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5228,
                                  5278
                                ],
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                5228,
                                5279
                              ],
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 8
                                },
                                "end": {
                                  "line": 126,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        5288,
                                        5307
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            5308,
                                            5310
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            5311,
                                            5324
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          5308,
                                          5324
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5288,
                                      5325
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      5326,
                                      5330
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    5288,
                                    5330
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      5331,
                                      5337
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5288,
                                  5338
                                ],
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                5288,
                                5339
                              ],
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 8
                                },
                                "end": {
                                  "line": 127,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            4812,
                            5345
                          ],
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 51
                            },
                            "end": {
                              "line": 128,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          4800,
                          5345
                        ],
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 39
                          },
                          "end": {
                            "line": 128,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      4765,
                      5346
                    ],
                    "loc": {
                      "start": {
                        "line": 118,
                        "column": 4
                      },
                      "end": {
                        "line": 128,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 723,
                    "_esdocTestName": "it723"
                  },
                  "range": [
                    4765,
                    5347
                  ],
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 4
                    },
                    "end": {
                      "line": 128,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        5352,
                        5354
                      ],
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 4
                        },
                        "end": {
                          "line": 129,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should accept array of observables",
                        "raw": "'should accept array of observables'",
                        "range": [
                          5355,
                          5391
                        ],
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 7
                          },
                          "end": {
                            "line": 129,
                            "column": 43
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      5419,
                                      5421
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        5424,
                                        5427
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--a--^--b--c--|",
                                        "raw": "'--a--^--b--c--|'",
                                        "range": [
                                          5428,
                                          5445
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 38
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5424,
                                      5446
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    5419,
                                    5446
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 39
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5415,
                                5447
                              ],
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 8
                                },
                                "end": {
                                  "line": 130,
                                  "column": 40
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      5460,
                                      5466
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^        !",
                                    "raw": "'^        !'",
                                    "range": [
                                      5469,
                                      5481
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    5460,
                                    5481
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 33
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5456,
                                5482
                              ],
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 8
                                },
                                "end": {
                                  "line": 131,
                                  "column": 34
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      5495,
                                      5497
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        5500,
                                        5503
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---e-^---f--g--|",
                                        "raw": "'---e-^---f--g--|'",
                                        "range": [
                                          5504,
                                          5522
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 39
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5500,
                                      5523
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    5495,
                                    5523
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5491,
                                5524
                              ],
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 8
                                },
                                "end": {
                                  "line": 132,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      5537,
                                      5543
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^         !",
                                    "raw": "'^         !'",
                                    "range": [
                                      5546,
                                      5559
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    5537,
                                    5559
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5533,
                                5560
                              ],
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 8
                                },
                                "end": {
                                  "line": 133,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e3",
                                    "range": [
                                      5573,
                                      5575
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        5578,
                                        5581
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---h-^----i--j-|",
                                        "raw": "'---h-^----i--j-|'",
                                        "range": [
                                          5582,
                                          5600
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 39
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5578,
                                      5601
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    5573,
                                    5601
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5569,
                                5602
                              ],
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 8
                                },
                                "end": {
                                  "line": 134,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e3subs",
                                    "range": [
                                      5615,
                                      5621
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^         !",
                                    "raw": "'^         !'",
                                    "range": [
                                      5624,
                                      5637
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    5615,
                                    5637
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5611,
                                5638
                              ],
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 8
                                },
                                "end": {
                                  "line": 135,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      5651,
                                      5659
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "-----wxyz-|",
                                    "raw": "'-----wxyz-|'",
                                    "range": [
                                      5662,
                                      5675
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    5651,
                                    5675
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5647,
                                5676
                              ],
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 8
                                },
                                "end": {
                                  "line": 136,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      5689,
                                      5695
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          5698,
                                          5700
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          5701,
                                          5714
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        5698,
                                        5714
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrayExpression",
                                        "elements": [
                                          {
                                            "type": "Identifier",
                                            "name": "e2",
                                            "range": [
                                              5716,
                                              5718
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 41
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "e3",
                                            "range": [
                                              5720,
                                              5722
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 45
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          5715,
                                          5723
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 46
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              5735,
                                              5736
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 59
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              5738,
                                              5739
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 62
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "z",
                                            "range": [
                                              5741,
                                              5742
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 65
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "operator": "+",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      5753,
                                                      5754
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 137,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 137,
                                                        "column": 77
                                                      }
                                                    }
                                                  },
                                                  "right": {
                                                    "type": "Identifier",
                                                    "name": "y",
                                                    "range": [
                                                      5757,
                                                      5758
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 137,
                                                        "column": 80
                                                      },
                                                      "end": {
                                                        "line": 137,
                                                        "column": 81
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5753,
                                                    5758
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 81
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "z",
                                                  "range": [
                                                    5761,
                                                    5762
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 84
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 85
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  5753,
                                                  5762
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 76
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 85
                                                  }
                                                }
                                              },
                                              "range": [
                                                5746,
                                                5763
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 86
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            5744,
                                            5765
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 88
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          5725,
                                          5765
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 88
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5698,
                                      5766
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 89
                                      }
                                    }
                                  },
                                  "range": [
                                    5689,
                                    5766
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 89
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5685,
                                5767
                              ],
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 8
                                },
                                "end": {
                                  "line": 137,
                                  "column": 90
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        5776,
                                        5792
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          5793,
                                          5799
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5776,
                                      5800
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      5801,
                                      5805
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    5776,
                                    5805
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      5806,
                                      5814
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "w",
                                          "range": [
                                            5818,
                                            5819
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "bfi",
                                          "raw": "'bfi'",
                                          "range": [
                                            5821,
                                            5826
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 58
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5818,
                                          5826
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 58
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "x",
                                          "range": [
                                            5828,
                                            5829
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 61
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cfi",
                                          "raw": "'cfi'",
                                          "range": [
                                            5831,
                                            5836
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 68
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5828,
                                          5836
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 68
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            5838,
                                            5839
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 71
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cgi",
                                          "raw": "'cgi'",
                                          "range": [
                                            5841,
                                            5846
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 73
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 78
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5838,
                                          5846
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 78
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "z",
                                          "range": [
                                            5848,
                                            5849
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 80
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 81
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cgj",
                                          "raw": "'cgj'",
                                          "range": [
                                            5851,
                                            5856
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 83
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 88
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          5848,
                                          5856
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 80
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 88
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5816,
                                      5858
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 90
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5776,
                                  5859
                                ],
                                "loc": {
                                  "start": {
                                    "line": 138,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 138,
                                    "column": 91
                                  }
                                }
                              },
                              "range": [
                                5776,
                                5860
                              ],
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 8
                                },
                                "end": {
                                  "line": 138,
                                  "column": 92
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        5869,
                                        5888
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            5889,
                                            5891
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            5892,
                                            5905
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          5889,
                                          5905
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5869,
                                      5906
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      5907,
                                      5911
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    5869,
                                    5911
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      5912,
                                      5918
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5869,
                                  5919
                                ],
                                "loc": {
                                  "start": {
                                    "line": 139,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                5869,
                                5920
                              ],
                              "loc": {
                                "start": {
                                  "line": 139,
                                  "column": 8
                                },
                                "end": {
                                  "line": 139,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        5929,
                                        5948
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 140,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 140,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            5949,
                                            5951
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 140,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 140,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            5952,
                                            5965
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 140,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 140,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          5949,
                                          5965
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 140,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5929,
                                      5966
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 140,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 140,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      5967,
                                      5971
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 140,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 140,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    5929,
                                    5971
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      5972,
                                      5978
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 140,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 140,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5929,
                                  5979
                                ],
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                5929,
                                5980
                              ],
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 8
                                },
                                "end": {
                                  "line": 140,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        5989,
                                        6008
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 141,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e3",
                                          "range": [
                                            6009,
                                            6011
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            6012,
                                            6025
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          6009,
                                          6025
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5989,
                                      6026
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      6027,
                                      6031
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    5989,
                                    6031
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e3subs",
                                    "range": [
                                      6032,
                                      6038
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5989,
                                  6039
                                ],
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                5989,
                                6040
                              ],
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 8
                                },
                                "end": {
                                  "line": 141,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            5405,
                            6046
                          ],
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 57
                            },
                            "end": {
                              "line": 142,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          5393,
                          6046
                        ],
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 45
                          },
                          "end": {
                            "line": 142,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      5352,
                      6047
                    ],
                    "loc": {
                      "start": {
                        "line": 129,
                        "column": 4
                      },
                      "end": {
                        "line": 142,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 724,
                    "_esdocTestName": "it724"
                  },
                  "range": [
                    5352,
                    6048
                  ],
                  "loc": {
                    "start": {
                      "line": 129,
                      "column": 4
                    },
                    "end": {
                      "line": 142,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        6053,
                        6055
                      ],
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 4
                        },
                        "end": {
                          "line": 143,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with empty and error",
                        "raw": "'should work with empty and error'",
                        "range": [
                          6056,
                          6090
                        ],
                        "loc": {
                          "start": {
                            "line": 143,
                            "column": 7
                          },
                          "end": {
                            "line": 143,
                            "column": 41
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      6118,
                                      6120
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        6123,
                                        6126
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 144,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "----------|",
                                        "raw": "'----------|'",
                                        "range": [
                                          6127,
                                          6140
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 144,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 144,
                                            "column": 34
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6123,
                                      6141
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "range": [
                                    6118,
                                    6141
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 35
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6114,
                                6142
                              ],
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 8
                                },
                                "end": {
                                  "line": 144,
                                  "column": 36
                                }
                              },
                              "trailingComments": [
                                {
                                  "type": "Line",
                                  "value": "empty",
                                  "range": [
                                    6143,
                                    6150
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 44
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      6163,
                                      6169
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^     !",
                                    "raw": "'^     !'",
                                    "range": [
                                      6172,
                                      6181
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    6163,
                                    6181
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 145,
                                      "column": 30
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6159,
                                6182
                              ],
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 8
                                },
                                "end": {
                                  "line": 145,
                                  "column": 31
                                }
                              },
                              "leadingComments": [
                                {
                                  "type": "Line",
                                  "value": "empty",
                                  "range": [
                                    6143,
                                    6150
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 44
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      6195,
                                      6197
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        6200,
                                        6203
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 146,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "------#",
                                        "raw": "'------#'",
                                        "range": [
                                          6204,
                                          6213
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 30
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          6215,
                                          6219
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 36
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "shazbot!",
                                        "raw": "'shazbot!'",
                                        "range": [
                                          6221,
                                          6231
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 48
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6200,
                                      6232
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    6195,
                                    6232
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 49
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6191,
                                6233
                              ],
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 8
                                },
                                "end": {
                                  "line": 146,
                                  "column": 50
                                }
                              },
                              "trailingComments": [
                                {
                                  "type": "Line",
                                  "value": "error",
                                  "range": [
                                    6234,
                                    6241
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 58
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      6254,
                                      6260
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^     !",
                                    "raw": "'^     !'",
                                    "range": [
                                      6263,
                                      6272
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    6254,
                                    6272
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 147,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 147,
                                      "column": 30
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6250,
                                6273
                              ],
                              "loc": {
                                "start": {
                                  "line": 147,
                                  "column": 8
                                },
                                "end": {
                                  "line": 147,
                                  "column": 31
                                }
                              },
                              "leadingComments": [
                                {
                                  "type": "Line",
                                  "value": "error",
                                  "range": [
                                    6234,
                                    6241
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 58
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      6286,
                                      6294
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "------#",
                                    "raw": "'------#'",
                                    "range": [
                                      6297,
                                      6306
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    6286,
                                    6306
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 148,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 32
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6282,
                                6307
                              ],
                              "loc": {
                                "start": {
                                  "line": 148,
                                  "column": 8
                                },
                                "end": {
                                  "line": 148,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      6320,
                                      6326
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          6329,
                                          6331
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 149,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          6332,
                                          6345
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 149,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        6329,
                                        6345
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          6346,
                                          6348
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 149,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              6360,
                                              6361
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 149,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 149,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              6363,
                                              6364
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 149,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 149,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    6375,
                                                    6376
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 149,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 149,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    6379,
                                                    6380
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 149,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 149,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  6375,
                                                  6380
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                6368,
                                                6381
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            6366,
                                            6383
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 149,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          6350,
                                          6383
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 149,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6329,
                                      6384
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    6320,
                                    6384
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6316,
                                6385
                              ],
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 8
                                },
                                "end": {
                                  "line": 149,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        6394,
                                        6410
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          6411,
                                          6417
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6394,
                                      6418
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      6419,
                                      6423
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    6394,
                                    6423
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      6424,
                                      6432
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      6434,
                                      6438
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "shazbot!",
                                    "raw": "'shazbot!'",
                                    "range": [
                                      6440,
                                      6450
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 64
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  6394,
                                  6451
                                ],
                                "loc": {
                                  "start": {
                                    "line": 150,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 150,
                                    "column": 65
                                  }
                                }
                              },
                              "range": [
                                6394,
                                6452
                              ],
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 8
                                },
                                "end": {
                                  "line": 150,
                                  "column": 66
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        6461,
                                        6480
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 151,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            6481,
                                            6483
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            6484,
                                            6497
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          6481,
                                          6497
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6461,
                                      6498
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      6499,
                                      6503
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    6461,
                                    6503
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      6504,
                                      6510
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  6461,
                                  6511
                                ],
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                6461,
                                6512
                              ],
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 8
                                },
                                "end": {
                                  "line": 151,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        6521,
                                        6540
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            6541,
                                            6543
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            6544,
                                            6557
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          6541,
                                          6557
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6521,
                                      6558
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      6559,
                                      6563
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    6521,
                                    6563
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      6564,
                                      6570
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  6521,
                                  6571
                                ],
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                6521,
                                6572
                              ],
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 8
                                },
                                "end": {
                                  "line": 152,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            6104,
                            6578
                          ],
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 55
                            },
                            "end": {
                              "line": 153,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          6092,
                          6578
                        ],
                        "loc": {
                          "start": {
                            "line": 143,
                            "column": 43
                          },
                          "end": {
                            "line": 153,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      6053,
                      6579
                    ],
                    "loc": {
                      "start": {
                        "line": 143,
                        "column": 4
                      },
                      "end": {
                        "line": 153,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 725,
                    "_esdocTestName": "it725"
                  },
                  "range": [
                    6053,
                    6580
                  ],
                  "loc": {
                    "start": {
                      "line": 143,
                      "column": 4
                    },
                    "end": {
                      "line": 153,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        6585,
                        6587
                      ],
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 4
                        },
                        "end": {
                          "line": 154,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with error and empty",
                        "raw": "'should work with error and empty'",
                        "range": [
                          6588,
                          6622
                        ],
                        "loc": {
                          "start": {
                            "line": 154,
                            "column": 7
                          },
                          "end": {
                            "line": 154,
                            "column": 41
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      6650,
                                      6652
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        6655,
                                        6658
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--^---#",
                                        "raw": "'--^---#'",
                                        "range": [
                                          6659,
                                          6668
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 30
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          6670,
                                          6674
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 36
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "too bad, honk",
                                        "raw": "'too bad, honk'",
                                        "range": [
                                          6676,
                                          6691
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 53
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6655,
                                      6692
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 54
                                      }
                                    }
                                  },
                                  "range": [
                                    6650,
                                    6692
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 54
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6646,
                                6693
                              ],
                              "loc": {
                                "start": {
                                  "line": 155,
                                  "column": 8
                                },
                                "end": {
                                  "line": 155,
                                  "column": 55
                                }
                              },
                              "trailingComments": [
                                {
                                  "type": "Line",
                                  "value": "error",
                                  "range": [
                                    6694,
                                    6701
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 63
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      6714,
                                      6720
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 156,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 156,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^   !",
                                    "raw": "'^   !'",
                                    "range": [
                                      6723,
                                      6730
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 156,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 156,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    6714,
                                    6730
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 156,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 156,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6710,
                                6731
                              ],
                              "loc": {
                                "start": {
                                  "line": 156,
                                  "column": 8
                                },
                                "end": {
                                  "line": 156,
                                  "column": 29
                                }
                              },
                              "leadingComments": [
                                {
                                  "type": "Line",
                                  "value": "error",
                                  "range": [
                                    6694,
                                    6701
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 63
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      6744,
                                      6746
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        6749,
                                        6752
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--^--------|",
                                        "raw": "'--^--------|'",
                                        "range": [
                                          6753,
                                          6767
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 35
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6749,
                                      6768
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    6744,
                                    6768
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6740,
                                6769
                              ],
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 8
                                },
                                "end": {
                                  "line": 157,
                                  "column": 37
                                }
                              },
                              "trailingComments": [
                                {
                                  "type": "Line",
                                  "value": "empty",
                                  "range": [
                                    6770,
                                    6777
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 45
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      6790,
                                      6796
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^   !",
                                    "raw": "'^   !'",
                                    "range": [
                                      6799,
                                      6806
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    6790,
                                    6806
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6786,
                                6807
                              ],
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 8
                                },
                                "end": {
                                  "line": 158,
                                  "column": 29
                                }
                              },
                              "leadingComments": [
                                {
                                  "type": "Line",
                                  "value": "empty",
                                  "range": [
                                    6770,
                                    6777
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 45
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      6820,
                                      6828
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "----#",
                                    "raw": "'----#'",
                                    "range": [
                                      6831,
                                      6838
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    6820,
                                    6838
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 30
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6816,
                                6839
                              ],
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 8
                                },
                                "end": {
                                  "line": 159,
                                  "column": 31
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      6852,
                                      6858
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          6861,
                                          6863
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          6864,
                                          6877
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        6861,
                                        6877
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          6878,
                                          6880
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              6892,
                                              6893
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 160,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              6895,
                                              6896
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 160,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    6907,
                                                    6908
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 160,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    6911,
                                                    6912
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 160,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  6907,
                                                  6912
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                6900,
                                                6913
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 160,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 160,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            6898,
                                            6915
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          6882,
                                          6915
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6861,
                                      6916
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    6852,
                                    6916
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 160,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 160,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                6848,
                                6917
                              ],
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 8
                                },
                                "end": {
                                  "line": 160,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        6926,
                                        6942
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 161,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 161,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          6943,
                                          6949
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 161,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 161,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6926,
                                      6950
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      6951,
                                      6955
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    6926,
                                    6955
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      6956,
                                      6964
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      6966,
                                      6970
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "too bad, honk",
                                    "raw": "'too bad, honk'",
                                    "range": [
                                      6972,
                                      6987
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 69
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  6926,
                                  6988
                                ],
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 70
                                  }
                                }
                              },
                              "range": [
                                6926,
                                6989
                              ],
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 8
                                },
                                "end": {
                                  "line": 161,
                                  "column": 71
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        6998,
                                        7017
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 162,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            7018,
                                            7020
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 162,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 162,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            7021,
                                            7034
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 162,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 162,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          7018,
                                          7034
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6998,
                                      7035
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      7036,
                                      7040
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    6998,
                                    7040
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      7041,
                                      7047
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  6998,
                                  7048
                                ],
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                6998,
                                7049
                              ],
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 8
                                },
                                "end": {
                                  "line": 162,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        7058,
                                        7077
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            7078,
                                            7080
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            7081,
                                            7094
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          7078,
                                          7094
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7058,
                                      7095
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      7096,
                                      7100
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    7058,
                                    7100
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      7101,
                                      7107
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7058,
                                  7108
                                ],
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                7058,
                                7109
                              ],
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 8
                                },
                                "end": {
                                  "line": 163,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            6636,
                            7115
                          ],
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 55
                            },
                            "end": {
                              "line": 164,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          6624,
                          7115
                        ],
                        "loc": {
                          "start": {
                            "line": 154,
                            "column": 43
                          },
                          "end": {
                            "line": 164,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      6585,
                      7116
                    ],
                    "loc": {
                      "start": {
                        "line": 154,
                        "column": 4
                      },
                      "end": {
                        "line": 164,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 726,
                    "_esdocTestName": "it726"
                  },
                  "range": [
                    6585,
                    7117
                  ],
                  "loc": {
                    "start": {
                      "line": 154,
                      "column": 4
                    },
                    "end": {
                      "line": 164,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        7122,
                        7124
                      ],
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 4
                        },
                        "end": {
                          "line": 165,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with hot and throw",
                        "raw": "'should work with hot and throw'",
                        "range": [
                          7125,
                          7157
                        ],
                        "loc": {
                          "start": {
                            "line": 165,
                            "column": 7
                          },
                          "end": {
                            "line": 165,
                            "column": 39
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      7185,
                                      7187
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        7190,
                                        7193
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 166,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 166,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-a-^--b--c--|",
                                        "raw": "'-a-^--b--c--|'",
                                        "range": [
                                          7194,
                                          7209
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 36
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                7213,
                                                7214
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 1,
                                              "raw": "1",
                                              "range": [
                                                7216,
                                                7217
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              7213,
                                              7217
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 166,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 166,
                                                "column": 44
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                7219,
                                                7220
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 47
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 2,
                                              "raw": "2",
                                              "range": [
                                                7222,
                                                7223
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              7219,
                                              7223
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 166,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 166,
                                                "column": 50
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "c",
                                              "range": [
                                                7225,
                                                7226
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 53
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 3,
                                              "raw": "3",
                                              "range": [
                                                7228,
                                                7229
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 56
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              7225,
                                              7229
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 166,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 166,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          7211,
                                          7231
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 58
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7190,
                                      7232
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 59
                                      }
                                    }
                                  },
                                  "range": [
                                    7185,
                                    7232
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 59
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7181,
                                7233
                              ],
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 8
                                },
                                "end": {
                                  "line": 166,
                                  "column": 60
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      7246,
                                      7252
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      7255,
                                      7260
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    7246,
                                    7260
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7242,
                                7261
                              ],
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 8
                                },
                                "end": {
                                  "line": 167,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      7274,
                                      7276
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        7279,
                                        7282
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^-#",
                                        "raw": "'---^-#'",
                                        "range": [
                                          7283,
                                          7291
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 29
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          7293,
                                          7297
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 35
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "bazinga",
                                        "raw": "'bazinga'",
                                        "range": [
                                          7299,
                                          7308
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 46
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7279,
                                      7309
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "range": [
                                    7274,
                                    7309
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 47
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7270,
                                7310
                              ],
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 8
                                },
                                "end": {
                                  "line": 168,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      7323,
                                      7329
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      7332,
                                      7337
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    7323,
                                    7337
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7319,
                                7338
                              ],
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 8
                                },
                                "end": {
                                  "line": 169,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      7351,
                                      7359
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--#",
                                    "raw": "'--#'",
                                    "range": [
                                      7362,
                                      7367
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    7351,
                                    7367
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7347,
                                7368
                              ],
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 8
                                },
                                "end": {
                                  "line": 170,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      7381,
                                      7387
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          7390,
                                          7392
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          7393,
                                          7406
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        7390,
                                        7406
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 171,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          7407,
                                          7409
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              7421,
                                              7422
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 171,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 171,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              7424,
                                              7425
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 171,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 171,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    7436,
                                                    7437
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 171,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 171,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    7440,
                                                    7441
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 171,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 171,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  7436,
                                                  7441
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 171,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 171,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                7429,
                                                7442
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 171,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 171,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            7427,
                                            7444
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 171,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 171,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          7411,
                                          7444
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7390,
                                      7445
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    7381,
                                    7445
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7377,
                                7446
                              ],
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 8
                                },
                                "end": {
                                  "line": 171,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        7455,
                                        7471
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          7472,
                                          7478
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7455,
                                      7479
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      7480,
                                      7484
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    7455,
                                    7484
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      7485,
                                      7493
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      7495,
                                      7499
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "bazinga",
                                    "raw": "'bazinga'",
                                    "range": [
                                      7501,
                                      7510
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 63
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7455,
                                  7511
                                ],
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 64
                                  }
                                }
                              },
                              "range": [
                                7455,
                                7512
                              ],
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 8
                                },
                                "end": {
                                  "line": 172,
                                  "column": 65
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        7521,
                                        7540
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            7541,
                                            7543
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            7544,
                                            7557
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          7541,
                                          7557
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7521,
                                      7558
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      7559,
                                      7563
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    7521,
                                    7563
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      7564,
                                      7570
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7521,
                                  7571
                                ],
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                7521,
                                7572
                              ],
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 8
                                },
                                "end": {
                                  "line": 173,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        7581,
                                        7600
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            7601,
                                            7603
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 174,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 174,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            7604,
                                            7617
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 174,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 174,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          7601,
                                          7617
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 174,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 174,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7581,
                                      7618
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      7619,
                                      7623
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    7581,
                                    7623
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      7624,
                                      7630
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7581,
                                  7631
                                ],
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                7581,
                                7632
                              ],
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 8
                                },
                                "end": {
                                  "line": 174,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            7171,
                            7638
                          ],
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 53
                            },
                            "end": {
                              "line": 175,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          7159,
                          7638
                        ],
                        "loc": {
                          "start": {
                            "line": 165,
                            "column": 41
                          },
                          "end": {
                            "line": 175,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      7122,
                      7639
                    ],
                    "loc": {
                      "start": {
                        "line": 165,
                        "column": 4
                      },
                      "end": {
                        "line": 175,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 727,
                    "_esdocTestName": "it727"
                  },
                  "range": [
                    7122,
                    7640
                  ],
                  "loc": {
                    "start": {
                      "line": 165,
                      "column": 4
                    },
                    "end": {
                      "line": 175,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        7645,
                        7647
                      ],
                      "loc": {
                        "start": {
                          "line": 176,
                          "column": 4
                        },
                        "end": {
                          "line": 176,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with throw and hot",
                        "raw": "'should work with throw and hot'",
                        "range": [
                          7648,
                          7680
                        ],
                        "loc": {
                          "start": {
                            "line": 176,
                            "column": 7
                          },
                          "end": {
                            "line": 176,
                            "column": 39
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      7708,
                                      7710
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        7713,
                                        7716
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 177,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 177,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^-#",
                                        "raw": "'---^-#'",
                                        "range": [
                                          7717,
                                          7725
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 29
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          7727,
                                          7731
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 35
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "bazinga",
                                        "raw": "'bazinga'",
                                        "range": [
                                          7733,
                                          7742
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 46
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7713,
                                      7743
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "range": [
                                    7708,
                                    7743
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 177,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 47
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7704,
                                7744
                              ],
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 8
                                },
                                "end": {
                                  "line": 177,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      7757,
                                      7763
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      7766,
                                      7771
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    7757,
                                    7771
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7753,
                                7772
                              ],
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 8
                                },
                                "end": {
                                  "line": 178,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      7785,
                                      7787
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        7790,
                                        7793
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-a-^--b--c--|",
                                        "raw": "'-a-^--b--c--|'",
                                        "range": [
                                          7794,
                                          7809
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 36
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                7813,
                                                7814
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 179,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 179,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 1,
                                              "raw": "1",
                                              "range": [
                                                7816,
                                                7817
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 179,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 179,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              7813,
                                              7817
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 179,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 179,
                                                "column": 44
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                7819,
                                                7820
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 179,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 179,
                                                  "column": 47
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 2,
                                              "raw": "2",
                                              "range": [
                                                7822,
                                                7823
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 179,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 179,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              7819,
                                              7823
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 179,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 179,
                                                "column": 50
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "c",
                                              "range": [
                                                7825,
                                                7826
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 179,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 179,
                                                  "column": 53
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 3,
                                              "raw": "3",
                                              "range": [
                                                7828,
                                                7829
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 179,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 179,
                                                  "column": 56
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              7825,
                                              7829
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 179,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 179,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          7811,
                                          7831
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 58
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7790,
                                      7832
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 59
                                      }
                                    }
                                  },
                                  "range": [
                                    7785,
                                    7832
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 59
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7781,
                                7833
                              ],
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 8
                                },
                                "end": {
                                  "line": 179,
                                  "column": 60
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      7846,
                                      7852
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      7855,
                                      7860
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    7846,
                                    7860
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7842,
                                7861
                              ],
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 8
                                },
                                "end": {
                                  "line": 180,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      7874,
                                      7882
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--#",
                                    "raw": "'--#'",
                                    "range": [
                                      7885,
                                      7890
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    7874,
                                    7890
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7870,
                                7891
                              ],
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 8
                                },
                                "end": {
                                  "line": 181,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      7904,
                                      7910
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          7913,
                                          7915
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          7916,
                                          7929
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        7913,
                                        7929
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 182,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 182,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          7930,
                                          7932
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              7944,
                                              7945
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 182,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 182,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              7947,
                                              7948
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 182,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 182,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    7959,
                                                    7960
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 182,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 182,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    7963,
                                                    7964
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 182,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 182,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  7959,
                                                  7964
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 182,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 182,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                7952,
                                                7965
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 182,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 182,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            7950,
                                            7967
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 182,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 182,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          7934,
                                          7967
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7913,
                                      7968
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    7904,
                                    7968
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                7900,
                                7969
                              ],
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 8
                                },
                                "end": {
                                  "line": 182,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        7978,
                                        7994
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 183,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 183,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          7995,
                                          8001
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 183,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 183,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7978,
                                      8002
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      8003,
                                      8007
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    7978,
                                    8007
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 183,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 183,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      8008,
                                      8016
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      8018,
                                      8022
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "bazinga",
                                    "raw": "'bazinga'",
                                    "range": [
                                      8024,
                                      8033
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 63
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7978,
                                  8034
                                ],
                                "loc": {
                                  "start": {
                                    "line": 183,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 183,
                                    "column": 64
                                  }
                                }
                              },
                              "range": [
                                7978,
                                8035
                              ],
                              "loc": {
                                "start": {
                                  "line": 183,
                                  "column": 8
                                },
                                "end": {
                                  "line": 183,
                                  "column": 65
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        8044,
                                        8063
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 184,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 184,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            8064,
                                            8066
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 184,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 184,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            8067,
                                            8080
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 184,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 184,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          8064,
                                          8080
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 184,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 184,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8044,
                                      8081
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 184,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      8082,
                                      8086
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 184,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    8044,
                                    8086
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      8087,
                                      8093
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 184,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  8044,
                                  8094
                                ],
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                8044,
                                8095
                              ],
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 8
                                },
                                "end": {
                                  "line": 184,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        8104,
                                        8123
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 185,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 185,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            8124,
                                            8126
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 185,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 185,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            8127,
                                            8140
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 185,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 185,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          8124,
                                          8140
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 185,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 185,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8104,
                                      8141
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      8142,
                                      8146
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    8104,
                                    8146
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 185,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 185,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      8147,
                                      8153
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  8104,
                                  8154
                                ],
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 185,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                8104,
                                8155
                              ],
                              "loc": {
                                "start": {
                                  "line": 185,
                                  "column": 8
                                },
                                "end": {
                                  "line": 185,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            7694,
                            8161
                          ],
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 53
                            },
                            "end": {
                              "line": 186,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          7682,
                          8161
                        ],
                        "loc": {
                          "start": {
                            "line": 176,
                            "column": 41
                          },
                          "end": {
                            "line": 186,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      7645,
                      8162
                    ],
                    "loc": {
                      "start": {
                        "line": 176,
                        "column": 4
                      },
                      "end": {
                        "line": 186,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 728,
                    "_esdocTestName": "it728"
                  },
                  "range": [
                    7645,
                    8163
                  ],
                  "loc": {
                    "start": {
                      "line": 176,
                      "column": 4
                    },
                    "end": {
                      "line": 186,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        8168,
                        8170
                      ],
                      "loc": {
                        "start": {
                          "line": 187,
                          "column": 4
                        },
                        "end": {
                          "line": 187,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with throw and throw",
                        "raw": "'should work with throw and throw'",
                        "range": [
                          8171,
                          8205
                        ],
                        "loc": {
                          "start": {
                            "line": 187,
                            "column": 7
                          },
                          "end": {
                            "line": 187,
                            "column": 41
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      8233,
                                      8235
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        8238,
                                        8241
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^----#",
                                        "raw": "'---^----#'",
                                        "range": [
                                          8242,
                                          8253
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 188,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 32
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          8255,
                                          8259
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 188,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 38
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "jenga",
                                        "raw": "'jenga'",
                                        "range": [
                                          8261,
                                          8268
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 188,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 47
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8238,
                                      8269
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "range": [
                                    8233,
                                    8269
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 188,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 48
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8229,
                                8270
                              ],
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 8
                                },
                                "end": {
                                  "line": 188,
                                  "column": 49
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      8283,
                                      8289
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      8292,
                                      8297
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    8283,
                                    8297
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8279,
                                8298
                              ],
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 8
                                },
                                "end": {
                                  "line": 189,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      8311,
                                      8313
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        8316,
                                        8319
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 190,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 190,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^-#",
                                        "raw": "'---^-#'",
                                        "range": [
                                          8320,
                                          8328
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 29
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          8330,
                                          8334
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 35
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "bazinga",
                                        "raw": "'bazinga'",
                                        "range": [
                                          8336,
                                          8345
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 46
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8316,
                                      8346
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "range": [
                                    8311,
                                    8346
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 47
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8307,
                                8347
                              ],
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 8
                                },
                                "end": {
                                  "line": 190,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      8360,
                                      8366
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      8369,
                                      8374
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    8360,
                                    8374
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 191,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 191,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8356,
                                8375
                              ],
                              "loc": {
                                "start": {
                                  "line": 191,
                                  "column": 8
                                },
                                "end": {
                                  "line": 191,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      8388,
                                      8396
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--#",
                                    "raw": "'--#'",
                                    "range": [
                                      8399,
                                      8404
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    8388,
                                    8404
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 192,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 192,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8384,
                                8405
                              ],
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 8
                                },
                                "end": {
                                  "line": 192,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      8418,
                                      8424
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          8427,
                                          8429
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          8430,
                                          8443
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        8427,
                                        8443
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          8444,
                                          8446
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              8458,
                                              8459
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 193,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 193,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              8461,
                                              8462
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 193,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 193,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    8473,
                                                    8474
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 193,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 193,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    8477,
                                                    8478
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 193,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 193,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  8473,
                                                  8478
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 193,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 193,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                8466,
                                                8479
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 193,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 193,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            8464,
                                            8481
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 193,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 193,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          8448,
                                          8481
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8427,
                                      8482
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    8418,
                                    8482
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8414,
                                8483
                              ],
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 8
                                },
                                "end": {
                                  "line": 193,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        8492,
                                        8508
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 194,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 194,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          8509,
                                          8515
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 194,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8492,
                                      8516
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      8517,
                                      8521
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    8492,
                                    8521
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      8522,
                                      8530
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      8532,
                                      8536
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "bazinga",
                                    "raw": "'bazinga'",
                                    "range": [
                                      8538,
                                      8547
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 63
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  8492,
                                  8548
                                ],
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 64
                                  }
                                }
                              },
                              "range": [
                                8492,
                                8549
                              ],
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 8
                                },
                                "end": {
                                  "line": 194,
                                  "column": 65
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        8558,
                                        8577
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            8578,
                                            8580
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 195,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            8581,
                                            8594
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 195,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          8578,
                                          8594
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 195,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 195,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8558,
                                      8595
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      8596,
                                      8600
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    8558,
                                    8600
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 195,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 195,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      8601,
                                      8607
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  8558,
                                  8608
                                ],
                                "loc": {
                                  "start": {
                                    "line": 195,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 195,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                8558,
                                8609
                              ],
                              "loc": {
                                "start": {
                                  "line": 195,
                                  "column": 8
                                },
                                "end": {
                                  "line": 195,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        8618,
                                        8637
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 196,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 196,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            8638,
                                            8640
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 196,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 196,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            8641,
                                            8654
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 196,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 196,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          8638,
                                          8654
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 196,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 196,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8618,
                                      8655
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      8656,
                                      8660
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    8618,
                                    8660
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 196,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 196,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      8661,
                                      8667
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  8618,
                                  8668
                                ],
                                "loc": {
                                  "start": {
                                    "line": 196,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 196,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                8618,
                                8669
                              ],
                              "loc": {
                                "start": {
                                  "line": 196,
                                  "column": 8
                                },
                                "end": {
                                  "line": 196,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            8219,
                            8675
                          ],
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 55
                            },
                            "end": {
                              "line": 197,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          8207,
                          8675
                        ],
                        "loc": {
                          "start": {
                            "line": 187,
                            "column": 43
                          },
                          "end": {
                            "line": 197,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      8168,
                      8676
                    ],
                    "loc": {
                      "start": {
                        "line": 187,
                        "column": 4
                      },
                      "end": {
                        "line": 197,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 729,
                    "_esdocTestName": "it729"
                  },
                  "range": [
                    8168,
                    8677
                  ],
                  "loc": {
                    "start": {
                      "line": 187,
                      "column": 4
                    },
                    "end": {
                      "line": 197,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        8682,
                        8684
                      ],
                      "loc": {
                        "start": {
                          "line": 198,
                          "column": 4
                        },
                        "end": {
                          "line": 198,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with error and throw",
                        "raw": "'should work with error and throw'",
                        "range": [
                          8685,
                          8719
                        ],
                        "loc": {
                          "start": {
                            "line": 198,
                            "column": 7
                          },
                          "end": {
                            "line": 198,
                            "column": 41
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      8747,
                                      8749
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        8752,
                                        8755
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 199,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 199,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-a-^--b--#",
                                        "raw": "'-a-^--b--#'",
                                        "range": [
                                          8756,
                                          8768
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 199,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 199,
                                            "column": 33
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                8772,
                                                8773
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 199,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 199,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 1,
                                              "raw": "1",
                                              "range": [
                                                8775,
                                                8776
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 199,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 199,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              8772,
                                              8776
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 199,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 199,
                                                "column": 41
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                8778,
                                                8779
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 199,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 199,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 2,
                                              "raw": "2",
                                              "range": [
                                                8781,
                                                8782
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 199,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 199,
                                                  "column": 47
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              8778,
                                              8782
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 199,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 199,
                                                "column": 47
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          8770,
                                          8784
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 199,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 199,
                                            "column": 49
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "wokka wokka",
                                        "raw": "'wokka wokka'",
                                        "range": [
                                          8786,
                                          8799
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 199,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 199,
                                            "column": 64
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8752,
                                      8800
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 65
                                      }
                                    }
                                  },
                                  "range": [
                                    8747,
                                    8800
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 199,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 199,
                                      "column": 65
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8743,
                                8801
                              ],
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 8
                                },
                                "end": {
                                  "line": 199,
                                  "column": 66
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      8814,
                                      8820
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      8823,
                                      8828
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    8814,
                                    8828
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 200,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 200,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8810,
                                8829
                              ],
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 8
                                },
                                "end": {
                                  "line": 200,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      8842,
                                      8844
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        8847,
                                        8850
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 201,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 201,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^-#",
                                        "raw": "'---^-#'",
                                        "range": [
                                          8851,
                                          8859
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 201,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 201,
                                            "column": 29
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          8861,
                                          8865
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 201,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 201,
                                            "column": 35
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "flurp",
                                        "raw": "'flurp'",
                                        "range": [
                                          8867,
                                          8874
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 201,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 201,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8847,
                                      8875
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    8842,
                                    8875
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 201,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 201,
                                      "column": 45
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8838,
                                8876
                              ],
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 8
                                },
                                "end": {
                                  "line": 201,
                                  "column": 46
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      8889,
                                      8895
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 202,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 202,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      8898,
                                      8903
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 202,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 202,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    8889,
                                    8903
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 202,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8885,
                                8904
                              ],
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 8
                                },
                                "end": {
                                  "line": 202,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      8917,
                                      8925
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 203,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 203,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--#",
                                    "raw": "'--#'",
                                    "range": [
                                      8928,
                                      8933
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 203,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 203,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    8917,
                                    8933
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 203,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 203,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8913,
                                8934
                              ],
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 8
                                },
                                "end": {
                                  "line": 203,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      8947,
                                      8953
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 204,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 204,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          8956,
                                          8958
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 204,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 204,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          8959,
                                          8972
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 204,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 204,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        8956,
                                        8972
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          8973,
                                          8975
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 204,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 204,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              8987,
                                              8988
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 204,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 204,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              8990,
                                              8991
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 204,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 204,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    9002,
                                                    9003
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 204,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 204,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    9006,
                                                    9007
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 204,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 204,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  9002,
                                                  9007
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 204,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 204,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                8995,
                                                9008
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 204,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 204,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            8993,
                                            9010
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 204,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 204,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          8977,
                                          9010
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 204,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 204,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8956,
                                      9011
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 204,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 204,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    8947,
                                    9011
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 204,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 204,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8943,
                                9012
                              ],
                              "loc": {
                                "start": {
                                  "line": 204,
                                  "column": 8
                                },
                                "end": {
                                  "line": 204,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        9021,
                                        9037
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 205,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 205,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          9038,
                                          9044
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 205,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 205,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9021,
                                      9045
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      9046,
                                      9050
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    9021,
                                    9050
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 205,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 205,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      9051,
                                      9059
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      9061,
                                      9065
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "flurp",
                                    "raw": "'flurp'",
                                    "range": [
                                      9067,
                                      9074
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 61
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  9021,
                                  9075
                                ],
                                "loc": {
                                  "start": {
                                    "line": 205,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 205,
                                    "column": 62
                                  }
                                }
                              },
                              "range": [
                                9021,
                                9076
                              ],
                              "loc": {
                                "start": {
                                  "line": 205,
                                  "column": 8
                                },
                                "end": {
                                  "line": 205,
                                  "column": 63
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        9085,
                                        9104
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 206,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 206,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            9105,
                                            9107
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 206,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 206,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            9108,
                                            9121
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 206,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 206,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          9105,
                                          9121
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 206,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 206,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9085,
                                      9122
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 206,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 206,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      9123,
                                      9127
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 206,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 206,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    9085,
                                    9127
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 206,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 206,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      9128,
                                      9134
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 206,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 206,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  9085,
                                  9135
                                ],
                                "loc": {
                                  "start": {
                                    "line": 206,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 206,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                9085,
                                9136
                              ],
                              "loc": {
                                "start": {
                                  "line": 206,
                                  "column": 8
                                },
                                "end": {
                                  "line": 206,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        9145,
                                        9164
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 207,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 207,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            9165,
                                            9167
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 207,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 207,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            9168,
                                            9181
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 207,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 207,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          9165,
                                          9181
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 207,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 207,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9145,
                                      9182
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 207,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 207,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      9183,
                                      9187
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 207,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 207,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    9145,
                                    9187
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 207,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 207,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      9188,
                                      9194
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 207,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 207,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  9145,
                                  9195
                                ],
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                9145,
                                9196
                              ],
                              "loc": {
                                "start": {
                                  "line": 207,
                                  "column": 8
                                },
                                "end": {
                                  "line": 207,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            8733,
                            9202
                          ],
                          "loc": {
                            "start": {
                              "line": 198,
                              "column": 55
                            },
                            "end": {
                              "line": 208,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          8721,
                          9202
                        ],
                        "loc": {
                          "start": {
                            "line": 198,
                            "column": 43
                          },
                          "end": {
                            "line": 208,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      8682,
                      9203
                    ],
                    "loc": {
                      "start": {
                        "line": 198,
                        "column": 4
                      },
                      "end": {
                        "line": 208,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 730,
                    "_esdocTestName": "it730"
                  },
                  "range": [
                    8682,
                    9204
                  ],
                  "loc": {
                    "start": {
                      "line": 198,
                      "column": 4
                    },
                    "end": {
                      "line": 208,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        9209,
                        9211
                      ],
                      "loc": {
                        "start": {
                          "line": 209,
                          "column": 4
                        },
                        "end": {
                          "line": 209,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with throw and error",
                        "raw": "'should work with throw and error'",
                        "range": [
                          9212,
                          9246
                        ],
                        "loc": {
                          "start": {
                            "line": 209,
                            "column": 7
                          },
                          "end": {
                            "line": 209,
                            "column": 41
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      9274,
                                      9276
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 210,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 210,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        9279,
                                        9282
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 210,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 210,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^-#",
                                        "raw": "'---^-#'",
                                        "range": [
                                          9283,
                                          9291
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 210,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 210,
                                            "column": 29
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          9293,
                                          9297
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 210,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 210,
                                            "column": 35
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "flurp",
                                        "raw": "'flurp'",
                                        "range": [
                                          9299,
                                          9306
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 210,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 210,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9279,
                                      9307
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 210,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 210,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    9274,
                                    9307
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 210,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 45
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9270,
                                9308
                              ],
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 8
                                },
                                "end": {
                                  "line": 210,
                                  "column": 46
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      9321,
                                      9327
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 211,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      9330,
                                      9335
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 211,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    9321,
                                    9335
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 211,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 211,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9317,
                                9336
                              ],
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 8
                                },
                                "end": {
                                  "line": 211,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      9349,
                                      9351
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 212,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 212,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        9354,
                                        9357
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 212,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 212,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-a-^--b--#",
                                        "raw": "'-a-^--b--#'",
                                        "range": [
                                          9358,
                                          9370
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 212,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 212,
                                            "column": 33
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                9374,
                                                9375
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 212,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 212,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 1,
                                              "raw": "1",
                                              "range": [
                                                9377,
                                                9378
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 212,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 212,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              9374,
                                              9378
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 212,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 41
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                9380,
                                                9381
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 212,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 212,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 2,
                                              "raw": "2",
                                              "range": [
                                                9383,
                                                9384
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 212,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 212,
                                                  "column": 47
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              9380,
                                              9384
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 212,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 47
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          9372,
                                          9386
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 212,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 212,
                                            "column": 49
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "wokka wokka",
                                        "raw": "'wokka wokka'",
                                        "range": [
                                          9388,
                                          9401
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 212,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 212,
                                            "column": 64
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9354,
                                      9402
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 212,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 212,
                                        "column": 65
                                      }
                                    }
                                  },
                                  "range": [
                                    9349,
                                    9402
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 212,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 212,
                                      "column": 65
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9345,
                                9403
                              ],
                              "loc": {
                                "start": {
                                  "line": 212,
                                  "column": 8
                                },
                                "end": {
                                  "line": 212,
                                  "column": 66
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      9416,
                                      9422
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 213,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 213,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^ !",
                                    "raw": "'^ !'",
                                    "range": [
                                      9425,
                                      9430
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 213,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 213,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    9416,
                                    9430
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 213,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 213,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9412,
                                9431
                              ],
                              "loc": {
                                "start": {
                                  "line": 213,
                                  "column": 8
                                },
                                "end": {
                                  "line": 213,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      9444,
                                      9452
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 214,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 214,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "--#",
                                    "raw": "'--#'",
                                    "range": [
                                      9455,
                                      9460
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 214,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 214,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    9444,
                                    9460
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 214,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 214,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9440,
                                9461
                              ],
                              "loc": {
                                "start": {
                                  "line": 214,
                                  "column": 8
                                },
                                "end": {
                                  "line": 214,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      9474,
                                      9480
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 215,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 215,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          9483,
                                          9485
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 215,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 215,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          9486,
                                          9499
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 215,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 215,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        9483,
                                        9499
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 215,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 215,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          9500,
                                          9502
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 215,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 215,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              9514,
                                              9515
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 215,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 215,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              9517,
                                              9518
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 215,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 215,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    9529,
                                                    9530
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 215,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 215,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    9533,
                                                    9534
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 215,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 215,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  9529,
                                                  9534
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 215,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 215,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                9522,
                                                9535
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 215,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 215,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            9520,
                                            9537
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 215,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 215,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          9504,
                                          9537
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 215,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 215,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9483,
                                      9538
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 215,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 215,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    9474,
                                    9538
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 215,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 215,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9470,
                                9539
                              ],
                              "loc": {
                                "start": {
                                  "line": 215,
                                  "column": 8
                                },
                                "end": {
                                  "line": 215,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        9548,
                                        9564
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 216,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 216,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          9565,
                                          9571
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 216,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 216,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9548,
                                      9572
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      9573,
                                      9577
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    9548,
                                    9577
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 216,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 216,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      9578,
                                      9586
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      9588,
                                      9592
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "flurp",
                                    "raw": "'flurp'",
                                    "range": [
                                      9594,
                                      9601
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 61
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  9548,
                                  9602
                                ],
                                "loc": {
                                  "start": {
                                    "line": 216,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 216,
                                    "column": 62
                                  }
                                }
                              },
                              "range": [
                                9548,
                                9603
                              ],
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 8
                                },
                                "end": {
                                  "line": 216,
                                  "column": 63
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        9612,
                                        9631
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 217,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 217,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            9632,
                                            9634
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 217,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 217,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            9635,
                                            9648
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 217,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 217,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          9632,
                                          9648
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 217,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 217,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9612,
                                      9649
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 217,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 217,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      9650,
                                      9654
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 217,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 217,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    9612,
                                    9654
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 217,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 217,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      9655,
                                      9661
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 217,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 217,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  9612,
                                  9662
                                ],
                                "loc": {
                                  "start": {
                                    "line": 217,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 217,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                9612,
                                9663
                              ],
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 8
                                },
                                "end": {
                                  "line": 217,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        9672,
                                        9691
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 218,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 218,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            9692,
                                            9694
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 218,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 218,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            9695,
                                            9708
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 218,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 218,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          9692,
                                          9708
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 218,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 218,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9672,
                                      9709
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 218,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 218,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      9710,
                                      9714
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 218,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 218,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    9672,
                                    9714
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 218,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 218,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      9715,
                                      9721
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 218,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 218,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  9672,
                                  9722
                                ],
                                "loc": {
                                  "start": {
                                    "line": 218,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 218,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                9672,
                                9723
                              ],
                              "loc": {
                                "start": {
                                  "line": 218,
                                  "column": 8
                                },
                                "end": {
                                  "line": 218,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            9260,
                            9729
                          ],
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 55
                            },
                            "end": {
                              "line": 219,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          9248,
                          9729
                        ],
                        "loc": {
                          "start": {
                            "line": 209,
                            "column": 43
                          },
                          "end": {
                            "line": 219,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      9209,
                      9730
                    ],
                    "loc": {
                      "start": {
                        "line": 209,
                        "column": 4
                      },
                      "end": {
                        "line": 219,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 731,
                    "_esdocTestName": "it731"
                  },
                  "range": [
                    9209,
                    9731
                  ],
                  "loc": {
                    "start": {
                      "line": 209,
                      "column": 4
                    },
                    "end": {
                      "line": 219,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        9736,
                        9738
                      ],
                      "loc": {
                        "start": {
                          "line": 220,
                          "column": 4
                        },
                        "end": {
                          "line": 220,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with never and throw",
                        "raw": "'should work with never and throw'",
                        "range": [
                          9739,
                          9773
                        ],
                        "loc": {
                          "start": {
                            "line": 220,
                            "column": 7
                          },
                          "end": {
                            "line": 220,
                            "column": 41
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      9801,
                                      9803
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 221,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 221,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        9806,
                                        9809
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 221,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^-----------",
                                        "raw": "'---^-----------'",
                                        "range": [
                                          9810,
                                          9827
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 38
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9806,
                                      9828
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 221,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 221,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    9801,
                                    9828
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 39
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9797,
                                9829
                              ],
                              "loc": {
                                "start": {
                                  "line": 221,
                                  "column": 8
                                },
                                "end": {
                                  "line": 221,
                                  "column": 40
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      9842,
                                      9848
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 222,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 222,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^     !",
                                    "raw": "'^     !'",
                                    "range": [
                                      9851,
                                      9860
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 222,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 222,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    9842,
                                    9860
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 222,
                                      "column": 30
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9838,
                                9861
                              ],
                              "loc": {
                                "start": {
                                  "line": 222,
                                  "column": 8
                                },
                                "end": {
                                  "line": 222,
                                  "column": 31
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      9874,
                                      9876
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 223,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 223,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        9879,
                                        9882
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 223,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^-----#",
                                        "raw": "'---^-----#'",
                                        "range": [
                                          9883,
                                          9895
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 33
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          9897,
                                          9901
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 39
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "wokka wokka",
                                        "raw": "'wokka wokka'",
                                        "range": [
                                          9903,
                                          9916
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 54
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9879,
                                      9917
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 223,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 223,
                                        "column": 55
                                      }
                                    }
                                  },
                                  "range": [
                                    9874,
                                    9917
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 223,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 223,
                                      "column": 55
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9870,
                                9918
                              ],
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 8
                                },
                                "end": {
                                  "line": 223,
                                  "column": 56
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      9931,
                                      9937
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^     !",
                                    "raw": "'^     !'",
                                    "range": [
                                      9940,
                                      9949
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    9931,
                                    9949
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 30
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9927,
                                9950
                              ],
                              "loc": {
                                "start": {
                                  "line": 224,
                                  "column": 8
                                },
                                "end": {
                                  "line": 224,
                                  "column": 31
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      9963,
                                      9971
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "------#",
                                    "raw": "'------#'",
                                    "range": [
                                      9974,
                                      9983
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    9963,
                                    9983
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 32
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9959,
                                9984
                              ],
                              "loc": {
                                "start": {
                                  "line": 225,
                                  "column": 8
                                },
                                "end": {
                                  "line": 225,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      9997,
                                      10003
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 226,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 226,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          10006,
                                          10008
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 226,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          10009,
                                          10022
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 226,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        10006,
                                        10022
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 226,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 226,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          10023,
                                          10025
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 226,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              10037,
                                              10038
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 226,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 226,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              10040,
                                              10041
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 226,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 226,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    10052,
                                                    10053
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 226,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 226,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    10056,
                                                    10057
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 226,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 226,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  10052,
                                                  10057
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 226,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 226,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                10045,
                                                10058
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 226,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 226,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            10043,
                                            10060
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 226,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 226,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          10027,
                                          10060
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 226,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      10006,
                                      10061
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 226,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 226,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    9997,
                                    10061
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9993,
                                10062
                              ],
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 8
                                },
                                "end": {
                                  "line": 226,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        10071,
                                        10087
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 227,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 227,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          10088,
                                          10094
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 227,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 227,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      10071,
                                      10095
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 227,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 227,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      10096,
                                      10100
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 227,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 227,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    10071,
                                    10100
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 227,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 227,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      10101,
                                      10109
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 227,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 227,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      10111,
                                      10115
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 227,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 227,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "wokka wokka",
                                    "raw": "'wokka wokka'",
                                    "range": [
                                      10117,
                                      10130
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 227,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 227,
                                        "column": 67
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  10071,
                                  10131
                                ],
                                "loc": {
                                  "start": {
                                    "line": 227,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 227,
                                    "column": 68
                                  }
                                }
                              },
                              "range": [
                                10071,
                                10132
                              ],
                              "loc": {
                                "start": {
                                  "line": 227,
                                  "column": 8
                                },
                                "end": {
                                  "line": 227,
                                  "column": 69
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        10141,
                                        10160
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 228,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 228,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            10161,
                                            10163
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 228,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 228,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            10164,
                                            10177
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 228,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 228,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          10161,
                                          10177
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 228,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 228,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      10141,
                                      10178
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 228,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 228,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      10179,
                                      10183
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 228,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 228,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    10141,
                                    10183
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 228,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 228,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      10184,
                                      10190
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 228,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 228,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  10141,
                                  10191
                                ],
                                "loc": {
                                  "start": {
                                    "line": 228,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 228,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                10141,
                                10192
                              ],
                              "loc": {
                                "start": {
                                  "line": 228,
                                  "column": 8
                                },
                                "end": {
                                  "line": 228,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        10201,
                                        10220
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 229,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 229,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            10221,
                                            10223
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 229,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 229,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            10224,
                                            10237
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 229,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 229,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          10221,
                                          10237
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 229,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 229,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      10201,
                                      10238
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 229,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 229,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      10239,
                                      10243
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 229,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 229,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    10201,
                                    10243
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 229,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 229,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      10244,
                                      10250
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 229,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 229,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  10201,
                                  10251
                                ],
                                "loc": {
                                  "start": {
                                    "line": 229,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 229,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                10201,
                                10252
                              ],
                              "loc": {
                                "start": {
                                  "line": 229,
                                  "column": 8
                                },
                                "end": {
                                  "line": 229,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            9787,
                            10258
                          ],
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 55
                            },
                            "end": {
                              "line": 230,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          9775,
                          10258
                        ],
                        "loc": {
                          "start": {
                            "line": 220,
                            "column": 43
                          },
                          "end": {
                            "line": 230,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      9736,
                      10259
                    ],
                    "loc": {
                      "start": {
                        "line": 220,
                        "column": 4
                      },
                      "end": {
                        "line": 230,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 732,
                    "_esdocTestName": "it732"
                  },
                  "range": [
                    9736,
                    10260
                  ],
                  "loc": {
                    "start": {
                      "line": 220,
                      "column": 4
                    },
                    "end": {
                      "line": 230,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        10265,
                        10267
                      ],
                      "loc": {
                        "start": {
                          "line": 231,
                          "column": 4
                        },
                        "end": {
                          "line": 231,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with throw and never",
                        "raw": "'should work with throw and never'",
                        "range": [
                          10268,
                          10302
                        ],
                        "loc": {
                          "start": {
                            "line": 231,
                            "column": 7
                          },
                          "end": {
                            "line": 231,
                            "column": 41
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      10330,
                                      10332
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 232,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 232,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        10335,
                                        10338
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 232,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 232,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^----#",
                                        "raw": "'---^----#'",
                                        "range": [
                                          10339,
                                          10350
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 232,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 232,
                                            "column": 32
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          10352,
                                          10356
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 232,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 232,
                                            "column": 38
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "wokka wokka",
                                        "raw": "'wokka wokka'",
                                        "range": [
                                          10358,
                                          10371
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 232,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 232,
                                            "column": 53
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      10335,
                                      10372
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 232,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 232,
                                        "column": 54
                                      }
                                    }
                                  },
                                  "range": [
                                    10330,
                                    10372
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 232,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 232,
                                      "column": 54
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                10326,
                                10373
                              ],
                              "loc": {
                                "start": {
                                  "line": 232,
                                  "column": 8
                                },
                                "end": {
                                  "line": 232,
                                  "column": 55
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      10386,
                                      10392
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 233,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 233,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^    !",
                                    "raw": "'^    !'",
                                    "range": [
                                      10395,
                                      10403
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 233,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 233,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    10386,
                                    10403
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 29
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                10382,
                                10404
                              ],
                              "loc": {
                                "start": {
                                  "line": 233,
                                  "column": 8
                                },
                                "end": {
                                  "line": 233,
                                  "column": 30
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      10417,
                                      10419
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 234,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 234,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        10422,
                                        10425
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 234,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 234,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^-----------",
                                        "raw": "'---^-----------'",
                                        "range": [
                                          10426,
                                          10443
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 234,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 234,
                                            "column": 38
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      10422,
                                      10444
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 234,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 234,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    10417,
                                    10444
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 234,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 234,
                                      "column": 39
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                10413,
                                10445
                              ],
                              "loc": {
                                "start": {
                                  "line": 234,
                                  "column": 8
                                },
                                "end": {
                                  "line": 234,
                                  "column": 40
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      10458,
                                      10464
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 235,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 235,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^    !",
                                    "raw": "'^    !'",
                                    "range": [
                                      10467,
                                      10475
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 235,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 235,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    10458,
                                    10475
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 235,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 235,
                                      "column": 29
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                10454,
                                10476
                              ],
                              "loc": {
                                "start": {
                                  "line": 235,
                                  "column": 8
                                },
                                "end": {
                                  "line": 235,
                                  "column": 30
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      10489,
                                      10497
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "-----#",
                                    "raw": "'-----#'",
                                    "range": [
                                      10500,
                                      10508
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    10489,
                                    10508
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                10485,
                                10509
                              ],
                              "loc": {
                                "start": {
                                  "line": 236,
                                  "column": 8
                                },
                                "end": {
                                  "line": 236,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      10522,
                                      10528
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 237,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 237,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          10531,
                                          10533
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 237,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 237,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          10534,
                                          10547
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 237,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 237,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        10531,
                                        10547
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 237,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 237,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          10548,
                                          10550
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 237,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 237,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              10562,
                                              10563
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 237,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 237,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              10565,
                                              10566
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 237,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 237,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    10577,
                                                    10578
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 237,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 237,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    10581,
                                                    10582
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 237,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 237,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  10577,
                                                  10582
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 237,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 237,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                10570,
                                                10583
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 237,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 237,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            10568,
                                            10585
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 237,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 237,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          10552,
                                          10585
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 237,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 237,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      10531,
                                      10586
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 237,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 237,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    10522,
                                    10586
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                10518,
                                10587
                              ],
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 8
                                },
                                "end": {
                                  "line": 237,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        10596,
                                        10612
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 238,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 238,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          10613,
                                          10619
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 238,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 238,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      10596,
                                      10620
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 238,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 238,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      10621,
                                      10625
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 238,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 238,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    10596,
                                    10625
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 238,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 238,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      10626,
                                      10634
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 238,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 238,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      10636,
                                      10640
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 238,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 238,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "wokka wokka",
                                    "raw": "'wokka wokka'",
                                    "range": [
                                      10642,
                                      10655
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 238,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 238,
                                        "column": 67
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  10596,
                                  10656
                                ],
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 68
                                  }
                                }
                              },
                              "range": [
                                10596,
                                10657
                              ],
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 8
                                },
                                "end": {
                                  "line": 238,
                                  "column": 69
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        10666,
                                        10685
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 239,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 239,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            10686,
                                            10688
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 239,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 239,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            10689,
                                            10702
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 239,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 239,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          10686,
                                          10702
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 239,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 239,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      10666,
                                      10703
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 239,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 239,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      10704,
                                      10708
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 239,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 239,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    10666,
                                    10708
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 239,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 239,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      10709,
                                      10715
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 239,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 239,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  10666,
                                  10716
                                ],
                                "loc": {
                                  "start": {
                                    "line": 239,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 239,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                10666,
                                10717
                              ],
                              "loc": {
                                "start": {
                                  "line": 239,
                                  "column": 8
                                },
                                "end": {
                                  "line": 239,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        10726,
                                        10745
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 240,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 240,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            10746,
                                            10748
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 240,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 240,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            10749,
                                            10762
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 240,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 240,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          10746,
                                          10762
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 240,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 240,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      10726,
                                      10763
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 240,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 240,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      10764,
                                      10768
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 240,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 240,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    10726,
                                    10768
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      10769,
                                      10775
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 240,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 240,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  10726,
                                  10776
                                ],
                                "loc": {
                                  "start": {
                                    "line": 240,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 240,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                10726,
                                10777
                              ],
                              "loc": {
                                "start": {
                                  "line": 240,
                                  "column": 8
                                },
                                "end": {
                                  "line": 240,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            10316,
                            10783
                          ],
                          "loc": {
                            "start": {
                              "line": 231,
                              "column": 55
                            },
                            "end": {
                              "line": 241,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          10304,
                          10783
                        ],
                        "loc": {
                          "start": {
                            "line": 231,
                            "column": 43
                          },
                          "end": {
                            "line": 241,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      10265,
                      10784
                    ],
                    "loc": {
                      "start": {
                        "line": 231,
                        "column": 4
                      },
                      "end": {
                        "line": 241,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 733,
                    "_esdocTestName": "it733"
                  },
                  "range": [
                    10265,
                    10785
                  ],
                  "loc": {
                    "start": {
                      "line": 231,
                      "column": 4
                    },
                    "end": {
                      "line": 241,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        10790,
                        10792
                      ],
                      "loc": {
                        "start": {
                          "line": 242,
                          "column": 4
                        },
                        "end": {
                          "line": 242,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with some and throw",
                        "raw": "'should work with some and throw'",
                        "range": [
                          10793,
                          10826
                        ],
                        "loc": {
                          "start": {
                            "line": 242,
                            "column": 7
                          },
                          "end": {
                            "line": 242,
                            "column": 40
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      10854,
                                      10856
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 243,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 243,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        10859,
                                        10862
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^----a---b--|",
                                        "raw": "'---^----a---b--|'",
                                        "range": [
                                          10863,
                                          10881
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 243,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 243,
                                            "column": 39
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                10885,
                                                10886
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 243,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 243,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 1,
                                              "raw": "1",
                                              "range": [
                                                10888,
                                                10889
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 243,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 243,
                                                  "column": 47
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              10885,
                                              10889
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 243,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 243,
                                                "column": 47
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                10891,
                                                10892
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 243,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 243,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 2,
                                              "raw": "2",
                                              "range": [
                                                10894,
                                                10895
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 243,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 243,
                                                  "column": 53
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              10891,
                                              10895
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 243,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 243,
                                                "column": 53
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          10883,
                                          10897
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 243,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 243,
                                            "column": 55
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      10859,
                                      10898
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 243,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 243,
                                        "column": 56
                                      }
                                    }
                                  },
                                  "range": [
                                    10854,
                                    10898
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 243,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 243,
                                      "column": 56
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                10850,
                                10899
                              ],
                              "loc": {
                                "start": {
                                  "line": 243,
                                  "column": 8
                                },
                                "end": {
                                  "line": 243,
                                  "column": 57
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      10912,
                                      10918
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 244,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 244,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^  !",
                                    "raw": "'^  !'",
                                    "range": [
                                      10921,
                                      10927
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 244,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 244,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    10912,
                                    10927
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 244,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 27
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                10908,
                                10928
                              ],
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 8
                                },
                                "end": {
                                  "line": 244,
                                  "column": 28
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      10941,
                                      10943
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        10946,
                                        10949
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^--#",
                                        "raw": "'---^--#'",
                                        "range": [
                                          10950,
                                          10959
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 245,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 245,
                                            "column": 30
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          10961,
                                          10965
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 245,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 245,
                                            "column": 36
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "wokka wokka",
                                        "raw": "'wokka wokka'",
                                        "range": [
                                          10967,
                                          10980
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 245,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 245,
                                            "column": 51
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      10946,
                                      10981
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 52
                                      }
                                    }
                                  },
                                  "range": [
                                    10941,
                                    10981
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 245,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 245,
                                      "column": 52
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                10937,
                                10982
                              ],
                              "loc": {
                                "start": {
                                  "line": 245,
                                  "column": 8
                                },
                                "end": {
                                  "line": 245,
                                  "column": 53
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      10995,
                                      11001
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 246,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 246,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^  !",
                                    "raw": "'^  !'",
                                    "range": [
                                      11004,
                                      11010
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 246,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 246,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    10995,
                                    11010
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 246,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 246,
                                      "column": 27
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                10991,
                                11011
                              ],
                              "loc": {
                                "start": {
                                  "line": 246,
                                  "column": 8
                                },
                                "end": {
                                  "line": 246,
                                  "column": 28
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      11024,
                                      11032
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "---#",
                                    "raw": "'---#'",
                                    "range": [
                                      11035,
                                      11041
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    11024,
                                    11041
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 247,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 247,
                                      "column": 29
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                11020,
                                11042
                              ],
                              "loc": {
                                "start": {
                                  "line": 247,
                                  "column": 8
                                },
                                "end": {
                                  "line": 247,
                                  "column": 30
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      11055,
                                      11061
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 248,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 248,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          11064,
                                          11066
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 248,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 248,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          11067,
                                          11080
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 248,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 248,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        11064,
                                        11080
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 248,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 248,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          11081,
                                          11083
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 248,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 248,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              11095,
                                              11096
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 248,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 248,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              11098,
                                              11099
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 248,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 248,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    11110,
                                                    11111
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 248,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 248,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    11114,
                                                    11115
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 248,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 248,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  11110,
                                                  11115
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 248,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 248,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                11103,
                                                11116
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 248,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 248,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            11101,
                                            11118
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 248,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 248,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          11085,
                                          11118
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 248,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 248,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11064,
                                      11119
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 248,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 248,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    11055,
                                    11119
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 248,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 248,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                11051,
                                11120
                              ],
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 8
                                },
                                "end": {
                                  "line": 248,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        11129,
                                        11145
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 249,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 249,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          11146,
                                          11152
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11129,
                                      11153
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      11154,
                                      11158
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    11129,
                                    11158
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 249,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 249,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      11159,
                                      11167
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            11171,
                                            11172
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 249,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 249,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 1,
                                          "raw": "1",
                                          "range": [
                                            11174,
                                            11175
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 249,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 249,
                                              "column": 54
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          11171,
                                          11175
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 54
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            11177,
                                            11178
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 249,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 249,
                                              "column": 57
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 2,
                                          "raw": "2",
                                          "range": [
                                            11180,
                                            11181
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 249,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 249,
                                              "column": 60
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          11177,
                                          11181
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 60
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11169,
                                      11183
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 62
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "wokka wokka",
                                    "raw": "'wokka wokka'",
                                    "range": [
                                      11185,
                                      11198
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 77
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  11129,
                                  11199
                                ],
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 249,
                                    "column": 78
                                  }
                                }
                              },
                              "range": [
                                11129,
                                11200
                              ],
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 8
                                },
                                "end": {
                                  "line": 249,
                                  "column": 79
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        11209,
                                        11228
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 250,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 250,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            11229,
                                            11231
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 250,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 250,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            11232,
                                            11245
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 250,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 250,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          11229,
                                          11245
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 250,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 250,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11209,
                                      11246
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 250,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 250,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      11247,
                                      11251
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 250,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 250,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    11209,
                                    11251
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 250,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 250,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      11252,
                                      11258
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 250,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 250,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  11209,
                                  11259
                                ],
                                "loc": {
                                  "start": {
                                    "line": 250,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 250,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                11209,
                                11260
                              ],
                              "loc": {
                                "start": {
                                  "line": 250,
                                  "column": 8
                                },
                                "end": {
                                  "line": 250,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        11269,
                                        11288
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 251,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 251,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            11289,
                                            11291
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 251,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 251,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            11292,
                                            11305
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 251,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 251,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          11289,
                                          11305
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 251,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 251,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11269,
                                      11306
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 251,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 251,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      11307,
                                      11311
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 251,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 251,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    11269,
                                    11311
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 251,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      11312,
                                      11318
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 251,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 251,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  11269,
                                  11319
                                ],
                                "loc": {
                                  "start": {
                                    "line": 251,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 251,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                11269,
                                11320
                              ],
                              "loc": {
                                "start": {
                                  "line": 251,
                                  "column": 8
                                },
                                "end": {
                                  "line": 251,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            10840,
                            11326
                          ],
                          "loc": {
                            "start": {
                              "line": 242,
                              "column": 54
                            },
                            "end": {
                              "line": 252,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          10828,
                          11326
                        ],
                        "loc": {
                          "start": {
                            "line": 242,
                            "column": 42
                          },
                          "end": {
                            "line": 252,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      10790,
                      11327
                    ],
                    "loc": {
                      "start": {
                        "line": 242,
                        "column": 4
                      },
                      "end": {
                        "line": 252,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 734,
                    "_esdocTestName": "it734"
                  },
                  "range": [
                    10790,
                    11328
                  ],
                  "loc": {
                    "start": {
                      "line": 242,
                      "column": 4
                    },
                    "end": {
                      "line": 252,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        11333,
                        11335
                      ],
                      "loc": {
                        "start": {
                          "line": 253,
                          "column": 4
                        },
                        "end": {
                          "line": 253,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should work with throw and some",
                        "raw": "'should work with throw and some'",
                        "range": [
                          11336,
                          11369
                        ],
                        "loc": {
                          "start": {
                            "line": 253,
                            "column": 7
                          },
                          "end": {
                            "line": 253,
                            "column": 40
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      11397,
                                      11399
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 254,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 254,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        11402,
                                        11405
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 254,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 254,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^--#",
                                        "raw": "'---^--#'",
                                        "range": [
                                          11406,
                                          11415
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 254,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 254,
                                            "column": 30
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          11417,
                                          11421
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 254,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 254,
                                            "column": 36
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "wokka wokka",
                                        "raw": "'wokka wokka'",
                                        "range": [
                                          11423,
                                          11436
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 254,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 254,
                                            "column": 51
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11402,
                                      11437
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 254,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 254,
                                        "column": 52
                                      }
                                    }
                                  },
                                  "range": [
                                    11397,
                                    11437
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 254,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 254,
                                      "column": 52
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                11393,
                                11438
                              ],
                              "loc": {
                                "start": {
                                  "line": 254,
                                  "column": 8
                                },
                                "end": {
                                  "line": 254,
                                  "column": 53
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      11451,
                                      11457
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 255,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 255,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^  !",
                                    "raw": "'^  !'",
                                    "range": [
                                      11460,
                                      11466
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 255,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 255,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    11451,
                                    11466
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 255,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 255,
                                      "column": 27
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                11447,
                                11467
                              ],
                              "loc": {
                                "start": {
                                  "line": 255,
                                  "column": 8
                                },
                                "end": {
                                  "line": 255,
                                  "column": 28
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      11480,
                                      11482
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 256,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 256,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        11485,
                                        11488
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 256,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 256,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---^----a---b--|",
                                        "raw": "'---^----a---b--|'",
                                        "range": [
                                          11489,
                                          11507
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 256,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 256,
                                            "column": 39
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                11511,
                                                11512
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 256,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 256,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 1,
                                              "raw": "1",
                                              "range": [
                                                11514,
                                                11515
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 256,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 256,
                                                  "column": 47
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              11511,
                                              11515
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 256,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 256,
                                                "column": 47
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                11517,
                                                11518
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 256,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 256,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 2,
                                              "raw": "2",
                                              "range": [
                                                11520,
                                                11521
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 256,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 256,
                                                  "column": 53
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              11517,
                                              11521
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 256,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 256,
                                                "column": 53
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          11509,
                                          11523
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 256,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 256,
                                            "column": 55
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11485,
                                      11524
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 256,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 256,
                                        "column": 56
                                      }
                                    }
                                  },
                                  "range": [
                                    11480,
                                    11524
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 256,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 256,
                                      "column": 56
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                11476,
                                11525
                              ],
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 8
                                },
                                "end": {
                                  "line": 256,
                                  "column": 57
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      11538,
                                      11544
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 257,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 257,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^  !",
                                    "raw": "'^  !'",
                                    "range": [
                                      11547,
                                      11553
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 257,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 257,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    11538,
                                    11553
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 257,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 257,
                                      "column": 27
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                11534,
                                11554
                              ],
                              "loc": {
                                "start": {
                                  "line": 257,
                                  "column": 8
                                },
                                "end": {
                                  "line": 257,
                                  "column": 28
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      11567,
                                      11575
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 258,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 258,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "---#",
                                    "raw": "'---#'",
                                    "range": [
                                      11578,
                                      11584
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 258,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 258,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    11567,
                                    11584
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 258,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 258,
                                      "column": 29
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                11563,
                                11585
                              ],
                              "loc": {
                                "start": {
                                  "line": 258,
                                  "column": 8
                                },
                                "end": {
                                  "line": 258,
                                  "column": 30
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      11598,
                                      11604
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 259,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 259,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          11607,
                                          11609
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 259,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 259,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          11610,
                                          11623
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 259,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 259,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        11607,
                                        11623
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 259,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 259,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          11624,
                                          11626
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 259,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 259,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              11638,
                                              11639
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 259,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 259,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              11641,
                                              11642
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 259,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 259,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    11653,
                                                    11654
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 259,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 259,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    11657,
                                                    11658
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 259,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 259,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  11653,
                                                  11658
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 259,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 259,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                11646,
                                                11659
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 259,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 259,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            11644,
                                            11661
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 259,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 259,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          11628,
                                          11661
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 259,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 259,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11607,
                                      11662
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 259,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 259,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    11598,
                                    11662
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 259,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 259,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                11594,
                                11663
                              ],
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 8
                                },
                                "end": {
                                  "line": 259,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        11672,
                                        11688
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 260,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 260,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          11689,
                                          11695
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11672,
                                      11696
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 260,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 260,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      11697,
                                      11701
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 260,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 260,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    11672,
                                    11701
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 260,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 260,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      11702,
                                      11710
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 260,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 260,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            11714,
                                            11715
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 260,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 260,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 1,
                                          "raw": "1",
                                          "range": [
                                            11717,
                                            11718
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 260,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 260,
                                              "column": 54
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          11714,
                                          11718
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 54
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            11720,
                                            11721
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 260,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 260,
                                              "column": 57
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 2,
                                          "raw": "2",
                                          "range": [
                                            11723,
                                            11724
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 260,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 260,
                                              "column": 60
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          11720,
                                          11724
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 60
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11712,
                                      11726
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 260,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 260,
                                        "column": 62
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "wokka wokka",
                                    "raw": "'wokka wokka'",
                                    "range": [
                                      11728,
                                      11741
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 260,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 260,
                                        "column": 77
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  11672,
                                  11742
                                ],
                                "loc": {
                                  "start": {
                                    "line": 260,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 260,
                                    "column": 78
                                  }
                                }
                              },
                              "range": [
                                11672,
                                11743
                              ],
                              "loc": {
                                "start": {
                                  "line": 260,
                                  "column": 8
                                },
                                "end": {
                                  "line": 260,
                                  "column": 79
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        11752,
                                        11771
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 261,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 261,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            11772,
                                            11774
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 261,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 261,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            11775,
                                            11788
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 261,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 261,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          11772,
                                          11788
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 261,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 261,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11752,
                                      11789
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 261,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 261,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      11790,
                                      11794
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 261,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 261,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    11752,
                                    11794
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 261,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 261,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      11795,
                                      11801
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 261,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 261,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  11752,
                                  11802
                                ],
                                "loc": {
                                  "start": {
                                    "line": 261,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 261,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                11752,
                                11803
                              ],
                              "loc": {
                                "start": {
                                  "line": 261,
                                  "column": 8
                                },
                                "end": {
                                  "line": 261,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        11812,
                                        11831
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 262,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 262,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            11832,
                                            11834
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            11835,
                                            11848
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          11832,
                                          11848
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 262,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 262,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11812,
                                      11849
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 262,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 262,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      11850,
                                      11854
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 262,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 262,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    11812,
                                    11854
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 262,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 262,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      11855,
                                      11861
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 262,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 262,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  11812,
                                  11862
                                ],
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                11812,
                                11863
                              ],
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 8
                                },
                                "end": {
                                  "line": 262,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            11383,
                            11869
                          ],
                          "loc": {
                            "start": {
                              "line": 253,
                              "column": 54
                            },
                            "end": {
                              "line": 263,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          11371,
                          11869
                        ],
                        "loc": {
                          "start": {
                            "line": 253,
                            "column": 42
                          },
                          "end": {
                            "line": 263,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      11333,
                      11870
                    ],
                    "loc": {
                      "start": {
                        "line": 253,
                        "column": 4
                      },
                      "end": {
                        "line": 263,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 735,
                    "_esdocTestName": "it735"
                  },
                  "range": [
                    11333,
                    11871
                  ],
                  "loc": {
                    "start": {
                      "line": 253,
                      "column": 4
                    },
                    "end": {
                      "line": 263,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        11876,
                        11878
                      ],
                      "loc": {
                        "start": {
                          "line": 264,
                          "column": 4
                        },
                        "end": {
                          "line": 264,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should handle throw after complete left",
                        "raw": "'should handle throw after complete left'",
                        "range": [
                          11879,
                          11920
                        ],
                        "loc": {
                          "start": {
                            "line": 264,
                            "column": 7
                          },
                          "end": {
                            "line": 264,
                            "column": 48
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "left",
                                    "range": [
                                      11948,
                                      11952
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 265,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 265,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        11955,
                                        11958
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 265,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 265,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--a--^--b---|",
                                        "raw": "'--a--^--b---|'",
                                        "range": [
                                          11959,
                                          11974
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 265,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 265,
                                            "column": 38
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                11978,
                                                11979
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 265,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 265,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 1,
                                              "raw": "1",
                                              "range": [
                                                11981,
                                                11982
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 265,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 265,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              11978,
                                              11982
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 265,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 265,
                                                "column": 46
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                11984,
                                                11985
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 265,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 265,
                                                  "column": 49
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 2,
                                              "raw": "2",
                                              "range": [
                                                11987,
                                                11988
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 265,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 265,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              11984,
                                              11988
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 265,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 265,
                                                "column": 52
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          11976,
                                          11990
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 265,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 265,
                                            "column": 54
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      11955,
                                      11991
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 265,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 265,
                                        "column": 55
                                      }
                                    }
                                  },
                                  "range": [
                                    11948,
                                    11991
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 265,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 265,
                                      "column": 55
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                11944,
                                11992
                              ],
                              "loc": {
                                "start": {
                                  "line": 265,
                                  "column": 8
                                },
                                "end": {
                                  "line": 265,
                                  "column": 56
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "leftSubs",
                                    "range": [
                                      12005,
                                      12013
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 266,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^      !",
                                    "raw": "'^      !'",
                                    "range": [
                                      12016,
                                      12026
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 266,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    12005,
                                    12026
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 266,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 266,
                                      "column": 33
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                12001,
                                12027
                              ],
                              "loc": {
                                "start": {
                                  "line": 266,
                                  "column": 8
                                },
                                "end": {
                                  "line": 266,
                                  "column": 34
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "right",
                                    "range": [
                                      12040,
                                      12045
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 267,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 267,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        12048,
                                        12051
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 267,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 267,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-----^--------#",
                                        "raw": "'-----^--------#'",
                                        "range": [
                                          12052,
                                          12069
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 267,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 267,
                                            "column": 41
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          12071,
                                          12075
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 267,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 267,
                                            "column": 47
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "bad things",
                                        "raw": "'bad things'",
                                        "range": [
                                          12077,
                                          12089
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 267,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 267,
                                            "column": 61
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      12048,
                                      12090
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 267,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 267,
                                        "column": 62
                                      }
                                    }
                                  },
                                  "range": [
                                    12040,
                                    12090
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 267,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 267,
                                      "column": 62
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                12036,
                                12091
                              ],
                              "loc": {
                                "start": {
                                  "line": 267,
                                  "column": 8
                                },
                                "end": {
                                  "line": 267,
                                  "column": 63
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "rightSubs",
                                    "range": [
                                      12104,
                                      12113
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 268,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 268,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^        !",
                                    "raw": "'^        !'",
                                    "range": [
                                      12116,
                                      12128
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 268,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 268,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    12104,
                                    12128
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 268,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 268,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                12100,
                                12129
                              ],
                              "loc": {
                                "start": {
                                  "line": 268,
                                  "column": 8
                                },
                                "end": {
                                  "line": 268,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      12142,
                                      12150
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 269,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 269,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "---------#",
                                    "raw": "'---------#'",
                                    "range": [
                                      12153,
                                      12165
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 269,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 269,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "range": [
                                    12142,
                                    12165
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 269,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 269,
                                      "column": 35
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                12138,
                                12166
                              ],
                              "loc": {
                                "start": {
                                  "line": 269,
                                  "column": 8
                                },
                                "end": {
                                  "line": 269,
                                  "column": 36
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      12179,
                                      12185
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 270,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 270,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "left",
                                        "range": [
                                          12188,
                                          12192
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          12193,
                                          12206
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        12188,
                                        12206
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 270,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 270,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "right",
                                        "range": [
                                          12207,
                                          12212
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 45
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              12224,
                                              12225
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 270,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 270,
                                                "column": 58
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              12227,
                                              12228
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 270,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 270,
                                                "column": 61
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    12239,
                                                    12240
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 270,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 270,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    12243,
                                                    12244
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 270,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 270,
                                                      "column": 77
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  12239,
                                                  12244
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 270,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 270,
                                                    "column": 77
                                                  }
                                                }
                                              },
                                              "range": [
                                                12232,
                                                12245
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 270,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 270,
                                                  "column": 78
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            12230,
                                            12247
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 270,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 270,
                                              "column": 80
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          12214,
                                          12247
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 80
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      12188,
                                      12248
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 270,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 270,
                                        "column": 81
                                      }
                                    }
                                  },
                                  "range": [
                                    12179,
                                    12248
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 270,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 270,
                                      "column": 81
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                12175,
                                12249
                              ],
                              "loc": {
                                "start": {
                                  "line": 270,
                                  "column": 8
                                },
                                "end": {
                                  "line": 270,
                                  "column": 82
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        12258,
                                        12274
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 271,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          12275,
                                          12281
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 271,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 271,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      12258,
                                      12282
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      12283,
                                      12287
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    12258,
                                    12287
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 271,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 271,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      12288,
                                      12296
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      12298,
                                      12302
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "bad things",
                                    "raw": "'bad things'",
                                    "range": [
                                      12304,
                                      12316
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 66
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  12258,
                                  12317
                                ],
                                "loc": {
                                  "start": {
                                    "line": 271,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 271,
                                    "column": 67
                                  }
                                }
                              },
                              "range": [
                                12258,
                                12318
                              ],
                              "loc": {
                                "start": {
                                  "line": 271,
                                  "column": 8
                                },
                                "end": {
                                  "line": 271,
                                  "column": 68
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        12327,
                                        12346
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 272,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 272,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "left",
                                          "range": [
                                            12347,
                                            12351
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 272,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 272,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            12352,
                                            12365
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 272,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 272,
                                              "column": 46
                                            }
                                          }
                                        },
                                        "range": [
                                          12347,
                                          12365
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 272,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 272,
                                            "column": 46
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      12327,
                                      12366
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 272,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 272,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      12367,
                                      12371
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 272,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 272,
                                        "column": 52
                                      }
                                    }
                                  },
                                  "range": [
                                    12327,
                                    12371
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 272,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 272,
                                      "column": 52
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "leftSubs",
                                    "range": [
                                      12372,
                                      12380
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 272,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 272,
                                        "column": 61
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  12327,
                                  12381
                                ],
                                "loc": {
                                  "start": {
                                    "line": 272,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 272,
                                    "column": 62
                                  }
                                }
                              },
                              "range": [
                                12327,
                                12382
                              ],
                              "loc": {
                                "start": {
                                  "line": 272,
                                  "column": 8
                                },
                                "end": {
                                  "line": 272,
                                  "column": 63
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        12391,
                                        12410
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 273,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 273,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "right",
                                          "range": [
                                            12411,
                                            12416
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 273,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 273,
                                              "column": 33
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            12417,
                                            12430
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 273,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 273,
                                              "column": 47
                                            }
                                          }
                                        },
                                        "range": [
                                          12411,
                                          12430
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 273,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 273,
                                            "column": 47
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      12391,
                                      12431
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 273,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 273,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      12432,
                                      12436
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 273,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 273,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "range": [
                                    12391,
                                    12436
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 273,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 273,
                                      "column": 53
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "rightSubs",
                                    "range": [
                                      12437,
                                      12446
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 273,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 273,
                                        "column": 63
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  12391,
                                  12447
                                ],
                                "loc": {
                                  "start": {
                                    "line": 273,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 273,
                                    "column": 64
                                  }
                                }
                              },
                              "range": [
                                12391,
                                12448
                              ],
                              "loc": {
                                "start": {
                                  "line": 273,
                                  "column": 8
                                },
                                "end": {
                                  "line": 273,
                                  "column": 65
                                }
                              }
                            }
                          ],
                          "range": [
                            11934,
                            12454
                          ],
                          "loc": {
                            "start": {
                              "line": 264,
                              "column": 62
                            },
                            "end": {
                              "line": 274,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          11922,
                          12454
                        ],
                        "loc": {
                          "start": {
                            "line": 264,
                            "column": 50
                          },
                          "end": {
                            "line": 274,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      11876,
                      12455
                    ],
                    "loc": {
                      "start": {
                        "line": 264,
                        "column": 4
                      },
                      "end": {
                        "line": 274,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 736,
                    "_esdocTestName": "it736"
                  },
                  "range": [
                    11876,
                    12456
                  ],
                  "loc": {
                    "start": {
                      "line": 264,
                      "column": 4
                    },
                    "end": {
                      "line": 274,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        12461,
                        12463
                      ],
                      "loc": {
                        "start": {
                          "line": 275,
                          "column": 4
                        },
                        "end": {
                          "line": 275,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should handle throw after complete right",
                        "raw": "'should handle throw after complete right'",
                        "range": [
                          12464,
                          12506
                        ],
                        "loc": {
                          "start": {
                            "line": 275,
                            "column": 7
                          },
                          "end": {
                            "line": 275,
                            "column": 49
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "left",
                                    "range": [
                                      12534,
                                      12538
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 276,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 276,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        12541,
                                        12544
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 276,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 276,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-----^--------#",
                                        "raw": "'-----^--------#'",
                                        "range": [
                                          12545,
                                          12562
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 276,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 276,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": null,
                                        "raw": "null",
                                        "range": [
                                          12564,
                                          12568
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 276,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 276,
                                            "column": 46
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "bad things",
                                        "raw": "'bad things'",
                                        "range": [
                                          12570,
                                          12582
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 276,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 276,
                                            "column": 60
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      12541,
                                      12583
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 276,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 276,
                                        "column": 61
                                      }
                                    }
                                  },
                                  "range": [
                                    12534,
                                    12583
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 276,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 276,
                                      "column": 61
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                12530,
                                12584
                              ],
                              "loc": {
                                "start": {
                                  "line": 276,
                                  "column": 8
                                },
                                "end": {
                                  "line": 276,
                                  "column": 62
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "leftSubs",
                                    "range": [
                                      12597,
                                      12605
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 277,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 277,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^        !",
                                    "raw": "'^        !'",
                                    "range": [
                                      12608,
                                      12620
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 277,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 277,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "range": [
                                    12597,
                                    12620
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 277,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 277,
                                      "column": 35
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                12593,
                                12621
                              ],
                              "loc": {
                                "start": {
                                  "line": 277,
                                  "column": 8
                                },
                                "end": {
                                  "line": 277,
                                  "column": 36
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "right",
                                    "range": [
                                      12634,
                                      12639
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 278,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 278,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        12642,
                                        12645
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 278,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 278,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--a--^--b---|",
                                        "raw": "'--a--^--b---|'",
                                        "range": [
                                          12646,
                                          12661
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 278,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 278,
                                            "column": 39
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                12665,
                                                12666
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 278,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 278,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 1,
                                              "raw": "1",
                                              "range": [
                                                12668,
                                                12669
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 278,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 278,
                                                  "column": 47
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              12665,
                                              12669
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 278,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 278,
                                                "column": 47
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                12671,
                                                12672
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 278,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 278,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 2,
                                              "raw": "2",
                                              "range": [
                                                12674,
                                                12675
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 278,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 278,
                                                  "column": 53
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              12671,
                                              12675
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 278,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 278,
                                                "column": 53
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          12663,
                                          12677
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 278,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 278,
                                            "column": 55
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      12642,
                                      12678
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 278,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 278,
                                        "column": 56
                                      }
                                    }
                                  },
                                  "range": [
                                    12634,
                                    12678
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 278,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 278,
                                      "column": 56
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                12630,
                                12679
                              ],
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 8
                                },
                                "end": {
                                  "line": 278,
                                  "column": 57
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "rightSubs",
                                    "range": [
                                      12692,
                                      12701
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 279,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 279,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^      !",
                                    "raw": "'^      !'",
                                    "range": [
                                      12704,
                                      12714
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 279,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 279,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    12692,
                                    12714
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 279,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 279,
                                      "column": 34
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                12688,
                                12715
                              ],
                              "loc": {
                                "start": {
                                  "line": 279,
                                  "column": 8
                                },
                                "end": {
                                  "line": 279,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      12728,
                                      12736
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 280,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 280,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "---------#",
                                    "raw": "'---------#'",
                                    "range": [
                                      12739,
                                      12751
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 280,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 280,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "range": [
                                    12728,
                                    12751
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 280,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 280,
                                      "column": 35
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                12724,
                                12752
                              ],
                              "loc": {
                                "start": {
                                  "line": 280,
                                  "column": 8
                                },
                                "end": {
                                  "line": 280,
                                  "column": 36
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      12765,
                                      12771
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 281,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 281,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "left",
                                        "range": [
                                          12774,
                                          12778
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 281,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 281,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          12779,
                                          12792
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 281,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 281,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        12774,
                                        12792
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 281,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 281,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "right",
                                        "range": [
                                          12793,
                                          12798
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 281,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 281,
                                            "column": 45
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              12810,
                                              12811
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 281,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 281,
                                                "column": 58
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              12813,
                                              12814
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 281,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 281,
                                                "column": 61
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    12825,
                                                    12826
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 281,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 281,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    12829,
                                                    12830
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 281,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 281,
                                                      "column": 77
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  12825,
                                                  12830
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 281,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 281,
                                                    "column": 77
                                                  }
                                                }
                                              },
                                              "range": [
                                                12818,
                                                12831
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 281,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 281,
                                                  "column": 78
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            12816,
                                            12833
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 281,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 281,
                                              "column": 80
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          12800,
                                          12833
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 281,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 281,
                                            "column": 80
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      12774,
                                      12834
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 281,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 281,
                                        "column": 81
                                      }
                                    }
                                  },
                                  "range": [
                                    12765,
                                    12834
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 281,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 281,
                                      "column": 81
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                12761,
                                12835
                              ],
                              "loc": {
                                "start": {
                                  "line": 281,
                                  "column": 8
                                },
                                "end": {
                                  "line": 281,
                                  "column": 82
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        12844,
                                        12860
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 282,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 282,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          12861,
                                          12867
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 282,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 282,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      12844,
                                      12868
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 282,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 282,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      12869,
                                      12873
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 282,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 282,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    12844,
                                    12873
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 282,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 282,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      12874,
                                      12882
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 282,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 282,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      12884,
                                      12888
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 282,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 282,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "bad things",
                                    "raw": "'bad things'",
                                    "range": [
                                      12890,
                                      12902
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 282,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 282,
                                        "column": 66
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  12844,
                                  12903
                                ],
                                "loc": {
                                  "start": {
                                    "line": 282,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 282,
                                    "column": 67
                                  }
                                }
                              },
                              "range": [
                                12844,
                                12904
                              ],
                              "loc": {
                                "start": {
                                  "line": 282,
                                  "column": 8
                                },
                                "end": {
                                  "line": 282,
                                  "column": 68
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        12913,
                                        12932
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 283,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 283,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "left",
                                          "range": [
                                            12933,
                                            12937
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 283,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 283,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            12938,
                                            12951
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 283,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 283,
                                              "column": 46
                                            }
                                          }
                                        },
                                        "range": [
                                          12933,
                                          12951
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 283,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 283,
                                            "column": 46
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      12913,
                                      12952
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 283,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 283,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      12953,
                                      12957
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 283,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 283,
                                        "column": 52
                                      }
                                    }
                                  },
                                  "range": [
                                    12913,
                                    12957
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 283,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 283,
                                      "column": 52
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "leftSubs",
                                    "range": [
                                      12958,
                                      12966
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 283,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 283,
                                        "column": 61
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  12913,
                                  12967
                                ],
                                "loc": {
                                  "start": {
                                    "line": 283,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 283,
                                    "column": 62
                                  }
                                }
                              },
                              "range": [
                                12913,
                                12968
                              ],
                              "loc": {
                                "start": {
                                  "line": 283,
                                  "column": 8
                                },
                                "end": {
                                  "line": 283,
                                  "column": 63
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        12977,
                                        12996
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 284,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 284,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "right",
                                          "range": [
                                            12997,
                                            13002
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 284,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 284,
                                              "column": 33
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            13003,
                                            13016
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 284,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 284,
                                              "column": 47
                                            }
                                          }
                                        },
                                        "range": [
                                          12997,
                                          13016
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 284,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 284,
                                            "column": 47
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      12977,
                                      13017
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 284,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      13018,
                                      13022
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 284,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "range": [
                                    12977,
                                    13022
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 284,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 284,
                                      "column": 53
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "rightSubs",
                                    "range": [
                                      13023,
                                      13032
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 284,
                                        "column": 63
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  12977,
                                  13033
                                ],
                                "loc": {
                                  "start": {
                                    "line": 284,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 284,
                                    "column": 64
                                  }
                                }
                              },
                              "range": [
                                12977,
                                13034
                              ],
                              "loc": {
                                "start": {
                                  "line": 284,
                                  "column": 8
                                },
                                "end": {
                                  "line": 284,
                                  "column": 65
                                }
                              }
                            }
                          ],
                          "range": [
                            12520,
                            13040
                          ],
                          "loc": {
                            "start": {
                              "line": 275,
                              "column": 63
                            },
                            "end": {
                              "line": 285,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          12508,
                          13040
                        ],
                        "loc": {
                          "start": {
                            "line": 275,
                            "column": 51
                          },
                          "end": {
                            "line": 285,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      12461,
                      13041
                    ],
                    "loc": {
                      "start": {
                        "line": 275,
                        "column": 4
                      },
                      "end": {
                        "line": 285,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 737,
                    "_esdocTestName": "it737"
                  },
                  "range": [
                    12461,
                    13042
                  ],
                  "loc": {
                    "start": {
                      "line": 275,
                      "column": 4
                    },
                    "end": {
                      "line": 285,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        13047,
                        13049
                      ],
                      "loc": {
                        "start": {
                          "line": 286,
                          "column": 4
                        },
                        "end": {
                          "line": 286,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should handle interleaved with tail",
                        "raw": "'should handle interleaved with tail'",
                        "range": [
                          13050,
                          13087
                        ],
                        "loc": {
                          "start": {
                            "line": 286,
                            "column": 7
                          },
                          "end": {
                            "line": 286,
                            "column": 44
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      13115,
                                      13117
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 287,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 287,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        13120,
                                        13123
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 287,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 287,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-a--^--b---c---|",
                                        "raw": "'-a--^--b---c---|'",
                                        "range": [
                                          13124,
                                          13142
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 287,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 287,
                                            "column": 39
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                13146,
                                                13147
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 287,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 287,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "a",
                                              "raw": "'a'",
                                              "range": [
                                                13149,
                                                13152
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 287,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 287,
                                                  "column": 49
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              13146,
                                              13152
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 287,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 287,
                                                "column": 49
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                13154,
                                                13155
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 287,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 287,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "b",
                                              "raw": "'b'",
                                              "range": [
                                                13157,
                                                13160
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 287,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 287,
                                                  "column": 57
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              13154,
                                              13160
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 287,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 287,
                                                "column": 57
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "c",
                                              "range": [
                                                13162,
                                                13163
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 287,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 287,
                                                  "column": 60
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "c",
                                              "raw": "'c'",
                                              "range": [
                                                13165,
                                                13168
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 287,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 287,
                                                  "column": 65
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              13162,
                                              13168
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 287,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 287,
                                                "column": 65
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          13144,
                                          13170
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 287,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 287,
                                            "column": 67
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      13120,
                                      13171
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 287,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 287,
                                        "column": 68
                                      }
                                    }
                                  },
                                  "range": [
                                    13115,
                                    13171
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 287,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 287,
                                      "column": 68
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                13111,
                                13172
                              ],
                              "loc": {
                                "start": {
                                  "line": 287,
                                  "column": 8
                                },
                                "end": {
                                  "line": 287,
                                  "column": 69
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      13185,
                                      13191
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 288,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 288,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^          !",
                                    "raw": "'^          !'",
                                    "range": [
                                      13194,
                                      13208
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 288,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 288,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "range": [
                                    13185,
                                    13208
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 288,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 288,
                                      "column": 35
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                13181,
                                13209
                              ],
                              "loc": {
                                "start": {
                                  "line": 288,
                                  "column": 8
                                },
                                "end": {
                                  "line": 288,
                                  "column": 36
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      13222,
                                      13224
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 289,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 289,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        13227,
                                        13230
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 289,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 289,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--d-^----e---f--|",
                                        "raw": "'--d-^----e---f--|'",
                                        "range": [
                                          13231,
                                          13250
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 289,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 289,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "d",
                                              "range": [
                                                13254,
                                                13255
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 289,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 289,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "d",
                                              "raw": "'d'",
                                              "range": [
                                                13257,
                                                13260
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 289,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 289,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              13254,
                                              13260
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 289,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 289,
                                                "column": 50
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "e",
                                              "range": [
                                                13262,
                                                13263
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 289,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 289,
                                                  "column": 53
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "e",
                                              "raw": "'e'",
                                              "range": [
                                                13265,
                                                13268
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 289,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 289,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              13262,
                                              13268
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 289,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 289,
                                                "column": 58
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "f",
                                              "range": [
                                                13270,
                                                13271
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 289,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 289,
                                                  "column": 61
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "f",
                                              "raw": "'f'",
                                              "range": [
                                                13273,
                                                13276
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 289,
                                                  "column": 63
                                                },
                                                "end": {
                                                  "line": 289,
                                                  "column": 66
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              13270,
                                              13276
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 289,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 289,
                                                "column": 66
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          13252,
                                          13278
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 289,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 289,
                                            "column": 68
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      13227,
                                      13279
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 289,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 289,
                                        "column": 69
                                      }
                                    }
                                  },
                                  "range": [
                                    13222,
                                    13279
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 289,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 289,
                                      "column": 69
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                13218,
                                13280
                              ],
                              "loc": {
                                "start": {
                                  "line": 289,
                                  "column": 8
                                },
                                "end": {
                                  "line": 289,
                                  "column": 70
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      13293,
                                      13299
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 290,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 290,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^           !",
                                    "raw": "'^           !'",
                                    "range": [
                                      13302,
                                      13317
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 290,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 290,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    13293,
                                    13317
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 290,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 290,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                13289,
                                13318
                              ],
                              "loc": {
                                "start": {
                                  "line": 290,
                                  "column": 8
                                },
                                "end": {
                                  "line": 290,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      13331,
                                      13339
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 291,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 291,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "-----x-y-z--|",
                                    "raw": "'-----x-y-z--|'",
                                    "range": [
                                      13342,
                                      13357
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 291,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 291,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    13331,
                                    13357
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 291,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 291,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                13327,
                                13358
                              ],
                              "loc": {
                                "start": {
                                  "line": 291,
                                  "column": 8
                                },
                                "end": {
                                  "line": 291,
                                  "column": 39
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      13371,
                                      13377
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 292,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 292,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          13380,
                                          13382
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 292,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 292,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          13383,
                                          13396
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 292,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 292,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        13380,
                                        13396
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 292,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 292,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          13397,
                                          13399
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 292,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 292,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              13411,
                                              13412
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 292,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 292,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              13414,
                                              13415
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 292,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 292,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    13426,
                                                    13427
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 292,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 292,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    13430,
                                                    13431
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 292,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 292,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  13426,
                                                  13431
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 292,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 292,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                13419,
                                                13432
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 292,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 292,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            13417,
                                            13434
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 292,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 292,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          13401,
                                          13434
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 292,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 292,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      13380,
                                      13435
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 292,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 292,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    13371,
                                    13435
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 292,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 292,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                13367,
                                13436
                              ],
                              "loc": {
                                "start": {
                                  "line": 292,
                                  "column": 8
                                },
                                "end": {
                                  "line": 292,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        13445,
                                        13461
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 293,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 293,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          13462,
                                          13468
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 293,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 293,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      13445,
                                      13469
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 293,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 293,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      13470,
                                      13474
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 293,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 293,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    13445,
                                    13474
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 293,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 293,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      13475,
                                      13483
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 293,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 293,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "x",
                                          "range": [
                                            13487,
                                            13488
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 293,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 293,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "be",
                                          "raw": "'be'",
                                          "range": [
                                            13490,
                                            13494
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 293,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 293,
                                              "column": 57
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          13487,
                                          13494
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 293,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 293,
                                            "column": 57
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            13496,
                                            13497
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 293,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 293,
                                              "column": 60
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "ce",
                                          "raw": "'ce'",
                                          "range": [
                                            13499,
                                            13503
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 293,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 293,
                                              "column": 66
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          13496,
                                          13503
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 293,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 293,
                                            "column": 66
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "z",
                                          "range": [
                                            13505,
                                            13506
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 293,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 293,
                                              "column": 69
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cf",
                                          "raw": "'cf'",
                                          "range": [
                                            13508,
                                            13512
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 293,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 293,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          13505,
                                          13512
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 293,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 293,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      13485,
                                      13514
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 293,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 293,
                                        "column": 77
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  13445,
                                  13515
                                ],
                                "loc": {
                                  "start": {
                                    "line": 293,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 293,
                                    "column": 78
                                  }
                                }
                              },
                              "range": [
                                13445,
                                13516
                              ],
                              "loc": {
                                "start": {
                                  "line": 293,
                                  "column": 8
                                },
                                "end": {
                                  "line": 293,
                                  "column": 79
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        13525,
                                        13544
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 294,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 294,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            13545,
                                            13547
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 294,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 294,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            13548,
                                            13561
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 294,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 294,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          13545,
                                          13561
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 294,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 294,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      13525,
                                      13562
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 294,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 294,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      13563,
                                      13567
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 294,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 294,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    13525,
                                    13567
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 294,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 294,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      13568,
                                      13574
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 294,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 294,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  13525,
                                  13575
                                ],
                                "loc": {
                                  "start": {
                                    "line": 294,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 294,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                13525,
                                13576
                              ],
                              "loc": {
                                "start": {
                                  "line": 294,
                                  "column": 8
                                },
                                "end": {
                                  "line": 294,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        13585,
                                        13604
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 295,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 295,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            13605,
                                            13607
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 295,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 295,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            13608,
                                            13621
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 295,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 295,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          13605,
                                          13621
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 295,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 295,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      13585,
                                      13622
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 295,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 295,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      13623,
                                      13627
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 295,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 295,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    13585,
                                    13627
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 295,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 295,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      13628,
                                      13634
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 295,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 295,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  13585,
                                  13635
                                ],
                                "loc": {
                                  "start": {
                                    "line": 295,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 295,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                13585,
                                13636
                              ],
                              "loc": {
                                "start": {
                                  "line": 295,
                                  "column": 8
                                },
                                "end": {
                                  "line": 295,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            13101,
                            13642
                          ],
                          "loc": {
                            "start": {
                              "line": 286,
                              "column": 58
                            },
                            "end": {
                              "line": 296,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          13089,
                          13642
                        ],
                        "loc": {
                          "start": {
                            "line": 286,
                            "column": 46
                          },
                          "end": {
                            "line": 296,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      13047,
                      13643
                    ],
                    "loc": {
                      "start": {
                        "line": 286,
                        "column": 4
                      },
                      "end": {
                        "line": 296,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 738,
                    "_esdocTestName": "it738"
                  },
                  "range": [
                    13047,
                    13644
                  ],
                  "loc": {
                    "start": {
                      "line": 286,
                      "column": 4
                    },
                    "end": {
                      "line": 296,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        13649,
                        13651
                      ],
                      "loc": {
                        "start": {
                          "line": 297,
                          "column": 4
                        },
                        "end": {
                          "line": 297,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should handle two consecutive hot observables",
                        "raw": "'should handle two consecutive hot observables'",
                        "range": [
                          13652,
                          13699
                        ],
                        "loc": {
                          "start": {
                            "line": 297,
                            "column": 7
                          },
                          "end": {
                            "line": 297,
                            "column": 54
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      13727,
                                      13729
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 298,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 298,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        13732,
                                        13735
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 298,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 298,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--a--^--b--c--|",
                                        "raw": "'--a--^--b--c--|'",
                                        "range": [
                                          13736,
                                          13753
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 298,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 298,
                                            "column": 38
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                13757,
                                                13758
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 298,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 298,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "a",
                                              "raw": "'a'",
                                              "range": [
                                                13760,
                                                13763
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 298,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 298,
                                                  "column": 48
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              13757,
                                              13763
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 298,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 298,
                                                "column": 48
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                13765,
                                                13766
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 298,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 298,
                                                  "column": 51
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "b",
                                              "raw": "'b'",
                                              "range": [
                                                13768,
                                                13771
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 298,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 298,
                                                  "column": 56
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              13765,
                                              13771
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 298,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 298,
                                                "column": 56
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "c",
                                              "range": [
                                                13773,
                                                13774
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 298,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 298,
                                                  "column": 59
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "c",
                                              "raw": "'c'",
                                              "range": [
                                                13776,
                                                13779
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 298,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 298,
                                                  "column": 64
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              13773,
                                              13779
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 298,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 298,
                                                "column": 64
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          13755,
                                          13781
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 298,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 298,
                                            "column": 66
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      13732,
                                      13782
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 298,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 298,
                                        "column": 67
                                      }
                                    }
                                  },
                                  "range": [
                                    13727,
                                    13782
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 298,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 298,
                                      "column": 67
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                13723,
                                13783
                              ],
                              "loc": {
                                "start": {
                                  "line": 298,
                                  "column": 8
                                },
                                "end": {
                                  "line": 298,
                                  "column": 68
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      13796,
                                      13802
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 299,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 299,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^        !",
                                    "raw": "'^        !'",
                                    "range": [
                                      13805,
                                      13817
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 299,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 299,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    13796,
                                    13817
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 299,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 299,
                                      "column": 33
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                13792,
                                13818
                              ],
                              "loc": {
                                "start": {
                                  "line": 299,
                                  "column": 8
                                },
                                "end": {
                                  "line": 299,
                                  "column": 34
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      13831,
                                      13833
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 300,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 300,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        13836,
                                        13839
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 300,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 300,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-----^----------d--e--f--|",
                                        "raw": "'-----^----------d--e--f--|'",
                                        "range": [
                                          13840,
                                          13868
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 300,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 300,
                                            "column": 49
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "d",
                                              "range": [
                                                13872,
                                                13873
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 300,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 300,
                                                  "column": 54
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "d",
                                              "raw": "'d'",
                                              "range": [
                                                13875,
                                                13878
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 300,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 300,
                                                  "column": 59
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              13872,
                                              13878
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 300,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 300,
                                                "column": 59
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "e",
                                              "range": [
                                                13880,
                                                13881
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 300,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 300,
                                                  "column": 62
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "e",
                                              "raw": "'e'",
                                              "range": [
                                                13883,
                                                13886
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 300,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 300,
                                                  "column": 67
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              13880,
                                              13886
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 300,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 300,
                                                "column": 67
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "f",
                                              "range": [
                                                13888,
                                                13889
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 300,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 300,
                                                  "column": 70
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "f",
                                              "raw": "'f'",
                                              "range": [
                                                13891,
                                                13894
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 300,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 300,
                                                  "column": 75
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              13888,
                                              13894
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 300,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 300,
                                                "column": 75
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          13870,
                                          13896
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 300,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 300,
                                            "column": 77
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      13836,
                                      13897
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 300,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 300,
                                        "column": 78
                                      }
                                    }
                                  },
                                  "range": [
                                    13831,
                                    13897
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 300,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 300,
                                      "column": 78
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                13827,
                                13898
                              ],
                              "loc": {
                                "start": {
                                  "line": 300,
                                  "column": 8
                                },
                                "end": {
                                  "line": 300,
                                  "column": 79
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      13911,
                                      13917
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 301,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 301,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^                   !",
                                    "raw": "'^                   !'",
                                    "range": [
                                      13920,
                                      13943
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 301,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 301,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    13911,
                                    13943
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 301,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 301,
                                      "column": 44
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                13907,
                                13944
                              ],
                              "loc": {
                                "start": {
                                  "line": 301,
                                  "column": 8
                                },
                                "end": {
                                  "line": 301,
                                  "column": 45
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      13957,
                                      13965
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 302,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 302,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "-----------x--y--z--|",
                                    "raw": "'-----------x--y--z--|'",
                                    "range": [
                                      13968,
                                      13991
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 302,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 302,
                                        "column": 46
                                      }
                                    }
                                  },
                                  "range": [
                                    13957,
                                    13991
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 302,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 302,
                                      "column": 46
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                13953,
                                13992
                              ],
                              "loc": {
                                "start": {
                                  "line": 302,
                                  "column": 8
                                },
                                "end": {
                                  "line": 302,
                                  "column": 47
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      14005,
                                      14011
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 303,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 303,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          14014,
                                          14016
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 303,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 303,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          14017,
                                          14030
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 303,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 303,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        14014,
                                        14030
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 303,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 303,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          14031,
                                          14033
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 303,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 303,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              14045,
                                              14046
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 303,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 303,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              14048,
                                              14049
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 303,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 303,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    14060,
                                                    14061
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 303,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 303,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    14064,
                                                    14065
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 303,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 303,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  14060,
                                                  14065
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 303,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 303,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                14053,
                                                14066
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 303,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 303,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            14051,
                                            14068
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 303,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 303,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          14035,
                                          14068
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 303,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 303,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      14014,
                                      14069
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 303,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 303,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    14005,
                                    14069
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 303,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 303,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                14001,
                                14070
                              ],
                              "loc": {
                                "start": {
                                  "line": 303,
                                  "column": 8
                                },
                                "end": {
                                  "line": 303,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        14079,
                                        14095
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 304,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 304,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          14096,
                                          14102
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 304,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 304,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      14079,
                                      14103
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 304,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 304,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      14104,
                                      14108
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 304,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 304,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    14079,
                                    14108
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 304,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 304,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      14109,
                                      14117
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 304,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 304,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "x",
                                          "range": [
                                            14121,
                                            14122
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 304,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 304,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cd",
                                          "raw": "'cd'",
                                          "range": [
                                            14124,
                                            14128
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 304,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 304,
                                              "column": 57
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          14121,
                                          14128
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 304,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 304,
                                            "column": 57
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            14130,
                                            14131
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 304,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 304,
                                              "column": 60
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "ce",
                                          "raw": "'ce'",
                                          "range": [
                                            14133,
                                            14137
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 304,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 304,
                                              "column": 66
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          14130,
                                          14137
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 304,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 304,
                                            "column": 66
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "z",
                                          "range": [
                                            14139,
                                            14140
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 304,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 304,
                                              "column": 69
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cf",
                                          "raw": "'cf'",
                                          "range": [
                                            14142,
                                            14146
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 304,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 304,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          14139,
                                          14146
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 304,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 304,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      14119,
                                      14148
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 304,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 304,
                                        "column": 77
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  14079,
                                  14149
                                ],
                                "loc": {
                                  "start": {
                                    "line": 304,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 304,
                                    "column": 78
                                  }
                                }
                              },
                              "range": [
                                14079,
                                14150
                              ],
                              "loc": {
                                "start": {
                                  "line": 304,
                                  "column": 8
                                },
                                "end": {
                                  "line": 304,
                                  "column": 79
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        14159,
                                        14178
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 305,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 305,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            14179,
                                            14181
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 305,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 305,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            14182,
                                            14195
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 305,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 305,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          14179,
                                          14195
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 305,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 305,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      14159,
                                      14196
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 305,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 305,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      14197,
                                      14201
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 305,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 305,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    14159,
                                    14201
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 305,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 305,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      14202,
                                      14208
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 305,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 305,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  14159,
                                  14209
                                ],
                                "loc": {
                                  "start": {
                                    "line": 305,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 305,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                14159,
                                14210
                              ],
                              "loc": {
                                "start": {
                                  "line": 305,
                                  "column": 8
                                },
                                "end": {
                                  "line": 305,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        14219,
                                        14238
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 306,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 306,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            14239,
                                            14241
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 306,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 306,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            14242,
                                            14255
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 306,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 306,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          14239,
                                          14255
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 306,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 306,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      14219,
                                      14256
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 306,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 306,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      14257,
                                      14261
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 306,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 306,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    14219,
                                    14261
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 306,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 306,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      14262,
                                      14268
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 306,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 306,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  14219,
                                  14269
                                ],
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                14219,
                                14270
                              ],
                              "loc": {
                                "start": {
                                  "line": 306,
                                  "column": 8
                                },
                                "end": {
                                  "line": 306,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            13713,
                            14276
                          ],
                          "loc": {
                            "start": {
                              "line": 297,
                              "column": 68
                            },
                            "end": {
                              "line": 307,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          13701,
                          14276
                        ],
                        "loc": {
                          "start": {
                            "line": 297,
                            "column": 56
                          },
                          "end": {
                            "line": 307,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      13649,
                      14277
                    ],
                    "loc": {
                      "start": {
                        "line": 297,
                        "column": 4
                      },
                      "end": {
                        "line": 307,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 739,
                    "_esdocTestName": "it739"
                  },
                  "range": [
                    13649,
                    14278
                  ],
                  "loc": {
                    "start": {
                      "line": 297,
                      "column": 4
                    },
                    "end": {
                      "line": 307,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        14283,
                        14285
                      ],
                      "loc": {
                        "start": {
                          "line": 308,
                          "column": 4
                        },
                        "end": {
                          "line": 308,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should handle two consecutive hot observables with error left",
                        "raw": "'should handle two consecutive hot observables with error left'",
                        "range": [
                          14286,
                          14349
                        ],
                        "loc": {
                          "start": {
                            "line": 308,
                            "column": 7
                          },
                          "end": {
                            "line": 308,
                            "column": 70
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "left",
                                    "range": [
                                      14377,
                                      14381
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 309,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 309,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        14384,
                                        14387
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 309,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 309,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--a--^--b--c--#",
                                        "raw": "'--a--^--b--c--#'",
                                        "range": [
                                          14388,
                                          14405
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 309,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 309,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                14409,
                                                14410
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 309,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 309,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "a",
                                              "raw": "'a'",
                                              "range": [
                                                14412,
                                                14415
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 309,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 309,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              14409,
                                              14415
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 309,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 309,
                                                "column": 50
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                14417,
                                                14418
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 309,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 309,
                                                  "column": 53
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "b",
                                              "raw": "'b'",
                                              "range": [
                                                14420,
                                                14423
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 309,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 309,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              14417,
                                              14423
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 309,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 309,
                                                "column": 58
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "c",
                                              "range": [
                                                14425,
                                                14426
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 309,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 309,
                                                  "column": 61
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "c",
                                              "raw": "'c'",
                                              "range": [
                                                14428,
                                                14431
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 309,
                                                  "column": 63
                                                },
                                                "end": {
                                                  "line": 309,
                                                  "column": 66
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              14425,
                                              14431
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 309,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 309,
                                                "column": 66
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          14407,
                                          14433
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 309,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 309,
                                            "column": 68
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "jenga",
                                        "raw": "'jenga'",
                                        "range": [
                                          14435,
                                          14442
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 309,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 309,
                                            "column": 77
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      14384,
                                      14443
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 309,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 309,
                                        "column": 78
                                      }
                                    }
                                  },
                                  "range": [
                                    14377,
                                    14443
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 309,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 309,
                                      "column": 78
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                14373,
                                14444
                              ],
                              "loc": {
                                "start": {
                                  "line": 309,
                                  "column": 8
                                },
                                "end": {
                                  "line": 309,
                                  "column": 79
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "leftSubs",
                                    "range": [
                                      14457,
                                      14465
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 310,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 310,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^        !",
                                    "raw": "'^        !'",
                                    "range": [
                                      14468,
                                      14480
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 310,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 310,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "range": [
                                    14457,
                                    14480
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 310,
                                      "column": 35
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                14453,
                                14481
                              ],
                              "loc": {
                                "start": {
                                  "line": 310,
                                  "column": 8
                                },
                                "end": {
                                  "line": 310,
                                  "column": 36
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "right",
                                    "range": [
                                      14494,
                                      14499
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 311,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 311,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        14502,
                                        14505
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 311,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 311,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-----^----------d--e--f--|",
                                        "raw": "'-----^----------d--e--f--|'",
                                        "range": [
                                          14506,
                                          14534
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 311,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 311,
                                            "column": 52
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "d",
                                              "range": [
                                                14538,
                                                14539
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 311,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 311,
                                                  "column": 57
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "d",
                                              "raw": "'d'",
                                              "range": [
                                                14541,
                                                14544
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 311,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 311,
                                                  "column": 62
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              14538,
                                              14544
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 311,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 311,
                                                "column": 62
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "e",
                                              "range": [
                                                14546,
                                                14547
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 311,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 311,
                                                  "column": 65
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "e",
                                              "raw": "'e'",
                                              "range": [
                                                14549,
                                                14552
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 311,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 311,
                                                  "column": 70
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              14546,
                                              14552
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 311,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 311,
                                                "column": 70
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "f",
                                              "range": [
                                                14554,
                                                14555
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 311,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 311,
                                                  "column": 73
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "f",
                                              "raw": "'f'",
                                              "range": [
                                                14557,
                                                14560
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 311,
                                                  "column": 75
                                                },
                                                "end": {
                                                  "line": 311,
                                                  "column": 78
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              14554,
                                              14560
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 311,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 311,
                                                "column": 78
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          14536,
                                          14562
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 311,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 311,
                                            "column": 80
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      14502,
                                      14563
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 311,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 311,
                                        "column": 81
                                      }
                                    }
                                  },
                                  "range": [
                                    14494,
                                    14563
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 311,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 311,
                                      "column": 81
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                14490,
                                14564
                              ],
                              "loc": {
                                "start": {
                                  "line": 311,
                                  "column": 8
                                },
                                "end": {
                                  "line": 311,
                                  "column": 82
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "rightSubs",
                                    "range": [
                                      14577,
                                      14586
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 312,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 312,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^        !",
                                    "raw": "'^        !'",
                                    "range": [
                                      14589,
                                      14601
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 312,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 312,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    14577,
                                    14601
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 312,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 312,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                14573,
                                14602
                              ],
                              "loc": {
                                "start": {
                                  "line": 312,
                                  "column": 8
                                },
                                "end": {
                                  "line": 312,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      14615,
                                      14623
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 313,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 313,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "---------#",
                                    "raw": "'---------#'",
                                    "range": [
                                      14626,
                                      14638
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 313,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 313,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "range": [
                                    14615,
                                    14638
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 313,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 313,
                                      "column": 35
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                14611,
                                14639
                              ],
                              "loc": {
                                "start": {
                                  "line": 313,
                                  "column": 8
                                },
                                "end": {
                                  "line": 313,
                                  "column": 36
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      14652,
                                      14658
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 314,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 314,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "left",
                                        "range": [
                                          14661,
                                          14665
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 314,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 314,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          14666,
                                          14679
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 314,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 314,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        14661,
                                        14679
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 314,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 314,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "right",
                                        "range": [
                                          14680,
                                          14685
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 314,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 314,
                                            "column": 45
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              14697,
                                              14698
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 314,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 314,
                                                "column": 58
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              14700,
                                              14701
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 314,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 314,
                                                "column": 61
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    14712,
                                                    14713
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 314,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 314,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    14716,
                                                    14717
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 314,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 314,
                                                      "column": 77
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  14712,
                                                  14717
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 314,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 314,
                                                    "column": 77
                                                  }
                                                }
                                              },
                                              "range": [
                                                14705,
                                                14718
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 314,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 314,
                                                  "column": 78
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            14703,
                                            14720
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 314,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 314,
                                              "column": 80
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          14687,
                                          14720
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 314,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 314,
                                            "column": 80
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      14661,
                                      14721
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 314,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 314,
                                        "column": 81
                                      }
                                    }
                                  },
                                  "range": [
                                    14652,
                                    14721
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 314,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 314,
                                      "column": 81
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                14648,
                                14722
                              ],
                              "loc": {
                                "start": {
                                  "line": 314,
                                  "column": 8
                                },
                                "end": {
                                  "line": 314,
                                  "column": 82
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        14731,
                                        14747
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 315,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 315,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          14748,
                                          14754
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 315,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 315,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      14731,
                                      14755
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 315,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 315,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      14756,
                                      14760
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 315,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 315,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    14731,
                                    14760
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 315,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 315,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      14761,
                                      14769
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 315,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 315,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      14771,
                                      14775
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 315,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 315,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "jenga",
                                    "raw": "'jenga'",
                                    "range": [
                                      14777,
                                      14784
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 315,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 315,
                                        "column": 61
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  14731,
                                  14785
                                ],
                                "loc": {
                                  "start": {
                                    "line": 315,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 315,
                                    "column": 62
                                  }
                                }
                              },
                              "range": [
                                14731,
                                14786
                              ],
                              "loc": {
                                "start": {
                                  "line": 315,
                                  "column": 8
                                },
                                "end": {
                                  "line": 315,
                                  "column": 63
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        14795,
                                        14814
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 316,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 316,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "left",
                                          "range": [
                                            14815,
                                            14819
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 316,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 316,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            14820,
                                            14833
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 316,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 316,
                                              "column": 46
                                            }
                                          }
                                        },
                                        "range": [
                                          14815,
                                          14833
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 46
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      14795,
                                      14834
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 316,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 316,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      14835,
                                      14839
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 316,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 316,
                                        "column": 52
                                      }
                                    }
                                  },
                                  "range": [
                                    14795,
                                    14839
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 316,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 316,
                                      "column": 52
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "leftSubs",
                                    "range": [
                                      14840,
                                      14848
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 316,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 316,
                                        "column": 61
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  14795,
                                  14849
                                ],
                                "loc": {
                                  "start": {
                                    "line": 316,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 316,
                                    "column": 62
                                  }
                                }
                              },
                              "range": [
                                14795,
                                14850
                              ],
                              "loc": {
                                "start": {
                                  "line": 316,
                                  "column": 8
                                },
                                "end": {
                                  "line": 316,
                                  "column": 63
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        14859,
                                        14878
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 317,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 317,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "right",
                                          "range": [
                                            14879,
                                            14884
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 317,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 317,
                                              "column": 33
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            14885,
                                            14898
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 317,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 317,
                                              "column": 47
                                            }
                                          }
                                        },
                                        "range": [
                                          14879,
                                          14898
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 317,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 317,
                                            "column": 47
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      14859,
                                      14899
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 317,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 317,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      14900,
                                      14904
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 317,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 317,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "range": [
                                    14859,
                                    14904
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 53
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "rightSubs",
                                    "range": [
                                      14905,
                                      14914
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 317,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 317,
                                        "column": 63
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  14859,
                                  14915
                                ],
                                "loc": {
                                  "start": {
                                    "line": 317,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 317,
                                    "column": 64
                                  }
                                }
                              },
                              "range": [
                                14859,
                                14916
                              ],
                              "loc": {
                                "start": {
                                  "line": 317,
                                  "column": 8
                                },
                                "end": {
                                  "line": 317,
                                  "column": 65
                                }
                              }
                            }
                          ],
                          "range": [
                            14363,
                            14922
                          ],
                          "loc": {
                            "start": {
                              "line": 308,
                              "column": 84
                            },
                            "end": {
                              "line": 318,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          14351,
                          14922
                        ],
                        "loc": {
                          "start": {
                            "line": 308,
                            "column": 72
                          },
                          "end": {
                            "line": 318,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      14283,
                      14923
                    ],
                    "loc": {
                      "start": {
                        "line": 308,
                        "column": 4
                      },
                      "end": {
                        "line": 318,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 740,
                    "_esdocTestName": "it740"
                  },
                  "range": [
                    14283,
                    14924
                  ],
                  "loc": {
                    "start": {
                      "line": 308,
                      "column": 4
                    },
                    "end": {
                      "line": 318,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        14929,
                        14931
                      ],
                      "loc": {
                        "start": {
                          "line": 319,
                          "column": 4
                        },
                        "end": {
                          "line": 319,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should handle two consecutive hot observables with error right",
                        "raw": "'should handle two consecutive hot observables with error right'",
                        "range": [
                          14932,
                          14996
                        ],
                        "loc": {
                          "start": {
                            "line": 319,
                            "column": 7
                          },
                          "end": {
                            "line": 319,
                            "column": 71
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "left",
                                    "range": [
                                      15024,
                                      15028
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 320,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 320,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        15031,
                                        15034
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 320,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 320,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--a--^--b--c--|",
                                        "raw": "'--a--^--b--c--|'",
                                        "range": [
                                          15035,
                                          15052
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 320,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 320,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                15056,
                                                15057
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "a",
                                              "raw": "'a'",
                                              "range": [
                                                15059,
                                                15062
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              15056,
                                              15062
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 320,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 320,
                                                "column": 50
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                15064,
                                                15065
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 53
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "b",
                                              "raw": "'b'",
                                              "range": [
                                                15067,
                                                15070
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              15064,
                                              15070
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 320,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 320,
                                                "column": 58
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "c",
                                              "range": [
                                                15072,
                                                15073
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 61
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "c",
                                              "raw": "'c'",
                                              "range": [
                                                15075,
                                                15078
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 63
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 66
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              15072,
                                              15078
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 320,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 320,
                                                "column": 66
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          15054,
                                          15080
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 320,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 320,
                                            "column": 68
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      15031,
                                      15081
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 320,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 320,
                                        "column": 69
                                      }
                                    }
                                  },
                                  "range": [
                                    15024,
                                    15081
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 320,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 320,
                                      "column": 69
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                15020,
                                15082
                              ],
                              "loc": {
                                "start": {
                                  "line": 320,
                                  "column": 8
                                },
                                "end": {
                                  "line": 320,
                                  "column": 70
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "leftSubs",
                                    "range": [
                                      15095,
                                      15103
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 321,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 321,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^        !",
                                    "raw": "'^        !'",
                                    "range": [
                                      15106,
                                      15118
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 321,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 321,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "range": [
                                    15095,
                                    15118
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 321,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 321,
                                      "column": 35
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                15091,
                                15119
                              ],
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 8
                                },
                                "end": {
                                  "line": 321,
                                  "column": 36
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "right",
                                    "range": [
                                      15132,
                                      15137
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 322,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 322,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        15140,
                                        15143
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-----^----------d--e--f--#",
                                        "raw": "'-----^----------d--e--f--#'",
                                        "range": [
                                          15144,
                                          15172
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 322,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 322,
                                            "column": 52
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "d",
                                              "range": [
                                                15176,
                                                15177
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 322,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 322,
                                                  "column": 57
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "d",
                                              "raw": "'d'",
                                              "range": [
                                                15179,
                                                15182
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 322,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 322,
                                                  "column": 62
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              15176,
                                              15182
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 322,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 322,
                                                "column": 62
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "e",
                                              "range": [
                                                15184,
                                                15185
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 322,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 322,
                                                  "column": 65
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "e",
                                              "raw": "'e'",
                                              "range": [
                                                15187,
                                                15190
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 322,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 322,
                                                  "column": 70
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              15184,
                                              15190
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 322,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 322,
                                                "column": 70
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "f",
                                              "range": [
                                                15192,
                                                15193
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 322,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 322,
                                                  "column": 73
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": "f",
                                              "raw": "'f'",
                                              "range": [
                                                15195,
                                                15198
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 322,
                                                  "column": 75
                                                },
                                                "end": {
                                                  "line": 322,
                                                  "column": 78
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              15192,
                                              15198
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 322,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 322,
                                                "column": 78
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          15174,
                                          15200
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 322,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 322,
                                            "column": 80
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "dun dun dun",
                                        "raw": "'dun dun dun'",
                                        "range": [
                                          15202,
                                          15215
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 322,
                                            "column": 82
                                          },
                                          "end": {
                                            "line": 322,
                                            "column": 95
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      15140,
                                      15216
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 322,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 322,
                                        "column": 96
                                      }
                                    }
                                  },
                                  "range": [
                                    15132,
                                    15216
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 322,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 322,
                                      "column": 96
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                15128,
                                15217
                              ],
                              "loc": {
                                "start": {
                                  "line": 322,
                                  "column": 8
                                },
                                "end": {
                                  "line": 322,
                                  "column": 97
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "rightSubs",
                                    "range": [
                                      15230,
                                      15239
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 323,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 323,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^                   !",
                                    "raw": "'^                   !'",
                                    "range": [
                                      15242,
                                      15265
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 323,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 323,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "range": [
                                    15230,
                                    15265
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 323,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 323,
                                      "column": 47
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                15226,
                                15266
                              ],
                              "loc": {
                                "start": {
                                  "line": 323,
                                  "column": 8
                                },
                                "end": {
                                  "line": 323,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      15279,
                                      15287
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 324,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 324,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "-----------x--y--z--#",
                                    "raw": "'-----------x--y--z--#'",
                                    "range": [
                                      15290,
                                      15313
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 324,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 324,
                                        "column": 46
                                      }
                                    }
                                  },
                                  "range": [
                                    15279,
                                    15313
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 324,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 324,
                                      "column": 46
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                15275,
                                15314
                              ],
                              "loc": {
                                "start": {
                                  "line": 324,
                                  "column": 8
                                },
                                "end": {
                                  "line": 324,
                                  "column": 47
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      15327,
                                      15333
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 325,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 325,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "left",
                                        "range": [
                                          15336,
                                          15340
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 325,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 325,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          15341,
                                          15354
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 325,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 325,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        15336,
                                        15354
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 325,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 325,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "right",
                                        "range": [
                                          15355,
                                          15360
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 325,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 325,
                                            "column": 45
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              15372,
                                              15373
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 325,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 325,
                                                "column": 58
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              15375,
                                              15376
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 325,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 325,
                                                "column": 61
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    15387,
                                                    15388
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 325,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 325,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    15391,
                                                    15392
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 325,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 325,
                                                      "column": 77
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  15387,
                                                  15392
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 325,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 325,
                                                    "column": 77
                                                  }
                                                }
                                              },
                                              "range": [
                                                15380,
                                                15393
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 325,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 325,
                                                  "column": 78
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            15378,
                                            15395
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 325,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 325,
                                              "column": 80
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          15362,
                                          15395
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 325,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 325,
                                            "column": 80
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      15336,
                                      15396
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 325,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 325,
                                        "column": 81
                                      }
                                    }
                                  },
                                  "range": [
                                    15327,
                                    15396
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 325,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 325,
                                      "column": 81
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                15323,
                                15397
                              ],
                              "loc": {
                                "start": {
                                  "line": 325,
                                  "column": 8
                                },
                                "end": {
                                  "line": 325,
                                  "column": 82
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        15406,
                                        15422
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 326,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 326,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          15423,
                                          15429
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 326,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 326,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      15406,
                                      15430
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 326,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 326,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      15431,
                                      15435
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 326,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 326,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    15406,
                                    15435
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 326,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 326,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      15436,
                                      15444
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 326,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 326,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "x",
                                          "range": [
                                            15448,
                                            15449
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 326,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 326,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cd",
                                          "raw": "'cd'",
                                          "range": [
                                            15451,
                                            15455
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 326,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 326,
                                              "column": 57
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          15448,
                                          15455
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 326,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 326,
                                            "column": 57
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            15457,
                                            15458
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 326,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 326,
                                              "column": 60
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "ce",
                                          "raw": "'ce'",
                                          "range": [
                                            15460,
                                            15464
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 326,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 326,
                                              "column": 66
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          15457,
                                          15464
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 326,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 326,
                                            "column": 66
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "z",
                                          "range": [
                                            15466,
                                            15467
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 326,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 326,
                                              "column": 69
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cf",
                                          "raw": "'cf'",
                                          "range": [
                                            15469,
                                            15473
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 326,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 326,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          15466,
                                          15473
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 326,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 326,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      15446,
                                      15475
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 326,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 326,
                                        "column": 77
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "dun dun dun",
                                    "raw": "'dun dun dun'",
                                    "range": [
                                      15477,
                                      15490
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 326,
                                        "column": 79
                                      },
                                      "end": {
                                        "line": 326,
                                        "column": 92
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  15406,
                                  15491
                                ],
                                "loc": {
                                  "start": {
                                    "line": 326,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 326,
                                    "column": 93
                                  }
                                }
                              },
                              "range": [
                                15406,
                                15492
                              ],
                              "loc": {
                                "start": {
                                  "line": 326,
                                  "column": 8
                                },
                                "end": {
                                  "line": 326,
                                  "column": 94
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        15501,
                                        15520
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "left",
                                          "range": [
                                            15521,
                                            15525
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 327,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 327,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            15526,
                                            15539
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 327,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 327,
                                              "column": 46
                                            }
                                          }
                                        },
                                        "range": [
                                          15521,
                                          15539
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 327,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 327,
                                            "column": 46
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      15501,
                                      15540
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 327,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 327,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      15541,
                                      15545
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 327,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 327,
                                        "column": 52
                                      }
                                    }
                                  },
                                  "range": [
                                    15501,
                                    15545
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 327,
                                      "column": 52
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "leftSubs",
                                    "range": [
                                      15546,
                                      15554
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 327,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 327,
                                        "column": 61
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  15501,
                                  15555
                                ],
                                "loc": {
                                  "start": {
                                    "line": 327,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 327,
                                    "column": 62
                                  }
                                }
                              },
                              "range": [
                                15501,
                                15556
                              ],
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 8
                                },
                                "end": {
                                  "line": 327,
                                  "column": 63
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        15565,
                                        15584
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 328,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 328,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "right",
                                          "range": [
                                            15585,
                                            15590
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 328,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 328,
                                              "column": 33
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            15591,
                                            15604
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 328,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 328,
                                              "column": 47
                                            }
                                          }
                                        },
                                        "range": [
                                          15585,
                                          15604
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 328,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 328,
                                            "column": 47
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      15565,
                                      15605
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 328,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 328,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      15606,
                                      15610
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 328,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 328,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "range": [
                                    15565,
                                    15610
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 328,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 328,
                                      "column": 53
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "rightSubs",
                                    "range": [
                                      15611,
                                      15620
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 328,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 328,
                                        "column": 63
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  15565,
                                  15621
                                ],
                                "loc": {
                                  "start": {
                                    "line": 328,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 328,
                                    "column": 64
                                  }
                                }
                              },
                              "range": [
                                15565,
                                15622
                              ],
                              "loc": {
                                "start": {
                                  "line": 328,
                                  "column": 8
                                },
                                "end": {
                                  "line": 328,
                                  "column": 65
                                }
                              }
                            }
                          ],
                          "range": [
                            15010,
                            15628
                          ],
                          "loc": {
                            "start": {
                              "line": 319,
                              "column": 85
                            },
                            "end": {
                              "line": 329,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          14998,
                          15628
                        ],
                        "loc": {
                          "start": {
                            "line": 319,
                            "column": 73
                          },
                          "end": {
                            "line": 329,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      14929,
                      15629
                    ],
                    "loc": {
                      "start": {
                        "line": 319,
                        "column": 4
                      },
                      "end": {
                        "line": 329,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 741,
                    "_esdocTestName": "it741"
                  },
                  "range": [
                    14929,
                    15630
                  ],
                  "loc": {
                    "start": {
                      "line": 319,
                      "column": 4
                    },
                    "end": {
                      "line": 329,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        15635,
                        15637
                      ],
                      "loc": {
                        "start": {
                          "line": 330,
                          "column": 4
                        },
                        "end": {
                          "line": 330,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should handle selector throwing",
                        "raw": "'should handle selector throwing'",
                        "range": [
                          15638,
                          15671
                        ],
                        "loc": {
                          "start": {
                            "line": 330,
                            "column": 7
                          },
                          "end": {
                            "line": 330,
                            "column": 40
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      15699,
                                      15701
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 331,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 331,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        15704,
                                        15707
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 331,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 331,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--a--^--b--|",
                                        "raw": "'--a--^--b--|'",
                                        "range": [
                                          15708,
                                          15722
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 331,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 331,
                                            "column": 35
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "a",
                                              "range": [
                                                15726,
                                                15727
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 331,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 331,
                                                  "column": 40
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 1,
                                              "raw": "1",
                                              "range": [
                                                15729,
                                                15730
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 331,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 331,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              15726,
                                              15730
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 331,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 331,
                                                "column": 43
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "b",
                                              "range": [
                                                15732,
                                                15733
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 331,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 331,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 2,
                                              "raw": "2",
                                              "range": [
                                                15735,
                                                15736
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 331,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 331,
                                                  "column": 49
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              15732,
                                              15736
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 331,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 331,
                                                "column": 49
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          15724,
                                          15738
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 331,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 331,
                                            "column": 51
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      15704,
                                      15739
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 331,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 331,
                                        "column": 52
                                      }
                                    }
                                  },
                                  "range": [
                                    15699,
                                    15739
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 331,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 331,
                                      "column": 52
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                15695,
                                15740
                              ],
                              "loc": {
                                "start": {
                                  "line": 331,
                                  "column": 8
                                },
                                "end": {
                                  "line": 331,
                                  "column": 53
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      15753,
                                      15759
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 332,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 332,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^  !",
                                    "raw": "'^  !'",
                                    "range": [
                                      15762,
                                      15768
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 332,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 332,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    15753,
                                    15768
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 332,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 332,
                                      "column": 27
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                15749,
                                15769
                              ],
                              "loc": {
                                "start": {
                                  "line": 332,
                                  "column": 8
                                },
                                "end": {
                                  "line": 332,
                                  "column": 28
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      15782,
                                      15784
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 333,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 333,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        15787,
                                        15790
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 333,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 333,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--c--^--d--|",
                                        "raw": "'--c--^--d--|'",
                                        "range": [
                                          15791,
                                          15805
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 333,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 333,
                                            "column": 35
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "c",
                                              "range": [
                                                15809,
                                                15810
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 333,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 333,
                                                  "column": 40
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 3,
                                              "raw": "3",
                                              "range": [
                                                15812,
                                                15813
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 333,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 333,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              15809,
                                              15813
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 333,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 333,
                                                "column": 43
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "d",
                                              "range": [
                                                15815,
                                                15816
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 333,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 333,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 4,
                                              "raw": "4",
                                              "range": [
                                                15818,
                                                15819
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 333,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 333,
                                                  "column": 49
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              15815,
                                              15819
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 333,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 333,
                                                "column": 49
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          15807,
                                          15821
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 333,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 333,
                                            "column": 51
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      15787,
                                      15822
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 333,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 333,
                                        "column": 52
                                      }
                                    }
                                  },
                                  "range": [
                                    15782,
                                    15822
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 333,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 333,
                                      "column": 52
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                15778,
                                15823
                              ],
                              "loc": {
                                "start": {
                                  "line": 333,
                                  "column": 8
                                },
                                "end": {
                                  "line": 333,
                                  "column": 53
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      15836,
                                      15842
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 334,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 334,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^  !",
                                    "raw": "'^  !'",
                                    "range": [
                                      15845,
                                      15851
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 334,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 334,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    15836,
                                    15851
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 334,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 334,
                                      "column": 27
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                15832,
                                15852
                              ],
                              "loc": {
                                "start": {
                                  "line": 334,
                                  "column": 8
                                },
                                "end": {
                                  "line": 334,
                                  "column": 28
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      15865,
                                      15873
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 335,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 335,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "---#",
                                    "raw": "'---#'",
                                    "range": [
                                      15876,
                                      15882
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 335,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 335,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    15865,
                                    15882
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 335,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 335,
                                      "column": 29
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                15861,
                                15883
                              ],
                              "loc": {
                                "start": {
                                  "line": 335,
                                  "column": 8
                                },
                                "end": {
                                  "line": 335,
                                  "column": 30
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      15896,
                                      15902
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 336,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 336,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          15905,
                                          15907
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 336,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 336,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          15908,
                                          15921
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 336,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 336,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        15905,
                                        15921
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 336,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 336,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          15922,
                                          15924
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 336,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 336,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              15936,
                                              15937
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 336,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 336,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              15939,
                                              15940
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 336,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 336,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ThrowStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "operator": "+",
                                                  "left": {
                                                    "type": "BinaryExpression",
                                                    "operator": "+",
                                                    "left": {
                                                      "type": "Literal",
                                                      "value": "ha ha ",
                                                      "raw": "'ha ha '",
                                                      "range": [
                                                        15950,
                                                        15958
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 336,
                                                          "column": 66
                                                        },
                                                        "end": {
                                                          "line": 336,
                                                          "column": 74
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        15961,
                                                        15962
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 336,
                                                          "column": 77
                                                        },
                                                        "end": {
                                                          "line": 336,
                                                          "column": 78
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      15950,
                                                      15962
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 336,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 336,
                                                        "column": 78
                                                      }
                                                    }
                                                  },
                                                  "right": {
                                                    "type": "Literal",
                                                    "value": ", ",
                                                    "raw": "', '",
                                                    "range": [
                                                      15965,
                                                      15969
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 336,
                                                        "column": 81
                                                      },
                                                      "end": {
                                                        "line": 336,
                                                        "column": 85
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    15950,
                                                    15969
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 336,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 336,
                                                      "column": 85
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    15972,
                                                    15973
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 336,
                                                      "column": 88
                                                    },
                                                    "end": {
                                                      "line": 336,
                                                      "column": 89
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  15950,
                                                  15973
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 336,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 336,
                                                    "column": 89
                                                  }
                                                }
                                              },
                                              "range": [
                                                15944,
                                                15974
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 336,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 336,
                                                  "column": 90
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            15942,
                                            15976
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 336,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 336,
                                              "column": 92
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          15926,
                                          15976
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 336,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 336,
                                            "column": 92
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      15905,
                                      15977
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 336,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 336,
                                        "column": 93
                                      }
                                    }
                                  },
                                  "range": [
                                    15896,
                                    15977
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 336,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 336,
                                      "column": 93
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                15892,
                                15978
                              ],
                              "loc": {
                                "start": {
                                  "line": 336,
                                  "column": 8
                                },
                                "end": {
                                  "line": 336,
                                  "column": 94
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        15987,
                                        16003
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 337,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 337,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          16004,
                                          16010
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 337,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 337,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      15987,
                                      16011
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 337,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 337,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      16012,
                                      16016
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 337,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 337,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    15987,
                                    16016
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 337,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 337,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      16017,
                                      16025
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 337,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 337,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      16027,
                                      16031
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 337,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 337,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "ha ha 2, 4",
                                    "raw": "'ha ha 2, 4'",
                                    "range": [
                                      16033,
                                      16045
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 337,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 337,
                                        "column": 66
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  15987,
                                  16046
                                ],
                                "loc": {
                                  "start": {
                                    "line": 337,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 337,
                                    "column": 67
                                  }
                                }
                              },
                              "range": [
                                15987,
                                16047
                              ],
                              "loc": {
                                "start": {
                                  "line": 337,
                                  "column": 8
                                },
                                "end": {
                                  "line": 337,
                                  "column": 68
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        16056,
                                        16075
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 338,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 338,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            16076,
                                            16078
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 338,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 338,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            16079,
                                            16092
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 338,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 338,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          16076,
                                          16092
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 338,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 338,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      16056,
                                      16093
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 338,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 338,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      16094,
                                      16098
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 338,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 338,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    16056,
                                    16098
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 338,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 338,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      16099,
                                      16105
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 338,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 338,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  16056,
                                  16106
                                ],
                                "loc": {
                                  "start": {
                                    "line": 338,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 338,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                16056,
                                16107
                              ],
                              "loc": {
                                "start": {
                                  "line": 338,
                                  "column": 8
                                },
                                "end": {
                                  "line": 338,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        16116,
                                        16135
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 339,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 339,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            16136,
                                            16138
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 339,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 339,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            16139,
                                            16152
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 339,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 339,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          16136,
                                          16152
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 339,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 339,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      16116,
                                      16153
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 339,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 339,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      16154,
                                      16158
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 339,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 339,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    16116,
                                    16158
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 339,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 339,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      16159,
                                      16165
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 339,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 339,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  16116,
                                  16166
                                ],
                                "loc": {
                                  "start": {
                                    "line": 339,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 339,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                16116,
                                16167
                              ],
                              "loc": {
                                "start": {
                                  "line": 339,
                                  "column": 8
                                },
                                "end": {
                                  "line": 339,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            15685,
                            16173
                          ],
                          "loc": {
                            "start": {
                              "line": 330,
                              "column": 54
                            },
                            "end": {
                              "line": 340,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          15673,
                          16173
                        ],
                        "loc": {
                          "start": {
                            "line": 330,
                            "column": 42
                          },
                          "end": {
                            "line": 340,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      15635,
                      16174
                    ],
                    "loc": {
                      "start": {
                        "line": 330,
                        "column": 4
                      },
                      "end": {
                        "line": 340,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 742,
                    "_esdocTestName": "it742"
                  },
                  "range": [
                    15635,
                    16175
                  ],
                  "loc": {
                    "start": {
                      "line": 330,
                      "column": 4
                    },
                    "end": {
                      "line": 340,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        16180,
                        16182
                      ],
                      "loc": {
                        "start": {
                          "line": 341,
                          "column": 4
                        },
                        "end": {
                          "line": 341,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should allow unsubscribing early and explicitly",
                        "raw": "'should allow unsubscribing early and explicitly'",
                        "range": [
                          16183,
                          16232
                        ],
                        "loc": {
                          "start": {
                            "line": 341,
                            "column": 7
                          },
                          "end": {
                            "line": 341,
                            "column": 56
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      16260,
                                      16262
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 342,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 342,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        16265,
                                        16268
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 342,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 342,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--a--^--b--c---d-| ",
                                        "raw": "'--a--^--b--c---d-| '",
                                        "range": [
                                          16269,
                                          16290
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 342,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 342,
                                            "column": 42
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      16265,
                                      16291
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 342,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 342,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    16260,
                                    16291
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 342,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 342,
                                      "column": 43
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                16256,
                                16292
                              ],
                              "loc": {
                                "start": {
                                  "line": 342,
                                  "column": 8
                                },
                                "end": {
                                  "line": 342,
                                  "column": 44
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      16305,
                                      16311
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 343,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 343,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^        !    ",
                                    "raw": "'^        !    '",
                                    "range": [
                                      16314,
                                      16330
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 343,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 343,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    16305,
                                    16330
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 343,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 343,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                16301,
                                16331
                              ],
                              "loc": {
                                "start": {
                                  "line": 343,
                                  "column": 8
                                },
                                "end": {
                                  "line": 343,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      16344,
                                      16346
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 344,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 344,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        16349,
                                        16352
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 344,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 344,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---e-^---f--g---h-|",
                                        "raw": "'---e-^---f--g---h-|'",
                                        "range": [
                                          16353,
                                          16374
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 344,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 344,
                                            "column": 42
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      16349,
                                      16375
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 344,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 344,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    16344,
                                    16375
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 344,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 344,
                                      "column": 43
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                16340,
                                16376
                              ],
                              "loc": {
                                "start": {
                                  "line": 344,
                                  "column": 8
                                },
                                "end": {
                                  "line": 344,
                                  "column": 44
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      16389,
                                      16395
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 345,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 345,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^        !    ",
                                    "raw": "'^        !    '",
                                    "range": [
                                      16398,
                                      16414
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 345,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 345,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    16389,
                                    16414
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 345,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 345,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                16385,
                                16415
                              ],
                              "loc": {
                                "start": {
                                  "line": 345,
                                  "column": 8
                                },
                                "end": {
                                  "line": 345,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      16428,
                                      16436
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 346,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 346,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "----x-yz--    ",
                                    "raw": "'----x-yz--    '",
                                    "range": [
                                      16439,
                                      16455
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 346,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 346,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    16428,
                                    16455
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 346,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 346,
                                      "column": 39
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                16424,
                                16456
                              ],
                              "loc": {
                                "start": {
                                  "line": 346,
                                  "column": 8
                                },
                                "end": {
                                  "line": 346,
                                  "column": 40
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "unsub",
                                    "range": [
                                      16469,
                                      16474
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 347,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 347,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "         !    ",
                                    "raw": "'         !    '",
                                    "range": [
                                      16477,
                                      16493
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 347,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 347,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    16469,
                                    16493
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 347,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 347,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                16465,
                                16494
                              ],
                              "loc": {
                                "start": {
                                  "line": 347,
                                  "column": 8
                                },
                                "end": {
                                  "line": 347,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      16507,
                                      16513
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 348,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 348,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "x",
                                          "range": [
                                            16518,
                                            16519
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 348,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 348,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "bf",
                                          "raw": "'bf'",
                                          "range": [
                                            16521,
                                            16525
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 348,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 348,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          16518,
                                          16525
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 348,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 348,
                                            "column": 30
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            16527,
                                            16528
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 348,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 348,
                                              "column": 33
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cf",
                                          "raw": "'cf'",
                                          "range": [
                                            16530,
                                            16534
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 348,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 348,
                                              "column": 39
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          16527,
                                          16534
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 348,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 348,
                                            "column": 39
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "z",
                                          "range": [
                                            16536,
                                            16537
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 348,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 348,
                                              "column": 42
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cg",
                                          "raw": "'cg'",
                                          "range": [
                                            16539,
                                            16543
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 348,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 348,
                                              "column": 48
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          16536,
                                          16543
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 348,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 348,
                                            "column": 48
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      16516,
                                      16545
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 348,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 348,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    16507,
                                    16545
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 348,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 348,
                                      "column": 50
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                16503,
                                16546
                              ],
                              "loc": {
                                "start": {
                                  "line": 348,
                                  "column": 8
                                },
                                "end": {
                                  "line": 348,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      16559,
                                      16565
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 349,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 349,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          16568,
                                          16570
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 349,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 349,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "combineLatest",
                                        "range": [
                                          16571,
                                          16584
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 349,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 349,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        16568,
                                        16584
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 349,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 349,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e2",
                                        "range": [
                                          16585,
                                          16587
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 349,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 349,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              16599,
                                              16600
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 349,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 349,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "y",
                                            "range": [
                                              16602,
                                              16603
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 349,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 349,
                                                "column": 56
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "BinaryExpression",
                                                "operator": "+",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    16614,
                                                    16615
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 349,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 349,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "y",
                                                  "range": [
                                                    16618,
                                                    16619
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 349,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 349,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  16614,
                                                  16619
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 349,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 349,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                16607,
                                                16620
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 349,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 349,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            16605,
                                            16622
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 349,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 349,
                                              "column": 75
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          16589,
                                          16622
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 349,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 349,
                                            "column": 75
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      16568,
                                      16623
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 349,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 349,
                                        "column": 76
                                      }
                                    }
                                  },
                                  "range": [
                                    16559,
                                    16623
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 349,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 349,
                                      "column": 76
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                16555,
                                16624
                              ],
                              "loc": {
                                "start": {
                                  "line": 349,
                                  "column": 8
                                },
                                "end": {
                                  "line": 349,
                                  "column": 77
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        16633,
                                        16649
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 350,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 350,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          16650,
                                          16656
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 350,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 350,
                                            "column": 31
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "unsub",
                                        "range": [
                                          16658,
                                          16663
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 350,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 350,
                                            "column": 38
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      16633,
                                      16664
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 350,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 350,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      16665,
                                      16669
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 350,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 350,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    16633,
                                    16669
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 350,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 350,
                                      "column": 44
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      16670,
                                      16678
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 350,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 350,
                                        "column": 53
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      16680,
                                      16686
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 350,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 350,
                                        "column": 61
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  16633,
                                  16687
                                ],
                                "loc": {
                                  "start": {
                                    "line": 350,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 350,
                                    "column": 62
                                  }
                                }
                              },
                              "range": [
                                16633,
                                16688
                              ],
                              "loc": {
                                "start": {
                                  "line": 350,
                                  "column": 8
                                },
                                "end": {
                                  "line": 350,
                                  "column": 63
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        16697,
                                        16716
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 351,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 351,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            16717,
                                            16719
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 351,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 351,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            16720,
                                            16733
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 351,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 351,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          16717,
                                          16733
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 351,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 351,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      16697,
                                      16734
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 351,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 351,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      16735,
                                      16739
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 351,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 351,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    16697,
                                    16739
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 351,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 351,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      16740,
                                      16746
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 351,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 351,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  16697,
                                  16747
                                ],
                                "loc": {
                                  "start": {
                                    "line": 351,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 351,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                16697,
                                16748
                              ],
                              "loc": {
                                "start": {
                                  "line": 351,
                                  "column": 8
                                },
                                "end": {
                                  "line": 351,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        16757,
                                        16776
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 352,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 352,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            16777,
                                            16779
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 352,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 352,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            16780,
                                            16793
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 352,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 352,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          16777,
                                          16793
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 352,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 352,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      16757,
                                      16794
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 352,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 352,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      16795,
                                      16799
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 352,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 352,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    16757,
                                    16799
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 352,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 352,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      16800,
                                      16806
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 352,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 352,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  16757,
                                  16807
                                ],
                                "loc": {
                                  "start": {
                                    "line": 352,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 352,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                16757,
                                16808
                              ],
                              "loc": {
                                "start": {
                                  "line": 352,
                                  "column": 8
                                },
                                "end": {
                                  "line": 352,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            16246,
                            16814
                          ],
                          "loc": {
                            "start": {
                              "line": 341,
                              "column": 70
                            },
                            "end": {
                              "line": 353,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          16234,
                          16814
                        ],
                        "loc": {
                          "start": {
                            "line": 341,
                            "column": 58
                          },
                          "end": {
                            "line": 353,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      16180,
                      16815
                    ],
                    "loc": {
                      "start": {
                        "line": 341,
                        "column": 4
                      },
                      "end": {
                        "line": 353,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 743,
                    "_esdocTestName": "it743"
                  },
                  "range": [
                    16180,
                    16816
                  ],
                  "loc": {
                    "start": {
                      "line": 341,
                      "column": 4
                    },
                    "end": {
                      "line": 353,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        16821,
                        16823
                      ],
                      "loc": {
                        "start": {
                          "line": 354,
                          "column": 4
                        },
                        "end": {
                          "line": 354,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should not break unsubscription chains when unsubscribed explicitly",
                        "raw": "'should not break unsubscription chains when unsubscribed explicitly'",
                        "range": [
                          16824,
                          16893
                        ],
                        "loc": {
                          "start": {
                            "line": 354,
                            "column": 7
                          },
                          "end": {
                            "line": 354,
                            "column": 76
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      16921,
                                      16923
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 355,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 355,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        16926,
                                        16929
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 355,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 355,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--a--^--b--c---d-| ",
                                        "raw": "'--a--^--b--c---d-| '",
                                        "range": [
                                          16930,
                                          16951
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 355,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 355,
                                            "column": 42
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      16926,
                                      16952
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 355,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 355,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    16921,
                                    16952
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 355,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 355,
                                      "column": 43
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                16917,
                                16953
                              ],
                              "loc": {
                                "start": {
                                  "line": 355,
                                  "column": 8
                                },
                                "end": {
                                  "line": 355,
                                  "column": 44
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      16966,
                                      16972
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 356,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 356,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^        !    ",
                                    "raw": "'^        !    '",
                                    "range": [
                                      16975,
                                      16991
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 356,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 356,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    16966,
                                    16991
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 356,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 356,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                16962,
                                16992
                              ],
                              "loc": {
                                "start": {
                                  "line": 356,
                                  "column": 8
                                },
                                "end": {
                                  "line": 356,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      17005,
                                      17007
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 357,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 357,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        17010,
                                        17013
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 357,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 357,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "---e-^---f--g---h-|",
                                        "raw": "'---e-^---f--g---h-|'",
                                        "range": [
                                          17014,
                                          17035
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 357,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 357,
                                            "column": 42
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      17010,
                                      17036
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 357,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 357,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    17005,
                                    17036
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 357,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 357,
                                      "column": 43
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                17001,
                                17037
                              ],
                              "loc": {
                                "start": {
                                  "line": 357,
                                  "column": 8
                                },
                                "end": {
                                  "line": 357,
                                  "column": 44
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      17050,
                                      17056
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 358,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 358,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "^        !    ",
                                    "raw": "'^        !    '",
                                    "range": [
                                      17059,
                                      17075
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 358,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 358,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    17050,
                                    17075
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 358,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 358,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                17046,
                                17076
                              ],
                              "loc": {
                                "start": {
                                  "line": 358,
                                  "column": 8
                                },
                                "end": {
                                  "line": 358,
                                  "column": 38
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      17089,
                                      17097
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 359,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 359,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "----x-yz--    ",
                                    "raw": "'----x-yz--    '",
                                    "range": [
                                      17100,
                                      17116
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 359,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 359,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    17089,
                                    17116
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 359,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 359,
                                      "column": 39
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                17085,
                                17117
                              ],
                              "loc": {
                                "start": {
                                  "line": 359,
                                  "column": 8
                                },
                                "end": {
                                  "line": 359,
                                  "column": 40
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "unsub",
                                    "range": [
                                      17130,
                                      17135
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 360,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 360,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "         !    ",
                                    "raw": "'         !    '",
                                    "range": [
                                      17138,
                                      17154
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 360,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 360,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    17130,
                                    17154
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 360,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 360,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                17126,
                                17155
                              ],
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 8
                                },
                                "end": {
                                  "line": 360,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      17168,
                                      17174
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 361,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 361,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "x",
                                          "range": [
                                            17179,
                                            17180
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 361,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 361,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "bf",
                                          "raw": "'bf'",
                                          "range": [
                                            17182,
                                            17186
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 361,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 361,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          17179,
                                          17186
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 361,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 361,
                                            "column": 30
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "y",
                                          "range": [
                                            17188,
                                            17189
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 361,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 361,
                                              "column": 33
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cf",
                                          "raw": "'cf'",
                                          "range": [
                                            17191,
                                            17195
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 361,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 361,
                                              "column": 39
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          17188,
                                          17195
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 361,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 361,
                                            "column": 39
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "z",
                                          "range": [
                                            17197,
                                            17198
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 361,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 361,
                                              "column": 42
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": "cg",
                                          "raw": "'cg'",
                                          "range": [
                                            17200,
                                            17204
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 361,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 361,
                                              "column": 48
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          17197,
                                          17204
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 361,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 361,
                                            "column": 48
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      17177,
                                      17206
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 361,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 361,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    17168,
                                    17206
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 361,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 361,
                                      "column": 50
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                17164,
                                17207
                              ],
                              "loc": {
                                "start": {
                                  "line": 361,
                                  "column": 8
                                },
                                "end": {
                                  "line": 361,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      17220,
                                      17226
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 362,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 362,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "e1",
                                                "range": [
                                                  17229,
                                                  17231
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 362,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 362,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "mergeMap",
                                                "range": [
                                                  17245,
                                                  17253
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 363,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 363,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "range": [
                                                17229,
                                                17253
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 362,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 363,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      17264,
                                                      17265
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 363,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 363,
                                                        "column": 33
                                                      }
                                                    }
                                                  }
                                                ],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ReturnStatement",
                                                      "argument": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "Observable",
                                                            "range": [
                                                              17276,
                                                              17286
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 363,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 363,
                                                                "column": 54
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "of",
                                                            "range": [
                                                              17287,
                                                              17289
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 363,
                                                                "column": 55
                                                              },
                                                              "end": {
                                                                "line": 363,
                                                                "column": 57
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            17276,
                                                            17289
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 363,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 363,
                                                              "column": 57
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              17290,
                                                              17291
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 363,
                                                                "column": 58
                                                              },
                                                              "end": {
                                                                "line": 363,
                                                                "column": 59
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          17276,
                                                          17292
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 363,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 363,
                                                            "column": 60
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        17269,
                                                        17293
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 363,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 363,
                                                          "column": 61
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    17267,
                                                    17295
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 363,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 363,
                                                      "column": 63
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  17254,
                                                  17295
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 363,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 363,
                                                    "column": 63
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              17229,
                                              17296
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 362,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 363,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "combineLatest",
                                            "range": [
                                              17310,
                                              17323
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 364,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 364,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "range": [
                                            17229,
                                            17323
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 362,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 364,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "e2",
                                            "range": [
                                              17324,
                                              17326
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 364,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 364,
                                                "column": 29
                                              }
                                            }
                                          },
                                          {
                                            "type": "FunctionExpression",
                                            "id": null,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  17338,
                                                  17339
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 364,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 364,
                                                    "column": 42
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "name": "y",
                                                "range": [
                                                  17341,
                                                  17342
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 364,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 364,
                                                    "column": 45
                                                  }
                                                }
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ReturnStatement",
                                                  "argument": {
                                                    "type": "BinaryExpression",
                                                    "operator": "+",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        17353,
                                                        17354
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 364,
                                                          "column": 56
                                                        },
                                                        "end": {
                                                          "line": 364,
                                                          "column": 57
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "Identifier",
                                                      "name": "y",
                                                      "range": [
                                                        17357,
                                                        17358
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 364,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 364,
                                                          "column": 61
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      17353,
                                                      17358
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 364,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 364,
                                                        "column": 61
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    17346,
                                                    17359
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 364,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 364,
                                                      "column": 62
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                17344,
                                                17361
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 364,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 364,
                                                  "column": 64
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              17328,
                                              17361
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 364,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 364,
                                                "column": 64
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          17229,
                                          17362
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 362,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 364,
                                            "column": 65
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "mergeMap",
                                        "range": [
                                          17376,
                                          17384
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 365,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 365,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "range": [
                                        17229,
                                        17384
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 362,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 365,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              17395,
                                              17396
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 365,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 365,
                                                "column": 33
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "Observable",
                                                    "range": [
                                                      17407,
                                                      17417
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 365,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 365,
                                                        "column": 54
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "of",
                                                    "range": [
                                                      17418,
                                                      17420
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 365,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 365,
                                                        "column": 57
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    17407,
                                                    17420
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 365,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 365,
                                                      "column": 57
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      17421,
                                                      17422
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 365,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 365,
                                                        "column": 59
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  17407,
                                                  17423
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 365,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 365,
                                                    "column": 60
                                                  }
                                                }
                                              },
                                              "range": [
                                                17400,
                                                17424
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 365,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 365,
                                                  "column": 61
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            17398,
                                            17426
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 365,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 365,
                                              "column": 63
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          17385,
                                          17426
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 365,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 365,
                                            "column": 63
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      17229,
                                      17427
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 362,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 365,
                                        "column": 64
                                      }
                                    }
                                  },
                                  "range": [
                                    17220,
                                    17427
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 362,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 365,
                                      "column": 64
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                17216,
                                17428
                              ],
                              "loc": {
                                "start": {
                                  "line": 362,
                                  "column": 8
                                },
                                "end": {
                                  "line": 365,
                                  "column": 65
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        17437,
                                        17453
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 366,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 366,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          17454,
                                          17460
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 366,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 366,
                                            "column": 31
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "unsub",
                                        "range": [
                                          17462,
                                          17467
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 366,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 366,
                                            "column": 38
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      17437,
                                      17468
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 366,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 366,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      17469,
                                      17473
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 366,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 366,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    17437,
                                    17473
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 366,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 366,
                                      "column": 44
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      17474,
                                      17482
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 366,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 366,
                                        "column": 53
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      17484,
                                      17490
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 366,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 366,
                                        "column": 61
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  17437,
                                  17491
                                ],
                                "loc": {
                                  "start": {
                                    "line": 366,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 366,
                                    "column": 62
                                  }
                                }
                              },
                              "range": [
                                17437,
                                17492
                              ],
                              "loc": {
                                "start": {
                                  "line": 366,
                                  "column": 8
                                },
                                "end": {
                                  "line": 366,
                                  "column": 63
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        17501,
                                        17520
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 367,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 367,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e1",
                                          "range": [
                                            17521,
                                            17523
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 367,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 367,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            17524,
                                            17537
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 367,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 367,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          17521,
                                          17537
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 367,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 367,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      17501,
                                      17538
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      17539,
                                      17543
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    17501,
                                    17543
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 367,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 367,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e1subs",
                                    "range": [
                                      17544,
                                      17550
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 367,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 367,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  17501,
                                  17551
                                ],
                                "loc": {
                                  "start": {
                                    "line": 367,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 367,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                17501,
                                17552
                              ],
                              "loc": {
                                "start": {
                                  "line": 367,
                                  "column": 8
                                },
                                "end": {
                                  "line": 367,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectSubscriptions",
                                      "range": [
                                        17561,
                                        17580
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 368,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 368,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "e2",
                                          "range": [
                                            17581,
                                            17583
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 368,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 368,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "subscriptions",
                                          "range": [
                                            17584,
                                            17597
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 368,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 368,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          17581,
                                          17597
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 368,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 368,
                                            "column": 44
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      17561,
                                      17598
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 368,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 368,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      17599,
                                      17603
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 368,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 368,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    17561,
                                    17603
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 368,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 368,
                                      "column": 50
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "e2subs",
                                    "range": [
                                      17604,
                                      17610
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 368,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 368,
                                        "column": 57
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  17561,
                                  17611
                                ],
                                "loc": {
                                  "start": {
                                    "line": 368,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 368,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                17561,
                                17612
                              ],
                              "loc": {
                                "start": {
                                  "line": 368,
                                  "column": 8
                                },
                                "end": {
                                  "line": 368,
                                  "column": 59
                                }
                              }
                            }
                          ],
                          "range": [
                            16907,
                            17618
                          ],
                          "loc": {
                            "start": {
                              "line": 354,
                              "column": 90
                            },
                            "end": {
                              "line": 369,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          16895,
                          17618
                        ],
                        "loc": {
                          "start": {
                            "line": 354,
                            "column": 78
                          },
                          "end": {
                            "line": 369,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      16821,
                      17619
                    ],
                    "loc": {
                      "start": {
                        "line": 354,
                        "column": 4
                      },
                      "end": {
                        "line": 369,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 744,
                    "_esdocTestName": "it744"
                  },
                  "range": [
                    16821,
                    17620
                  ],
                  "loc": {
                    "start": {
                      "line": 354,
                      "column": 4
                    },
                    "end": {
                      "line": 369,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        17625,
                        17627
                      ],
                      "loc": {
                        "start": {
                          "line": 370,
                          "column": 4
                        },
                        "end": {
                          "line": 370,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should emit unique array instances with the default projection",
                        "raw": "'should emit unique array instances with the default projection'",
                        "range": [
                          17628,
                          17692
                        ],
                        "loc": {
                          "start": {
                            "line": 370,
                            "column": 7
                          },
                          "end": {
                            "line": 370,
                            "column": 71
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      17720,
                                      17722
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 371,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 371,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        17725,
                                        17728
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 371,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 371,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "-a--b--|",
                                        "raw": "'-a--b--|'",
                                        "range": [
                                          17729,
                                          17739
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 371,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 371,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      17725,
                                      17740
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 371,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 371,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    17720,
                                    17740
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 371,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 371,
                                      "column": 32
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                17716,
                                17741
                              ],
                              "loc": {
                                "start": {
                                  "line": 371,
                                  "column": 8
                                },
                                "end": {
                                  "line": 371,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e2",
                                    "range": [
                                      17754,
                                      17756
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 372,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 372,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "hot",
                                      "range": [
                                        17759,
                                        17762
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 372,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 372,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "--1--2-|",
                                        "raw": "'--1--2-|'",
                                        "range": [
                                          17763,
                                          17773
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 372,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 372,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      17759,
                                      17774
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 372,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 372,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    17754,
                                    17774
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 372,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 372,
                                      "column": 32
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                17750,
                                17775
                              ],
                              "loc": {
                                "start": {
                                  "line": 372,
                                  "column": 8
                                },
                                "end": {
                                  "line": 372,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      17788,
                                      17796
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 373,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 373,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "-------(c|)",
                                    "raw": "'-------(c|)'",
                                    "range": [
                                      17799,
                                      17812
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 373,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 373,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    17788,
                                    17812
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 373,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 373,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                17784,
                                17813
                              ],
                              "loc": {
                                "start": {
                                  "line": 373,
                                  "column": 8
                                },
                                "end": {
                                  "line": 373,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      17826,
                                      17832
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 374,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 374,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "e1",
                                                "range": [
                                                  17835,
                                                  17837
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 374,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 374,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "combineLatest",
                                                "range": [
                                                  17838,
                                                  17851
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 374,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 374,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                17835,
                                                17851
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 374,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 374,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "e2",
                                                "range": [
                                                  17852,
                                                  17854
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 374,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 374,
                                                    "column": 40
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              17835,
                                              17855
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 374,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 374,
                                                "column": 41
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "distinct",
                                            "range": [
                                              17856,
                                              17864
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 374,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 374,
                                                "column": 50
                                              }
                                            }
                                          },
                                          "range": [
                                            17835,
                                            17864
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 374,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 374,
                                              "column": 50
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "range": [
                                          17835,
                                          17866
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 374,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 374,
                                            "column": 52
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "count",
                                        "range": [
                                          17867,
                                          17872
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 374,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 374,
                                            "column": 58
                                          }
                                        }
                                      },
                                      "range": [
                                        17835,
                                        17872
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 374,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 374,
                                          "column": 58
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      17835,
                                      17874
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 374,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 374,
                                        "column": 60
                                      }
                                    }
                                  },
                                  "range": [
                                    17826,
                                    17874
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 374,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 374,
                                      "column": 60
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                17822,
                                17875
                              ],
                              "loc": {
                                "start": {
                                  "line": 374,
                                  "column": 8
                                },
                                "end": {
                                  "line": 374,
                                  "column": 61
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        17884,
                                        17900
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 375,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 375,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          17901,
                                          17907
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 375,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 375,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      17884,
                                      17908
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 375,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 375,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      17909,
                                      17913
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 375,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 375,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    17884,
                                    17913
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 375,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 375,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      17914,
                                      17922
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 375,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 375,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "c",
                                          "range": [
                                            17926,
                                            17927
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 375,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 375,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 3,
                                          "raw": "3",
                                          "range": [
                                            17929,
                                            17930
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 375,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 375,
                                              "column": 54
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          17926,
                                          17930
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 375,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 375,
                                            "column": 54
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      17924,
                                      17932
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 375,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 375,
                                        "column": 56
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  17884,
                                  17933
                                ],
                                "loc": {
                                  "start": {
                                    "line": 375,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 375,
                                    "column": 57
                                  }
                                }
                              },
                              "range": [
                                17884,
                                17934
                              ],
                              "loc": {
                                "start": {
                                  "line": 375,
                                  "column": 8
                                },
                                "end": {
                                  "line": 375,
                                  "column": 58
                                }
                              }
                            }
                          ],
                          "range": [
                            17706,
                            17940
                          ],
                          "loc": {
                            "start": {
                              "line": 370,
                              "column": 85
                            },
                            "end": {
                              "line": 376,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          17694,
                          17940
                        ],
                        "loc": {
                          "start": {
                            "line": 370,
                            "column": 73
                          },
                          "end": {
                            "line": 376,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      17625,
                      17941
                    ],
                    "loc": {
                      "start": {
                        "line": 370,
                        "column": 4
                      },
                      "end": {
                        "line": 376,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 745,
                    "_esdocTestName": "it745"
                  },
                  "range": [
                    17625,
                    17942
                  ],
                  "loc": {
                    "start": {
                      "line": 370,
                      "column": 4
                    },
                    "end": {
                      "line": 376,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                173,
                17944
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 59
                },
                "end": {
                  "line": 377,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              161,
              17944
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 47
              },
              "end": {
                "line": 377,
                "column": 1
              }
            }
          }
        ],
        "range": [
          114,
          17945
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 377,
            "column": 2
          }
        },
        "_esdocTestId": 714,
        "_esdocTestName": "describe714"
      },
      "range": [
        114,
        17946
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 377,
          "column": 3
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* @test {combineLatest} ",
          "range": [
            85,
            113
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 28
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=combineLatest-spec.js.map",
          "range": [
            17947,
            17993
          ],
          "loc": {
            "start": {
              "line": 378,
              "column": 0
            },
            "end": {
              "line": 378,
              "column": 46
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    17946
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 377,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "* @test {combineLatest} ",
      "range": [
        85,
        113
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 28
        }
      }
    },
    {
      "type": "Line",
      "value": "a + c",
      "range": [
        2613,
        2620
      ],
      "loc": {
        "start": {
          "line": 64,
          "column": 21
        },
        "end": {
          "line": 64,
          "column": 28
        }
      }
    },
    {
      "type": "Line",
      "value": "never",
      "range": [
        3852,
        3859
      ],
      "loc": {
        "start": {
          "line": 96,
          "column": 40
        },
        "end": {
          "line": 96,
          "column": 47
        }
      }
    },
    {
      "type": "Line",
      "value": "never",
      "range": [
        3916,
        3923
      ],
      "loc": {
        "start": {
          "line": 98,
          "column": 28
        },
        "end": {
          "line": 98,
          "column": 35
        }
      }
    },
    {
      "type": "Line",
      "value": "never",
      "range": [
        4348,
        4355
      ],
      "loc": {
        "start": {
          "line": 108,
          "column": 42
        },
        "end": {
          "line": 108,
          "column": 49
        }
      }
    },
    {
      "type": "Line",
      "value": "never",
      "range": [
        4490,
        4497
      ],
      "loc": {
        "start": {
          "line": 112,
          "column": 32
        },
        "end": {
          "line": 112,
          "column": 39
        }
      }
    },
    {
      "type": "Line",
      "value": "empty",
      "range": [
        6143,
        6150
      ],
      "loc": {
        "start": {
          "line": 144,
          "column": 37
        },
        "end": {
          "line": 144,
          "column": 44
        }
      }
    },
    {
      "type": "Line",
      "value": "error",
      "range": [
        6234,
        6241
      ],
      "loc": {
        "start": {
          "line": 146,
          "column": 51
        },
        "end": {
          "line": 146,
          "column": 58
        }
      }
    },
    {
      "type": "Line",
      "value": "error",
      "range": [
        6694,
        6701
      ],
      "loc": {
        "start": {
          "line": 155,
          "column": 56
        },
        "end": {
          "line": 155,
          "column": 63
        }
      }
    },
    {
      "type": "Line",
      "value": "empty",
      "range": [
        6770,
        6777
      ],
      "loc": {
        "start": {
          "line": 157,
          "column": 38
        },
        "end": {
          "line": 157,
          "column": 45
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=combineLatest-spec.js.map",
      "range": [
        17947,
        17993
      ],
      "loc": {
        "start": {
          "line": 378,
          "column": 0
        },
        "end": {
          "line": 378,
          "column": 46
        }
      }
    }
  ]
}