This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new 2252bcc  (Removed accidental extra space from AST test)
2252bcc is described below

commit 2252bcc2035e9ebcd1127dae80b8a70fdc102d0e
Author: ddekany <[email protected]>
AuthorDate: Sun Feb 16 18:40:44 2020 +0100

    (Removed accidental extra space from AST test)
---
 src/test/resources/freemarker/core/ast-lambda.ast | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/resources/freemarker/core/ast-lambda.ast 
b/src/test/resources/freemarker/core/ast-lambda.ast
index c65df26..4fd33c3 100644
--- a/src/test/resources/freemarker/core/ast-lambda.ast
+++ b/src/test/resources/freemarker/core/ast-lambda.ast
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
- #mixed_content  // f.c.MixedContent
+#mixed_content  // f.c.MixedContent
     #text  // f.c.TextBlock
         - content: "1 "  // String
     ${...}  // f.c.DollarVariable

Reply via email to