tests/languages/groovy/string_feature.test


Log

Author Commit Date CI Message
Michael Schmidt 5617765f 2022-03-17T11:55:56 Groovy: Added string interpolation without hook (#3366)
Michael Schmidt fb618331 2019-09-02T20:22:18 Groovy: Minor improvements (#2036) This makes some minor improvements to the Groovy language definition. - Triple quoted strings now support backslash escapes - A single `.` will now be highlighted as `punctuation` instead of `operator` to be consistent with other languages.
Andreas Rohner 964450e1 2016-04-30T13:35:01 Apply the new greedy flag to a few languages This patch applies the new greedy flag to a few languages and adds the corresponding test cases.
Golmote 07ade2c3 2015-08-21T19:07:41 Add tests for Groovy