freemarker-docgen-core/src/main/java/org/freemarker/docgen/core/CJSONInterpreter.java [1208:1216]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                p++;
                if (c == q) {
                    return; //!
                }
            }
            throw newSyntaxError(
                    "The closing " + TextUtil.jQuoteOrName(q)
                    + " of the string is missing.",
                    b);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



freemarker-docgen-core/src/main/java/org/freemarker/docgen/core/CJSONInterpreter.java [1231:1239]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                p++;
                if (c == q) {
                    return; //!
                }
            }
            throw newSyntaxError(
                    "The closing " + TextUtil.jQuoteOrName(q)
                    + " of the string is missing.",
                    b);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



