@@ -1507,24 +1507,24 @@ TEST_F(ParsingTest, ScopePositions) {
15071507 };
15081508
15091509 const SourceData source_data[] = {
1510- {" with ({}) " , " { block; }" , " more;" , i::WITH_SCOPE,
1510+ {" with ({}" , " ) { block; }" , " more;" , i::WITH_SCOPE,
15111511 i::LanguageMode::kSloppy },
1512- {" with ({}) " , " { block; }" , " ; more;" , i::WITH_SCOPE,
1512+ {" with ({}" , " ) { block; }" , " ; more;" , i::WITH_SCOPE,
15131513 i::LanguageMode::kSloppy },
1514- {" with ({}) " ,
1515- " {\n "
1514+ {" with ({}" ,
1515+ " ) {\n "
15161516 " block;\n "
15171517 " }" ,
15181518 " \n "
15191519 " more;" ,
15201520 i::WITH_SCOPE, i::LanguageMode::kSloppy },
1521- {" with ({}) " , " statement;" , " more;" , i::WITH_SCOPE,
1521+ {" with ({}" , " ) statement;" , " more;" , i::WITH_SCOPE,
15221522 i::LanguageMode::kSloppy },
1523- {" with ({}) " , " statement" ,
1523+ {" with ({}" , " ) statement" ,
15241524 " \n "
15251525 " more;" ,
15261526 i::WITH_SCOPE, i::LanguageMode::kSloppy },
1527- {" with ({}) " , " statement;" ,
1527+ {" with ({}" , " ) statement;" ,
15281528 " \n "
15291529 " more;" ,
15301530 i::WITH_SCOPE, i::LanguageMode::kSloppy },
0 commit comments