about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-08-10 08:08:57 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-08-16 14:24:29 +0000
commit06265d2b83d921cd41259e170642982f7fa035a4 (patch)
tree297dd25f0edae206f2a7c14a5a2fb001ad92f227 /Functions
parentcdafe31e05570da92cc96159dbb02a75b48a16b0 (diff)
downloadzsh-06265d2b83d921cd41259e170642982f7fa035a4.tar.gz
zsh-06265d2b83d921cd41259e170642982f7fa035a4.tar.xz
zsh-06265d2b83d921cd41259e170642982f7fa035a4.zip
47314: is-at-least false positive (5.8.0.2 / 5.8)
Actual behaviour:

    % is-at-least 5.8.0.2 5.8 && echo yes || echo no
    yes
    % is-at-least 5.8.0.2 5.8.0.0 && echo yes || echo no
    no

Expected behaviour: Both commands should have printed "no".
Diffstat (limited to 'Functions')
0 files changed, 0 insertions, 0 deletions