Skip to content

Commit

Permalink
Update reporting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfeldman committed Oct 22, 2023
1 parent bfc0f5b commit 029f8f4
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions crates/reporting/tests/test_reporting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,6 @@ mod test_reporting {
Tip: You can convert between integers and fractions using functions
like `Num.toFrac` and `Num.round`.
"###
);

Expand Down Expand Up @@ -1533,7 +1532,7 @@ mod test_reporting {
5│ x = if Bool.true then 3.14 else 4
^^^^
The 1st branch is a fraction of type:
This branch is a fraction of type:
Frac *
Expand All @@ -1543,7 +1542,6 @@ mod test_reporting {
Tip: You can convert between integers and fractions using functions
like `Num.toFrac` and `Num.round`.
"###
);

Expand Down Expand Up @@ -1579,7 +1577,6 @@ mod test_reporting {
Tip: You can convert between integers and fractions using functions
like `Num.toFrac` and `Num.round`.
"###
);

Expand Down Expand Up @@ -1612,7 +1609,6 @@ mod test_reporting {
Tip: You can convert between integers and fractions using functions
like `Num.toFrac` and `Num.round`.
"###
);

Expand Down Expand Up @@ -1934,7 +1930,6 @@ mod test_reporting {
Tip: You can convert between integers and fractions using functions
like `Num.toFrac` and `Num.round`.
"###
);

Expand Down Expand Up @@ -2492,7 +2487,6 @@ mod test_reporting {
Tip: You can convert between integers and fractions using functions
like `Num.toFrac` and `Num.round`.
"###
);

Expand Down Expand Up @@ -4558,7 +4552,7 @@ mod test_reporting {
I encountered a tab character:
4│ # comment with a
4│ # comment with a
^
Tab characters are not allowed, use spaces instead.
Expand All @@ -4573,7 +4567,7 @@ mod test_reporting {
I encountered an ASCII control character:
4│ # comment with a
4│ # comment with a
^
ASCII control characters are not allowed.
Expand Down Expand Up @@ -11007,7 +11001,7 @@ In roc, functions are always written as a lambda, like{}
5│ f = if Bool.true then {a: ""} else {a: "b", b: ""}
^^^^^^^
The 1st branch is a record of type:
This branch is a record of type:
{ a : Str }
Expand Down

0 comments on commit 029f8f4

Please sign in to comment.