Skip to content

Commit

Permalink
Sync parserTests with core tests.
Browse files Browse the repository at this point in the history
This matches upstream core commit 75e29f573722d8ca5a41a35f9337689c5f839f78.

This is just pulling some section formatting changes from upstream.

Change-Id: Iaa4f31169c49dec17dadf0ab8a7c9212750f0675
  • Loading branch information
cscott committed Mar 3, 2015
1 parent 7608aea commit 5f06fac
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 132 deletions.
4 changes: 2 additions & 2 deletions tests/fetch-parserTests.txt.js
Expand Up @@ -12,9 +12,9 @@ require( '../lib/core-upgrade.js' );
// and update these hashes automatically.
//
// You can use 'sha1sum -b tests/parser/parserTests.txt' to compute this value:
var expectedSHA1 = "076f79047be4d64a3dfc59594b19ef1c3723d24a";
var expectedSHA1 = "a61ddde780c7759a51ba063c2592e48a67ead359";
// git log --pretty=oneline -1 tests/parser/parserTests.txt
var latestCommit = "24180b99d44094a7a239bd55ee1921d2595874eb";
var latestCommit = "75e29f573722d8ca5a41a35f9337689c5f839f78";

var fs = require('fs'),
path = require('path'),
Expand Down

0 comments on commit 5f06fac

Please sign in to comment.