Sha256: cc7110d6028d6903e007d2b55580e7fece7959a6e1be2fc720ed773f00b475ec
Contents?: true
Size: 299 Bytes
Versions: 13
Compression:
Stored size: 299 Bytes
Contents
#!/usr/bin/env bats load ./test_common @test "reads json" { run bash -c 'echo "{\"foo\": 1 }" | dap json + json' assert_success assert_output '{"foo":1}' } @test "reads lines" { run bash -c 'echo hello world | dap lines + json' assert_success assert_output '{"line":"hello world"}' }
Version data entries
13 entries across 13 versions & 1 rubygems