incubator-freemarker git commit: In string literals, \= is now a valid escape sequence, resulting in a =. This is useful when you are using the new [=exp] interpolation syntax, which can be escaped in

2018-03-16 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae aeaafe513 -> df4dc52f2 In string literals, \= is now a valid escape sequence, resulting in a =. This is useful when you are using the new [=exp] interpolation syntax, which can be escaped in a string literal like "Literal

incubator-freemarker git commit: Added some more interpolation_syntax tests

2018-03-16 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae eb6781b44 -> aeaafe513 Added some more interpolation_syntax tests Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit:

incubator-freemarker git commit: Changed Configuration.xxx_INTERPOLATION_SYNTAX int values so that they don't overlap with ..._TAG_SYNTAX values. Also, added test case to ConfigurationTest for tag_syn

2018-03-16 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae ca1ecf78e -> eb6781b44 Changed Configuration.xxx_INTERPOLATION_SYNTAX int values so that they don't overlap with ..._TAG_SYNTAX values. Also, added test case to ConfigurationTest for tag_syntax, fixing incorrect error