Skip to content

Commit

Permalink
one more example in the sample
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfpessoa committed Oct 13, 2015
1 parent 2077d36 commit 0bb7341
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@

<script>
var lineDiffExample =
'diff --git a/coverage.init b/coverage.init\n' +
'index fc56817..e8e7e49 100644\n' +
'--- a/coverage.init\n' +
'+++ b/coverage.init\n' +
'@@ -19,7 +19,7 @@\n' +
' -opt "\-nostart"\n' +
' \n' +
' # skip stopenv\n' +
'--do "runbvt,stopenv,getlogs,pullcoveragedata"\n' +
'+-do "runbvt,getlogs,pullcoveragedata"\n' +
' \n' +
' ##########################################\n' +
' # logs files to bring back to base\n' +
'diff --git a/src/attributes/attr.js b/src/attributes/attr.js\n' +
'index facdd41..b627fe8 100644\n' +
'--- a/src/attributes/attr.js\n' +
Expand Down

0 comments on commit 0bb7341

Please sign in to comment.