Module talk:Example/testcases
Page contents not supported in other languages.
Tools
Actions
General
Print/export
In other projects
Appearance
From Wikipedia, the free encyclopedia
All 10 tests passed.
test_Name2
Text | Expected | Actual | |
---|---|---|---|
![]() |
{{#invoke:Example|Name2}} | Lonely | |
![]() |
{{#invoke:Example|Name2|1}} | Lonely | |
![]() |
{{#invoke:Example|Name2|1|2}} | Be positive! | |
![]() |
{{#invoke:Example|Name2|2|1}} | 1 |
test_count_fruit
Text | Expected | Actual | |
---|---|---|---|
![]() |
{{#invoke:Example|count_fruit|bananas=5|apples=3}} | I have 5 bananas and 3 apples | |
![]() |
{{#invoke:Example|count_fruit|bananas=1|apples=1}} | I have 1 banana and 1 apple | |
![]() |
{{#invoke:Example|count_fruit|bananas=Not a number|apples=Not a number}} | I have 0 bananas and 0 apples | |
![]() |
{{#invoke:Example|count_fruit}} | I have 0 bananas and 0 apples |
test_hello
Text | Expected | Actual | |
---|---|---|---|
![]() |
{{#invoke:Example | hello}} | Hello World! |
test_hello_to
Text | Expected | Actual | |
---|---|---|---|
![]() |
{{#invoke:Example|hello_to|Fred}} | Hello, Fred! |