diff --git a/tests/checks/fish_config.fish b/tests/checks/fish_config.fish index bf6e0a228..e38431806 100644 --- a/tests/checks/fish_config.fish +++ b/tests/checks/fish_config.fish @@ -1,5 +1,11 @@ #RUN: %fish %s +fish_config prompt show non-existent-prompt + +fish_config prompt show default +# CHECK: {{\x1b\[4m}}default{{\x1b\[m}} +# CHECK: {{.*}}@{{.*}}>{{.*}} + # This still demos the current theme. fish_config theme show non-existent-theme # CHECK: {{\x1b\[m}}{{\x1b\[4m}}Current{{\x1b\[m}} @@ -7,12 +13,6 @@ fish_config theme show non-existent-theme # CHECK: {{\x1b\[m}}echo{{\x1b\[m}} 'Errors are the portal to discovery # CHECK: {{\x1b\[m}}Th{{\x1b\[m}}is an autosuggestion -fish_config prompt show non-existent-prompt - -fish_config prompt show default -# CHECK: {{\x1b\[4m}}default{{\x1b\[m}} -# CHECK: {{.*}}@{{.*}}>{{.*}} - fish_config theme show "fish default" # CHECK: {{\x1b\[m}}{{\x1b\[4m}}Current{{\x1b\[m}} # CHECK: /bright/vixens{{\x1b\[m}} jump{{\x1b\[m}} |{{\x1b\[m}} "fowl"{{\x1b\[m}} > quack{{\x1b\[m}} &{{\x1b\[m}} # This is a comment