Sha256: 3559920917b185f45194af2877d989a1821fd09d2a32ea6fedf6b65731d74326
Contents?: true
Size: 371 Bytes
Versions: 3
Compression:
Stored size: 371 Bytes
Contents
NUMERIC ? 123 123 FLOAT ? 123.456 123.456 STRING WITH PROMPT PROMPT? "FOO,BAR" FOO,BAR NUMERIC AND STRING ? 10,BAR 10 BAR TWO NUMERICS, BUT ONLY ONE ENTIRED AT FIRST ? 1 Too few items, try again ? 1,2 1 2 NUMERIC, BUT BAD FORMAT AT FIRST ? FOO Not numeric: "FOO", try again ? -1.2 -1.2 SUPPRESSED PROMPT PROMPT:321 321 ARRAY ? 1414 1414
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
basic101-0.4.0 | test/integration/tests/fast/input.output |
basic101-0.2.0 | test/integration/tests/fast/input.output |
basic101-0.1.0 | test/integration/tests/fast/input.output |