Skip to content

Commit fe38f82

Browse files
authored
use =begin =end pod blocks instead of invisible unicode
1 parent ca0c9a9 commit fe38f82

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

β€Ždoc/Language/testing.pod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,11 @@ Both versions use C<0.1> for relative tolerance, yet the first can differ
192192
by about C<1> while the second can differ by about C<10>. The function used
193193
to calculate the difference is:
194194
195-
⁣ |got - expected|
196-
⁣rel-diff = ──────────────────────
197-
⁣ max(|got|, |expected|)
195+
=begin code
196+
|got - expected|
197+
⁣rel-diff = ──────────────────────
198+
max(|got|, |expected|)
199+
=end code
198200
199201
And the test will fail if C<rel-diff> is higher than C<$rel-tol>
200202

0 commit comments

Comments
Β (0)