gash/tests
Timothy Sample 5fed1b0d87 Make 'read' handle input field splitting.
* gash/built-ins/read.scm (split-fields): New procedure.
(main): Use it to split the input into fields and assign each field to
its corresponding variable.
* tests/read.org: New file.
* Makefile.am (FULL_TESTS): Add it.
2019-12-08 12:18:18 -05:00
..
bootstrap Add missing copyright headers. 2019-05-20 18:07:47 -04:00
data Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
spec Enable 'var-op-strip' specification test 2019-11-24 17:13:54 -05:00
unit Handle nested lists when removing quotes. 2019-11-24 17:40:05 -05:00
arguments.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
assignments.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
command-substitution.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
compound-words.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
conditionals.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
dot.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
eval.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
exiting.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
exporting.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
functions.org Fix top-level 'break', 'continue', and 'return'. 2019-08-01 09:02:05 -04:00
loops.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
pipes-and-booleans.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
read.org Make 'read' handle input field splitting. 2019-12-08 12:18:18 -05:00
redirects.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
run-test-suite.in Remove extra import from 'run-test-suite'. 2019-08-20 11:38:11 -04:00
signals.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
temporary-assignments.org Use temporary assignments when calling functions. 2019-11-24 17:13:54 -05:00
variable-and.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
variable-or.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
variable-patterns.org Remove tests for the '/' variable operator. 2019-11-24 17:13:54 -05:00
variable-words.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00
words.org Aggregate tests into test suites. 2019-06-14 20:27:33 -04:00