We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dc8e6 commit 2d3daf4Copy full SHA for 2d3daf4
test/gleeunit/should.gleam
@@ -8,11 +8,11 @@ pub fn equal(a: t, b: t) -> Nil {
8
True -> Nil
9
_ ->
10
panic as string.concat([
11
- "\n",
12
- string.inspect(a),
13
- "\nshould equal\n",
14
- string.inspect(b),
15
- ])
+ "\n",
+ string.inspect(a),
+ "\nshould equal\n",
+ string.inspect(b),
+ ])
16
}
17
18
@@ -21,11 +21,11 @@ pub fn not_equal(a: t, b: t) -> Nil {
21
22
23
24
25
26
- "\nshould not equal\n",
27
28
+ "\nshould not equal\n",
29
30
31
0 commit comments