File:  [parser3project] / parser3 / tests / 422.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Nov 16 01:33:09 2023 UTC (2 years, 9 months ago) by moko
Branches: MAIN
CVS tags: HEAD
test for int and uint overflow in ^n.format[d/u/x]

@main[]
^show(2000000000)
^show(4000000000)
^show(5000000000)
^show(-2000000000)
^show(-4000000000)
^show(-5000000000)


@show[n]
${n}: ^n.format[%d] ^n.format[%u] ^n.format[%x]

E-mail: