Changes between Initial Version and Version 1 of Ticket #1453
- Timestamp:
- 02/17/10 02:50:58 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1453 – description
initial v1 3 3 Bacek mentioned in the commit comments to cs# [43660] that discussion was needed on how Test::More handles null, so I have created this ticket to host that discussion. 4 4 5 To get started, I am committing a patch that adds `is_null` as a test assertion, as well as adding support for null values to the various `is()` multisub elements.5 To get started, I am committing a patch (cs# [44058]) that adds `is_null` as a test assertion, as well as adding support for null values to the various `is()` multisub elements. 6 6 7 7 I think that "null happens", which is especially vexing when calling from NQP to PIR. So I think that any assertion that accepts a PMC type must support the possibility that the PMC type will be null.