Skip to content

Commit

Permalink
update tests (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagonal authored and jgallen23 committed Jul 30, 2018
1 parent 056f538 commit 5bb4125
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/output1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
</style>


<table class="display">
<thead>
<tr><th>car</th><th>price</th><th>color</th></tr>
Expand Down
2 changes: 2 additions & 0 deletions tests/output2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
</style>


<table class="display">
<thead>
<tr><th>car</th><th>price</th><th>colors.length</th></tr>
Expand Down
2 changes: 2 additions & 0 deletions tests/output3.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
</style>


<table class="display">
<thead>
<tr><th>Transport</th><th>Price</th></tr>
Expand Down
2 changes: 2 additions & 0 deletions tests/output4.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
</style>


<table class="blah" class="display">
<thead>
<tr><th>car</th><th>price</th><th>colors.length</th></tr>
Expand Down
2 changes: 2 additions & 0 deletions tests/output5.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
</style>
<link rel="stylesheet" type="text/css" href="css.css">
<link rel="stylesheet" type="text/css" href="css2.css">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="script2.js"></script>
<table class="display">
Expand Down
1 change: 1 addition & 0 deletions tests/output6.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
</style>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
<table id="table" class="display">
Expand Down
2 changes: 2 additions & 0 deletions tests/outputFormat.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
</style>


<table class="display">
<thead>
<tr><th>Name</th><th>Value</th></tr>
Expand Down
2 changes: 2 additions & 0 deletions tests/outputObject.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
</style>


<table class="display">
<thead>
<tr><th>Name</th><th>Value</th></tr>
Expand Down

0 comments on commit 5bb4125

Please sign in to comment.