Sha256: fb04bc110f826ecd01fb310cb461632630fe389c80285db4edaaab501a4cfcfd
Contents?: true
Size: 484 Bytes
Versions: 3
Compression:
Stored size: 484 Bytes
Contents
--- Test the wc command (wc.yml): !S::Suite attributes: !S::Cmd command: "wc -c" exit: 0 contents: - good foo: input: 'foo' output: !re \s*3\n$ - bad foo: input: 'foo' output: !re \s*4\n$ weight: -1 - good foo foo: input: "foo\n foo" output: !re \s*8\n$ - useless foo: input: "foo" - from file test: input: !path '<<pwd>>/../fixtures/text/1.txt' output: !re \s*272\s
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
uttk-0.3.1.2 | test/functional/wc.yml |
uttk-0.3.5.0 | test/functional/wc.yml |
uttk-0.3.6.1 | test/functional/wc.yml |