සැකිල්ල:Str mid/testcases
This is the template test cases page for the sandbox of සැකිල්ල:Str mid. Purge this page to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki, see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins with these links: |
- {{Str mid/core}}
- {{Str mid/sandbox}}
input params 2,3,4
සංස්කරණයRegular
සංස්කරණය- abc;1;26: Abcdefghijklmnopqrstuvwxyz
- abc;10;5: jklmn
- abc;10;;: jklmnopqrstuvwxyz
- abc;;6;: Abcdef
- abc;6;200: fghijklmnopqrstuvwxyz
- abc;6;200: fghijklmnopqrstuvwxyz
Use param 4 (index j) not sublength
සංස්කරණය- abc;10;15: jklmno
- abc;10; jklmnopqrstuvwxyz
- abc;;6: Abcdef
blank params
සංස්කරණය- blank string
- :
- ;5:
- ;;5:
- ;;;5:
- ;6;7;8:
- blank for numbers
- abc: Abcdefghijklmnopqrstuvwxyz
- abc;: Abcdefghijklmnopqrstuvwxyz
- abc;;: Abcdefghijklmnopqrstuvwxyz
- abc;;;: Abcdefghijklmnopqrstuvwxyz
- abc;2=: Abcdefghijklmnopqrstuvwxyz
- abc;2=;3=: Abcdefghijklmnopqrstuvwxyz
- abc;2=;3=;4=: Abcdefghijklmnopqrstuvwxyz
- abc;;3=: Abcdefghijklmnopqrstuvwxyz
- abc;;;4=: Abcdefghijklmnopqrstuvwxyz
- abc;2=;;4=: Abcdefghijklmnopqrstuvwxyz
i < 0
සංස්කරණය- abc;-10;: qrstuvwxyz
- abc;-10;7: qrstuvw
i < 0, using j
සංස්කරණය- abc;-10;;20: qrst
- abc;-10;;-7: qrst
- abc;-10;;-10: q
- abc;-10;;7: String Module Error: String subset indices out of order
sublen<0
සංස්කරණය- abc;2=5;3=-3: cde
- abc;2=7;3=-3: efg
- abc;;3=-3;j=10: jklmnopqrstuvwxyz
- abc;;3=3;j=10: Abcdefghij
- abc;2=7;3=-3: efg
- abc;;3=-3: z TODO apply logic: from the end
- abc;;3=-10;4=30: z (check this: j=30 or j=26?)
Zeros
සංස්කරණය- abc;0: String Module Error: String subset index out of range
- abc;5;0:
- abc;5;;0: String Module Error: String subset index out of range
- abc;0;0;0:
- abc;2=;: Abcdefghijklmnopqrstuvwxyz
- abc;2=5;3=0:
- abc;2=5;j=0: String Module Error: String subset index out of range
Input errors
සංස්කරණය- abc;2=2;3=3;7: Error using {{Str mid}}: indexes i=2 and j=7 do not match requested substring length 3
- abc;;2=foo; Abcdefghijklmnopqrstuvwxyz
- abc;3=foo; ප්රකාශන දෝෂය: හඳුනානොගත් වදන "foo"
- abc;2=foo;3=bar; ප්රකාශන දෝෂය: හඳුනානොගත් වදන "bar"
Index errors
සංස්කරණය- Triangular calculation check
- abc;6;7;8: Error using {{Str mid}}: indexes i=6 and j=8 do not match requested substring length 7
- abc;6;7;8: Error using {{Str mid}}: indexes i=6 and j=8 do not match requested substring length 7
- ;6;1;8: Error using {{Str mid}}: indexes i=6 and j=8 do not match requested substring length 1
- other
- abc;0: String Module Error: String subset index out of range
- abc;3;0:
- abc;0;;15: String Module Error: String subset index out of range
- abc;10;;7: String Module Error: String subset indices out of order
- abc;-5;26: String Module Error: String subset indices out of order
- abc;-1;5: String Module Error: String subset indices out of order
Error message suppression
සංස්කරණය- abc;0;10; ignore errors=false: String Module Error: String subset index out of range
- abc;0;10; ignore errors=true:
- abc;0;5: ignore errors=false; ignore errors=false: String Module Error: String subset index out of range
- abc;0;5:ignore errors=true: