diff options
-rw-r--r-- | ddl_builder/qunit/fixture.html | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/ddl_builder/qunit/fixture.html b/ddl_builder/qunit/fixture.html index d2d5d40..4a264b7 100644 --- a/ddl_builder/qunit/fixture.html +++ b/ddl_builder/qunit/fixture.html @@ -77,6 +77,18 @@ B11 frog green 1G2 girl red </span> + <span id="singleSpacedColumnNames" types="int,int,int,int,int" valueSeparator="/\s+/" headers="customdata,check,service,loc,value" recordCount="6"> +customdata check service loc value + 101 0 0 4 4 + 101 0 0 3 3 + 101 5 4 4 3 + 102 0 0 1 2 + 102 4 4 3 3 + 103 0 0 4 4 + </span> + +</div> +<!-- <span id="bracketHeaders" types="int,varchar(3),datetime" valueSeparator="/\s\s+/" headers="Serial Number,LID,Last Updated Date" recordCount="12"> [Serial Number] [LID] [Last Updated Date] -------------------------------------- @@ -93,14 +105,5 @@ 234567 BBB 2012-09-23 234567 AAA 2012-09-22 </span> - <span id="singleSpacedColumnNames" types="int,int,int,int,int" valueSeparator="/\s+/" headers="customdata,check,service,loc,value" recordCount="6"> -customdata check service loc value - 101 0 0 4 4 - 101 0 0 3 3 - 101 5 4 4 3 - 102 0 0 1 2 - 102 4 4 3 3 - 103 0 0 4 4 - </span> - -</div> + + -->
\ No newline at end of file |