mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Update reporting tests
This commit is contained in:
parent
20670c2490
commit
2f0527bc39
1 changed files with 14 additions and 14 deletions
|
@ -1064,8 +1064,8 @@ mod test_reporting {
|
||||||
|
|
||||||
Every element in a list must have the same type!
|
Every element in a list must have the same type!
|
||||||
|
|
||||||
Tip: You can convert between Int and Frac using functions like
|
Tip: You can convert between integers and fractions using functions
|
||||||
`Num.toFrac` and `Num.round`.
|
like `Num.toFrac` and `Num.round`.
|
||||||
"###
|
"###
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -1540,8 +1540,8 @@ mod test_reporting {
|
||||||
|
|
||||||
Int *
|
Int *
|
||||||
|
|
||||||
Tip: You can convert between Int and Frac using functions like
|
Tip: You can convert between integers and fractions using functions
|
||||||
`Num.toFrac` and `Num.round`.
|
like `Num.toFrac` and `Num.round`.
|
||||||
"###
|
"###
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -1575,8 +1575,8 @@ mod test_reporting {
|
||||||
|
|
||||||
Int *
|
Int *
|
||||||
|
|
||||||
Tip: You can convert between Int and Frac using functions like
|
Tip: You can convert between integers and fractions using functions
|
||||||
`Num.toFrac` and `Num.round`.
|
like `Num.toFrac` and `Num.round`.
|
||||||
"###
|
"###
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -1607,8 +1607,8 @@ mod test_reporting {
|
||||||
|
|
||||||
Int *
|
Int *
|
||||||
|
|
||||||
Tip: You can convert between Int and Frac using functions like
|
Tip: You can convert between integers and fractions using functions
|
||||||
`Num.toFrac` and `Num.round`.
|
like `Num.toFrac` and `Num.round`.
|
||||||
"###
|
"###
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -1928,8 +1928,8 @@ mod test_reporting {
|
||||||
|
|
||||||
{ x : Int * }
|
{ x : Int * }
|
||||||
|
|
||||||
Tip: You can convert between Int and Frac using functions like
|
Tip: You can convert between integers and fractions using functions
|
||||||
`Num.toFrac` and `Num.round`.
|
like `Num.toFrac` and `Num.round`.
|
||||||
"###
|
"###
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -2485,8 +2485,8 @@ mod test_reporting {
|
||||||
|
|
||||||
Int *
|
Int *
|
||||||
|
|
||||||
Tip: You can convert between Int and Frac using functions like
|
Tip: You can convert between integers and fractions using functions
|
||||||
`Num.toFrac` and `Num.round`.
|
like `Num.toFrac` and `Num.round`.
|
||||||
"###
|
"###
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue