Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
updated snapshots after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Oct 10, 2022
1 parent f94d9cb commit 512ee1f
Showing 1 changed file with 7 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,18 +494,7 @@ let myDiv = ReactTestUtils.renderIntoDocument(
<div>First</div>
Second
</div>
@@ -362,9 +367,7 @@
br_triggers_expression_break = (
<div>
<br />
- text text text text text text text text text text text {
- this.props.type
- }{" "}
+ text text text text text text text text text text text {this.props.type}{" "}
</div>
);
@@ -436,13 +439,16 @@
@@ -436,13 +441,16 @@
x = (
<div>
Expand All @@ -524,7 +513,7 @@ let myDiv = ReactTestUtils.renderIntoDocument(
</div>
);
@@ -496,19 +502,26 @@
@@ -496,19 +504,26 @@
x = (
<div>
Expand Down Expand Up @@ -554,7 +543,7 @@ let myDiv = ReactTestUtils.renderIntoDocument(
</div>
);
@@ -528,7 +541,8 @@
@@ -528,7 +543,8 @@
<span>
<strong>{name}</strong>’s{" "}
</span>
Expand Down Expand Up @@ -938,7 +927,9 @@ expression_does_not_break = (
br_triggers_expression_break = (
<div>
<br />
text text text text text text text text text text text {this.props.type}{" "}
text text text text text text text text text text text {
this.props.type
}{" "}
</div>
);
Expand Down Expand Up @@ -1162,7 +1153,6 @@ let myDiv = ReactTestUtils.renderIntoDocument(
114: <div attr="a very long string attribute that will overflow because it is very long">
219: "Enough text to make this element wrap on to multiple lines when formatting"
231: "Enough text to make this element wrap on to multiple lines when formatting"
370: text text text text text text text text text text text {this.props.type}{" "}
385: ENDS IN <div>text text text text text text text text text text text</div>{" "}
387: ENDS IN <div>text text text text text text text text text text text</div>{" "}
```

0 comments on commit 512ee1f

Please sign in to comment.