We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing echo 1 > file results in the AST containing
echo 1 > file
"numberIo": { "text": "1", "type": "io_number" }
but the AST should really contain 1 as a Word suffix and no numberIo for the Redirect suffix.
1
numberIo
The text was updated successfully, but these errors were encountered:
Preliminary tests for vorpaljs#45, vorpaljs#50
9976584
960e64b
Added test to expose vorpaljs#45
09f6e7f
Added fix for vorpaljs#45
6f31e24
parro-it
No branches or pull requests
Parsing
echo 1 > file
results in the AST containingbut the AST should really contain
1
as a Word suffix and nonumberIo
for the Redirect suffix.The text was updated successfully, but these errors were encountered: