Changeset 21170
- Timestamp:
- 07/02/08 21:02:25 (3 months ago)
- Location:
- t
- Files:
-
- 2 modified
-
TASKS (modified) (2 diffs)
-
spec/S29-num/pi.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/TASKS
r21163 r21170 15 15 * Add smartlinks to tests without them 16 16 * Continue moving tests from t/ to t/spec/ 17 * Clean up old POD 18 * Fudge tests for Rakudo where helpful 17 19 * Improve the Vim syntax highlighting to recognize test keywords 18 20 * Review XXX entries for test corrections … … 41 43 * tests to ensure that rand has a bit of entropy 42 44 * test for $number.rand (method form) 43 * t/spec/S29-num/pi.t:20 has a syntax error44 45 45 46 IO -
t/spec/S29-num/pi.t
r20678 r21170 18 18 19 19 #?rakudo 6 skip 'module Num not implemented' 20 is_approx(Num::pi, $PI ), "Num::pi");20 is_approx(Num::pi, $PI, "Num::pi"); 21 21 22 22 is_approx(eval("use Num :constants; pi"), $PI,
