| 1 | test_expect_success 'dqstring-line-splice' ' |
| 2 | # LINT: line-splice within DQ-string |
| 3 | '" |
| 4 | echo 'fatal: reword option of --fixup is mutually exclusive with'\ |
| 5 | '--patch/--interactive/--all/--include/--only' >expect && |
| 6 | test_must_fail git commit --fixup=reword:HEAD~ $1 2>actual && |
| 7 | test_cmp expect actual |
| 8 | "' |
| 9 | ' |