Skip to content

Commit

Permalink
test: 💍 snap
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Sep 12, 2024
1 parent 6ac2e92 commit 504321f
Show file tree
Hide file tree
Showing 84 changed files with 178 additions and 3,106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@ bb4: {
}

digraph {
0 [ label = "bb0
" shape = box]
1 [ label = "bb1
" shape = box]
2 [ label = "bb2
" shape = box]
0 [ label = "bb0" shape = box]
1 [ label = "bb1" shape = box]
2 [ label = "bb2" shape = box]
3 [ label = "bb3
ExpressionStatement" shape = box]
4 [ label = "bb4
" shape = box]
4 [ label = "bb4" shape = box]
1 -> 0 [ label = "Error(Implicit)" ]
3 -> 2 [ label = "Error(Implicit)" ]
1 -> 3 [ label = "NewFunction" ]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,14 @@ bb5: {
}

digraph {
0 [ label = "bb0
" shape = box]
0 [ label = "bb0" shape = box]
1 [ label = "bb1
ExpressionStatement
VariableDeclaration" shape = box]
2 [ label = "bb2
" shape = box]
2 [ label = "bb2" shape = box]
3 [ label = "bb3
ExpressionStatement" shape = box]
4 [ label = "bb4
" shape = box]
4 [ label = "bb4" shape = box]
5 [ label = "bb5
ExpressionStatement" shape = box]
1 -> 0 [ label = "Error(Implicit)" ]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,16 @@ bb7: {
}

digraph {
0 [ label = "bb0
" shape = box]
0 [ label = "bb0" shape = box]
1 [ label = "bb1
ExpressionStatement" shape = box]
2 [ label = "bb2
" shape = box]
2 [ label = "bb2" shape = box]
3 [ label = "bb3
ExpressionStatement" shape = box]
4 [ label = "bb4
" shape = box]
4 [ label = "bb4" shape = box]
5 [ label = "bb5
ExpressionStatement" shape = box]
6 [ label = "bb6
" shape = box]
6 [ label = "bb6" shape = box]
7 [ label = "bb7
ExpressionStatement
ExpressionStatement" shape = box]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ bb3: {
}

digraph {
0 [ label = "bb0
" shape = box]
0 [ label = "bb0" shape = box]
1 [ label = "bb1
LabeledStatement(A)
break <A>" shape = box]
2 [ label = "bb2
unreachable" shape = box]
3 [ label = "bb3
" shape = box]
3 [ label = "bb3" shape = box]
1 -> 0 [ label = "Error(Implicit)" ]
2 -> 0 [ label = "Error(Implicit)" , style = "dotted" ]
1 -> 2 [ label = "Unreachable" , style = "dotted" ]
Expand Down

This file was deleted.

12 changes: 4 additions & 8 deletions crates/oxc_semantic/tests/integration/snapshots/class.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@ bb4: {
}

digraph {
0 [ label = "bb0
" shape = box]
1 [ label = "bb1
" shape = box]
2 [ label = "bb2
" shape = box]
0 [ label = "bb0" shape = box]
1 [ label = "bb1" shape = box]
2 [ label = "bb2" shape = box]
3 [ label = "bb3
ExpressionStatement" shape = box]
4 [ label = "bb4
" shape = box]
4 [ label = "bb4" shape = box]
1 -> 0 [ label = "Error(Implicit)" ]
3 -> 2 [ label = "Error(Implicit)" ]
1 -> 3 [ label = "NewFunction" ]
Expand Down
39 changes: 0 additions & 39 deletions crates/oxc_semantic/tests/integration/snapshots/class.snap.new

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,14 @@ bb5: {
}

digraph {
0 [ label = "bb0
" shape = box]
1 [ label = "bb1
" shape = box]
2 [ label = "bb2
" shape = box]
0 [ label = "bb0" shape = box]
1 [ label = "bb1" shape = box]
2 [ label = "bb2" shape = box]
3 [ label = "bb3
return <value>" shape = box]
4 [ label = "bb4
unreachable" shape = box]
5 [ label = "bb5
" shape = box]
5 [ label = "bb5" shape = box]
1 -> 0 [ label = "Error(Implicit)" ]
3 -> 2 [ label = "Error(Implicit)" ]
1 -> 3 [ label = "NewFunction" ]
Expand Down
Loading

0 comments on commit 504321f

Please sign in to comment.