diff options
-rw-r--r-- | ddl_builder/qunit/fixture.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/ddl_builder/qunit/fixture.html b/ddl_builder/qunit/fixture.html index 4a264b7..8cffd89 100644 --- a/ddl_builder/qunit/fixture.html +++ b/ddl_builder/qunit/fixture.html @@ -21,10 +21,10 @@ </span> <span id="fixedWidthDates" types="datetime,datetime,int,int,varchar(7)" valueSeparator="/\s\s+/" headers="date_due,date_paid,amount_due,amount_paid,category_type" recordCount="4"> date_due date_paid amount_due amount_paid category_type - 2012-08-12 2012-08-12 500 450 Income - 2012-08-13 2012-08-17 200 300 Expense - 2012-09-15 2012-09-13 300 300 Income - 2012-09-17 2012-09-16 100 100 Income + 08/12/2012 08/12/2012 500 450 Income + 08/13/2012 08/17/2012 200 300 Expense + 09/15/2012 09/13/2012 300 300 Income + 09/17/2012 09/16/2012 100 100 Income </span> <span id="centeredPipes" types="varchar(1),int" valueSeparator="|" headers="L,N" recordCount="9"> L | N @@ -92,18 +92,18 @@ customdata check service loc value <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] -------------------------------------- -123456 AAA 2012-09-24 -123456 AAA 2012-09-23 -123456 AAA 2012-09-22 -123456 AAA 2012-09-21 -123456 BBB 2012-09-20 -123456 BBB 2012-09-19 -123456 AAA 2012-09-18 -123456 AAA 2012-09-17 -123456 AAA 2012-09-16 -234567 BBB 2012-09-24 -234567 BBB 2012-09-23 -234567 AAA 2012-09-22 +123456 AAA 09/24/2012 +123456 AAA 09/23/2012 +123456 AAA 09/22/2012 +123456 AAA 09/21/2012 +123456 BBB 09/20/2012 +123456 BBB 09/19/2012 +123456 AAA 09/18/2012 +123456 AAA 09/17/2012 +123456 AAA 09/16/2012 +234567 BBB 09/24/2012 +234567 BBB 09/23/2012 +234567 AAA 09/22/2012 </span> -->
\ No newline at end of file |