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
The following rule does not compile but throws an exception:
<combine name="outLit" value="${VAR}" flushWith="record"> <data name="VAR" source="inLit" /> <postprocess> <case to="upper" /> </postprocess> </combine>
The text was updated successfully, but these errors were encountered:
3a509d9
Merge pull request #205 from metafacture/102-integrationTestChangedBe…
8cc9eaa
…haviourAddFieldLastWildcard Add integration test for `add_field` with `$last` wildcard
Fix typo in integration test folder name (#170, #205)
96f65f4
Add unit tests for failing integration test, mark as TODO (#205)
cbcde34
Reuse former processRef in insertInto methods (#92, #171, #205)
processRef
insertInto
c557c16
Fix issue with testing non-existing refs, update tests
No branches or pull requests
The following rule does not compile but throws an exception:
The text was updated successfully, but these errors were encountered: