spec test index / oilshell.org
62 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh | 15 Capture with Type Conversion Func [osh stdout] Expected 'Int Float\nInt Float\n', got 'Int Float\n' [osh status] Expected 0, got 3 stdout: Int Floatstderr: echo $[m => group(1) => type()] $[m => group(2) => type()] ^~~~ [ stdin ]:14: fatal: Fat arrow => expects method or function, got BuiltinFunc |
osh-cpp | 15 Capture with Type Conversion Func [osh-cpp stdout] Expected 'Int Float\nInt Float\n', got 'Int Float\n' [osh-cpp status] Expected 0, got 3 stdout: Int Floatstderr: echo $[m => group(1) => type()] $[m => group(2) => type()] ^~~~ [ stdin ]:14: fatal: Fat arrow => expects method or function, got BuiltinFunc |
osh | 16 Named Capture with Type Conversion Func [osh stdout] Expected '-3.14\nInt Float\n-3.14\nInt Float\n', got '-3.14\nInt Float\n-3.14\n' [osh status] Expected 0, got 3 stdout: -3.14 Int Float -3.14stderr: echo $[m => group('left') => type()] $[m => group('right') => type()] ^~~~ [ stdin ]:20: fatal: Fat arrow => expects method or function, got BuiltinFunc |
osh-cpp | 16 Named Capture with Type Conversion Func [osh-cpp stdout] Expected '-3.14\nInt Float\n-3.14\nInt Float\n', got '-3.14\nInt Float\n-3.14\n' [osh-cpp status] Expected 0, got 3 stdout: -3.14 Int Float -3.14stderr: echo $[m => group('left') => type()] $[m => group('right') => type()] ^~~~ [ stdin ]:20: fatal: Fat arrow => expects method or function, got BuiltinFunc |