fish-shell/tests/checks/jobs-are-escaped.fish
2023-07-10 18:38:26 +02:00

12 lines
158 B
Fish

# 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