Skip to content
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

about 'orderBy' IllegalArgumentException #30

Closed
guitarstar opened this issue Nov 3, 2016 · 1 comment
Closed

about 'orderBy' IllegalArgumentException #30

guitarstar opened this issue Nov 3, 2016 · 1 comment

Comments

@guitarstar
Copy link

CharSequence formatted = Phrase.from("Hi {first_name}, you are {orderBy} years old.")
.put("first_name", firstName)
.put("orderBy", age)
.format();

when the string contains 'orderBy' it Throw IllegalArgumentException: Missing closing brace: }

@TWiStErRob
Copy link

see #32

@edenman edenman closed this as completed May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants