[Fix] Examples to 'limit, offster and reversed'#489
Merged
xoofx merged 2 commits intoscriban:masterfrom Feb 25, 2023
Merged
Conversation
The examples in the documents doesn't seem to be working, this is the actual format that works.
Member
|
It might be more a parsing bug than a documentation bug, because this should be supported (in the test files there are offset/reversed test, but only with a simple variable for the iterator) |
Member
|
Actually It's not parsing related but here [Edit]Hm, ok investigating, but maybe it is actually a parsing bug 😅 |
xoofx
reviewed
Feb 25, 2023
xoofx
reviewed
Feb 25, 2023
xoofx
reviewed
Feb 25, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix on the documentation as the actual format seem to be a pipe leading to the array functions.
Example 1 (not working):
This gives us:
error : Invalid target function '5' (int)Example 2 (what actually worked):
This gives us:
5 4 3 2 1as expected.This is the same for the
limitand theoffsetparameters.Tried it over the playground and it checks out.
https://scribanonline.azurewebsites.net/