mirror of
https://github.com/fish-shell/fish-shell
synced 2025-02-17 14:39:01 +00:00
2 lines
160 B
Fish
2 lines
160 B
Fish
#RUN: env HOME="$(mktemp -d)" XDG_CONFIG_HOME="$(mktemp -d)" %fish --features '' -c 'string match --quiet "??" ab ; echo "qmarkon: $status"'
|
|
#CHECK: qmarkon: 0
|