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
@mstevan test-set: trace.xml test-cases: fn-trace-23 and 24
@team Cannot perform trace with single argument
Input: trace(1 to 10) or trace([1 to 10])
Output: ⚠️ ️There was an error.
Code: [XPST0017] (this code can be looked up in the documentation and specifications).
Location information: file:/Users/mstevan/Documents/:LINE:1:COLUMN:0:
Undefined function call; Entered function name and arity doesn't match a defined function signature: "trace" called with 1 parameters.
Expected output: 1 to 10 or [1 to 10]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@mstevan
test-set: trace.xml
test-cases: fn-trace-23 and 24
@team
Cannot perform trace with single argument
Input:
trace(1 to 10) or trace([1 to 10])
Output:
⚠️ ️There was an error.
Code: [XPST0017] (this code can be looked up in the documentation and specifications).
Location information: file:/Users/mstevan/Documents/:LINE:1:COLUMN:0:
Undefined function call; Entered function name and arity doesn't match a defined function signature: "trace" called with 1 parameters.
Expected output:
1 to 10 or [1 to 10]
The text was updated successfully, but these errors were encountered: