From: Alan Knowles Date: Thu, 3 Dec 2015 07:43:21 +0000 (+0800) Subject: JSDOC/CompressWhite.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=ef8ebaf938e191efeabf7cb1145ef7c6443ebb5f JSDOC/CompressWhite.vala --- diff --git a/JSDOC/CompressWhite.vala b/JSDOC/CompressWhite.vala index dffe4f2..79952e2 100644 --- a/JSDOC/CompressWhite.vala +++ b/JSDOC/CompressWhite.vala @@ -93,8 +93,10 @@ namespace JSDOC throw new CompressWhiteError.BRACE( "could not find end lbrace!!!" ); } - tok = ts.lookTok(0); - + print("CUR = should be ): %s\n", ts.lookTok(0).asString()); + + tok = ts.nextTok(); + print("CUR = should be {: %s\n", ts.lookTok(0).asString()); cu = ts.cursor; // set the cursor to here.. so the next bit of the code will check inside the method. //print("AFTER BALANCE (");