mirror of
git://git.proxmox.com/git/perlmod.git
synced 2025-01-09 05:17:38 +03:00
0044cdcef4
we'll need proper tests to check that too few and too many parameters actually trigger errors Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
Called something on Bless { "Hello" }!
|
|
Called something_nonraw on Bless { "Hello" }!
|
|
Got (17, 32, )
|
|
Got: 2 values: 17 32
|
|
Called 'another(54)' on Bless { "Hello" }!
|
|
These should be called with a valid substr:
|
|
test called with Some("lo ")
|
|
teststr called with Some("lo ")
|
|
Parameter exists: NO
|
|
test called with None
|
|
Was auto-vivified: NO
|
|
teststr called with None
|
|
Can I have some coffee please?
|
|
got Blubber("Can I have some coffee please?\n")
|
|
Can I have some coffee please?
|
|
got Blubber("Can I have some coffee please?\n")
|
|
Can I have some coffee please?
|
|
Can I have some ☕ please?
|
|
got Blubber("Can I have some ☕ please?\n")
|
|
Can I have some ☕ please?
|
|
got Blubber("Can I have some ☕ please?\n")
|
|
Can I have some ☕ please?
|
|
Some(false)
|
|
Some(false)
|
|
Some(false)
|
|
Some(true)
|
|
Some(true)
|
|
Some(true)
|
|
None
|
|
None
|
|
None
|
|
test_refs: copied text: "copied string"
|
|
x was stored
|
|
x was changed
|
|
Calling magic with content "magic test"
|
|
Testing unsafe dclone
|
|
unsafe dclone dropped
|
|
Testing unsafe clone
|
|
unsafe dclone dropped
|
|
Dropping blessed magic with content "magic test"
|
|
Testing enum deserialization
|
|
Testing optional parameters
|
|
1, Some(99)
|
|
2, None
|
|
3, None
|