This is an automated email from the ASF dual-hosted git repository. davisp pushed a commit to reference refs/pull/313/head in repository https://gitbox.apache.org/repos/asf/couchdb-escodegen.git
commit c630d38c83fd593be8b4db952e618dbe20f2b905 Author: Roi <[email protected]> AuthorDate: Sun Oct 9 16:40:48 2016 +0300 Update try-block-line-comment.expected.js Updated according to new traverese --- test/comment/try-block-line-comment.expected.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/comment/try-block-line-comment.expected.js b/test/comment/try-block-line-comment.expected.js index 726ada5..d46d786 100644 --- a/test/comment/try-block-line-comment.expected.js +++ b/test/comment/try-block-line-comment.expected.js @@ -4,13 +4,11 @@ finally { } try { } catch (e) { -} // -finally { +} finally { } { try { } catch (e) { - } // - finally { + } finally { } }
