From 0ddaa45b25a820c72592cc8a3fed034e9c2d0b07 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 26 Feb 2023 23:47:23 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki/parser.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pwiki/parser.js b/pwiki/parser.js index f5b76d8..54dcbdc 100755 --- a/pwiki/parser.js +++ b/pwiki/parser.js @@ -19,6 +19,9 @@ var types = require('ig-types') // without change... // XXX might be a good idea to both think of a good async parse and // create tools for sync parsing (get links etc.)... +// XXX need to correctly handle nested and escaped quotes... +// i.e. +// "aaa \"bbb \\"ccc\\" bbb\" aaa" var BaseParser = module.BaseParser = {