File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ site/jekyll/_site
77src /React.Sample.Cassette /cassette-cache
88src /React.Sample.Mvc4 /ClearScript.V8
99* .generated.js
10+ * .generated.js.map
1011
1112# # Ignore Visual Studio temporary files, build results, and
1213# # files generated by popular Visual Studio add-ons.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public void ValidateHashShouldReturnFalseWhenHashDoesNotMatch()
5555 public void ValidateHashShouldReturnTrueWhenHashMatches ( )
5656 {
5757 var hash = new FileCacheHash ( ) ;
58- Assert . IsTrue ( hash . ValidateHash ( "// @hash " + SAMPLE_HASH + "\n Hello World" , SAMPLE_HASH ) ) ;
58+ Assert . IsTrue ( hash . ValidateHash ( "// @hash v2- " + SAMPLE_HASH + "\n Hello World" , SAMPLE_HASH ) ) ;
5959 }
6060 }
6161}
You can’t perform that action at this time.
0 commit comments