You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Start with a question mark
[[ "a.md"==?.@(md|mkd) ]]
# Start with a dot
[[ ".md"== .@(md|mkd) ]]
# The pattern also have quoted string at the start
[[ "ab.md"=="ab".@(md|mkd) ]]
An example with an asterisk at the start of the pattern:
The corresponding node tree:
A few more examples that also produce errors:
These are all valid Bash, according to https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html
The text was updated successfully, but these errors were encountered: