
synthetic.template10.tpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of histone-acceptance-test-cases
Show all versions of histone-acceptance-test-cases
This artifact stores acceptance test cases for all histone implementations (histone-java, histone-javascript).
The newest version!
{{* using string.strip to remove unwanted characters
at the beginning and the end of a string *}}
{{var myString = " [ one two three ] "}}
myString = {{myString.toJSON()}}
myString = {{myString.strip(' ', '[', ']').toJSON()}}