JSDOC/CompressWhite.js
[gnome.introspection-doc-generator] / JSDOC / CompressWhite.js
index a79372e..a510722 100644 (file)
@@ -78,6 +78,9 @@ CompressWhite =  function (ts, packer)
                     
                     throw "could not find end lbrace!!!";
                 }
+                print("AFTER BALANCE "(");
+                ts.dump(cu, ts.cursor+2);
+                
                  if (!ts.balance("{") ){
                     ts.dump(cu-40, cu);
                     print(">>>>>>>>>>>>>>>>>HERE>>>>>>>>>>>>");
@@ -94,8 +97,11 @@ CompressWhite =  function (ts, packer)
                 if (ts.lookTok(1).data != ';' && ts.lookTok(1).data != '}' && ts.look(1,true).name == "NEWLINE") {
                     
                     ts.look(0).outData = ts.look(0).data+";";
-                    print("ADDING SEMI: " + ts.look(0).toString();
+                    print("ADDING SEMI: " + ts.look(0).toString());
+                    //ts.dump(cu, ts.cursor+2);
                 }
+                
+                 ts.dump(cu, ts.cursor+2);
                 // restore.. 
                 ts.cursor = cu;
                 continue;