Branch: Tag:

2020-01-16

2020-01-16 12:40:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Testsuite: Updated type test to new rendering.

865:   test_any([[return sprintf("%O", typeof(sprintf("%[1]n", 17))); ]],    "string(zero)");    - test_any([[return sprintf("%O", typeof(aggregate("foo")));]], "array(string(102..111))"); + test_any([[return sprintf("%O", typeof(aggregate("foo")));]], "array(string(3: 102..111))");   test_any([[int a; return sprintf("%O", typeof(aggregate(a)));]], "array(int)");   test_any([[int|string a;    string s = sprintf("%O", typeof(aggregate(a)));