Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

invalid return value with function String.format() #65

Closed
dungvu-equix opened this issue Sep 8, 2015 · 2 comments
Closed

invalid return value with function String.format() #65

dungvu-equix opened this issue Sep 8, 2015 · 2 comments
Labels

Comments

@dungvu-equix
Copy link

this lib override function String.format but in this case is not correct:
console.info(String.format("ID: {0} with value: {1}", 0, 1));
//return "ID: {0} with value: 1"

@ghiscoding ghiscoding added the bug label Sep 8, 2015
@ghiscoding
Copy link
Owner

Good catch, thanks for the feedback. A fix is coming after running all my Protrator tests. Thanks

@ghiscoding
Copy link
Owner

Should be good now, if not then please let me know.. Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants