fish-shell/tests/math.err
Kurtis Rader c95b9f06e1 Implement support for bare vars by math
This change allows you to type `math x + 3` rather than `math $x + 3`.

Another step to resolving issue #3157.
2017-08-23 20:41:45 -07:00

6 lines
132 B
Text

####################
# Validate basic expressions
####################
# Validate how bare variables in an epxression are handled