[tests] added test for escaped job summary

This commit is contained in:
elyashiv 2023-07-09 16:44:25 +00:00 committed by Fabian Boehm
parent 4a2c7e38d0
commit 3fbff14e9b

View File

@ -0,0 +1,11 @@
# RUN: %fish %s
# Ensure that jobs are printed with new lines escaped
sleep \
100 &
jobs
#CHECK: Job Group{{.*}}
# CHECK: 1{{.*\t}}sleep \\\n100 &
kill %1