From ffb8d6dcc266d3e5c1e4353ee600f1d3f78bf377 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 3 Dec 2015 15:00:07 +0800 Subject: [PATCH] JSDOC/CompressWhite.vala --- JSDOC/CompressWhite.vala | 3 +++ 1 file changed, 3 insertions(+) diff --git a/JSDOC/CompressWhite.vala b/JSDOC/CompressWhite.vala index 4afcb6c..257c3d5 100644 --- a/JSDOC/CompressWhite.vala +++ b/JSDOC/CompressWhite.vala @@ -80,6 +80,8 @@ namespace JSDOC ts.cursor+=2; // move two along, and balance... if (ts.balance("(").size < 1 ){ + + print("balnaced issue\n"); ts.dump(cu-40, cu+2); print(">>>>>>>>>>>>>>>>>HERE>>>>>>>>>>>>"); ts.dump(cu+2, cu+40); @@ -90,6 +92,7 @@ namespace JSDOC //ts.dump(cu, ts.cursor); //ts.cursor--; // cursor at the ( if (ts.balance("{").size < 1 ){ + ts.dump(cu-40, cu); print(">>>>>>>>>>>>>>>>>HERE>>>>>>>>>>>>"); ts.dump(cu, cu+40); -- 2.39.2