Sha256: 060320491115347b4b4cdc2bf7d727d7a1f44c1ad8c344431baa278fe8ee4496
Contents?: true
Size: 1.6 KB
Versions: 2
Compression:
Stored size: 1.6 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <testsuite name="HammerCLI::CompleterLine::splitting words" tests="11" time="0.001042941" failures="0" errors="0" skipped="0" assertions="11" timestamp="2015-12-10T23:59:29+00:00"> <testcase name="test_0001_should split basic line" time="0.000122412" assertions="1"> </testcase> <testcase name="test_0005_should split on equal sign when quotes are used" time="6.7781e-05" assertions="1"> </testcase> <testcase name="test_0006_should split line with single quotes" time="5.8056e-05" assertions="1"> </testcase> <testcase name="test_0004_should split when last character is equal sign" time="4.8289e-05" assertions="1"> </testcase> <testcase name="test_0007_should split line with double quotes" time="5.4819e-05" assertions="1"> </testcase> <testcase name="test_0008_should split line with single quotes and space between" time="5.3851e-05" assertions="1"> </testcase> <testcase name="test_0002_should split basic line with space at the end" time="8.1297e-05" assertions="1"> </testcase> <testcase name="test_0011_should split line with one double quote and space between" time="5.689e-05" assertions="1"> </testcase> <testcase name="test_0009_should split line with one single quote and space between" time="5.7764e-05" assertions="1"> </testcase> <testcase name="test_0003_should split on equal sign" time="5.6359e-05" assertions="1"> </testcase> <testcase name="test_0010_should split line with double quotes and space between" time="5.9133e-05" assertions="1"> </testcase> <system-out> </system-out> <system-err> </system-err> </testsuite>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hammer_cli-0.6.1 | test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml |
hammer_cli-0.5.1 | test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml |