Skip to content

Commit

Permalink
add short and boolean for toString
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 10, 2024
1 parent da6f9de commit ac063f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom/benchmark/tests/toString.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
arr: [1,2,3],
st: [a:1,b:2,c:3],
string: "lucee",
number: 123
number: 123,
boolean: true,
short: createObject("java","java.lang.Short").init(1)
}
for (s in samples){
echo(samples[s].toString());
Expand Down

0 comments on commit ac063f5

Please sign in to comment.