Revision: 14243
          http://sourceforge.net/p/skim-app/code/14243
Author:   hofman
Date:     2024-05-13 21:51:34 +0000 (Mon, 13 May 2024)
Log Message:
-----------
don't ignore empty collection tag, it can affect removal of newlines

Modified Paths:
--------------
    trunk/SKTemplateParser.m

Modified: trunk/SKTemplateParser.m
===================================================================
--- trunk/SKTemplateParser.m    2024-04-24 16:07:25 UTC (rev 14242)
+++ trunk/SKTemplateParser.m    2024-05-13 21:51:34 UTC (rev 14243)
@@ -621,8 +621,6 @@
                 
                 // collection template tag
                 endTag = endCollectionTagWithKeyPath(keyPath);
-                if ([scanner scanString:endTag intoString:NULL])
-                    continue;
                 start = [scanner scanLocation];
                 [scanner scanUpToString:endTag intoString:&itemTemplateString];
                 if ([scanner scanString:endTag intoString:NULL]) {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to