There was an error fetching the commit references. Please try again later.
Add extra tests for GHCi :script syntax checks
The syntax for GHCi's ":script" command allows for only a single file name to be passed as an argument. This patch adds a test for the cases in which a file name is missing or multiple file names are passed. Related to #T18027.
Showing
- testsuite/tests/ghci/should_fail/T18027a.script 2 additions, 0 deletionstestsuite/tests/ghci/should_fail/T18027a.script
- testsuite/tests/ghci/should_fail/T18027a.stderr 2 additions, 0 deletionstestsuite/tests/ghci/should_fail/T18027a.stderr
- testsuite/tests/ghci/should_fail/all.T 1 addition, 0 deletionstestsuite/tests/ghci/should_fail/all.T
Loading
Please register or sign in to comment