You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
335 B
8 lines
335 B
2 months ago
|
Run: ../obj/ucw/table-test-align
|
||
|
Out <<EOF
|
||
|
col0_str col1_int col2_uint col3_bool col4_double
|
||
|
HELLO,col_idx:0 -10 10 0 3.14159
|
||
|
EHLO,col_idx:0 -12345 255 1 1.61803
|
||
|
AHOJ,col_idx:0 -54321 65280 0 2.71828
|
||
|
EOF
|