-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
join fails on strings #196
Comments
jantimon
added a commit
to jantimon/htlengine
that referenced
this issue
Jun 26, 2020
tripodsan
pushed a commit
that referenced
this issue
Jun 27, 2020
panec
pushed a commit
to panec/htlengine
that referenced
this issue
Jul 24, 2020
* master: (32 commits) chore(release): 4.6.2 [skip ci] fix(runtime): runtime cannot be executed twice (adobe#218) chore(deps): update dependency eslint to v7.5.0 chore(deps): update external fixes chore(deps): bump lodash from 4.17.14 to 4.17.19 in /examples/jsdom (adobe#213) chore(release): 4.6.1 [skip ci] fix(deps): update dependency lodash to v4.17.19 [security] (adobe#212) chore(deps): update dependency jsdom to v16.3.0 chore(deps): bump npm from 6.14.5 to 6.14.6 (adobe#207) chore(release): 4.6.0 [skip ci] feat(runtime): Add support for Internet Explorer 11 chore(deps): update dependency eslint to v7.4.0 chore(release): 4.5.2 [skip ci] fix(xss): test xss against original form (adobe#200) chore(deps): update external (adobe#199) chore(release): 4.5.1 [skip ci] fix: allow to join strings (adobe#196) (adobe#197) chore(deps): update external (adobe#195) chore(deps): update external (adobe#193) chore: better language (adobe#191) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
join
function is meant to join arrays.For example:
However there is one inconsistency with java htl engine.
In java
someValue
can be astring
orundefined
.In javascript only arrays are allowed.
Can you please align both engines?
The text was updated successfully, but these errors were encountered: