11cb0ef41Sopenharmony_civar table = require('../');
21cb0ef41Sopenharmony_civar t = table([
31cb0ef41Sopenharmony_ci    [ '0.1.2' ],
41cb0ef41Sopenharmony_ci    [ '11.22.33' ],
51cb0ef41Sopenharmony_ci    [ '5.6.7' ],
61cb0ef41Sopenharmony_ci    [ '1.22222' ],
71cb0ef41Sopenharmony_ci    [ '12345.' ],
81cb0ef41Sopenharmony_ci    [ '5555.' ],
91cb0ef41Sopenharmony_ci    [ '123' ]
101cb0ef41Sopenharmony_ci], { align: [ '.' ] });
111cb0ef41Sopenharmony_ciconsole.log(t);
12